Cleanup nix-shell
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sandro - 2023-03-27 21:54:51 +02:00
parent 4cd45df77d
commit 27b7896942
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 3 additions and 6 deletions

View File

@ -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