add nix support

master
Jörg Thalheim 7 years ago
parent 78543cf674
commit 6f2511b814
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

@ -0,0 +1,14 @@
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "env";
buildInputs = [
(libxslt.override {
# added in nixpkgs 11-12-2016
cryptoSupport = true;
})
libxml2
wget
rsync
gnumake
];
}
Loading…
Cancel
Save