Cleanup nix-shell
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
4cd45df77d
commit
27b7896942
|
@ -1,14 +1,11 @@
|
|||
with import <nixpkgs> {};
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "env";
|
||||
buildInputs = [
|
||||
((libxslt.override {
|
||||
# added in nixpkgs 11-12-2016
|
||||
(libxslt.override {
|
||||
cryptoSupport = true;
|
||||
}).overrideAttrs (old: {
|
||||
# can be removed eventually: https://github.com/NixOS/nixpkgs/pull/53346
|
||||
buildInputs = old.buildInputs ++ [ libgcrypt ];
|
||||
}))
|
||||
})
|
||||
libxml2
|
||||
wget
|
||||
rsync
|
||||
|
|
Loading…
Reference in New Issue