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> {}; with import <nixpkgs> {};
stdenv.mkDerivation { stdenv.mkDerivation {
name = "env"; name = "env";
buildInputs = [ buildInputs = [
((libxslt.override { (libxslt.override {
# added in nixpkgs 11-12-2016
cryptoSupport = true; cryptoSupport = true;
}).overrideAttrs (old: { })
# can be removed eventually: https://github.com/NixOS/nixpkgs/pull/53346
buildInputs = old.buildInputs ++ [ libgcrypt ];
}))
libxml2 libxml2
wget wget
rsync rsync