diff --git a/default.nix b/default.nix index 2236401cc..412c2b35e 100644 --- a/default.nix +++ b/default.nix @@ -2,10 +2,13 @@ with import {}; stdenv.mkDerivation { name = "env"; buildInputs = [ - (libxslt.override { + ((libxslt.override { # added in nixpkgs 11-12-2016 cryptoSupport = true; - }) + }).overrideAttrs (old: { + # can be removed eventually: https://github.com/NixOS/nixpkgs/pull/53346 + buildInputs = old.buildInputs ++ [ libgcrypt ]; + })) libxml2 wget rsync