From 27b7896942bc2d2404801621e04de20f1d299681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 27 Mar 2023 21:54:51 +0200 Subject: [PATCH] Cleanup nix-shell --- shell.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/shell.nix b/shell.nix index 77f3bb8ce..c1639966f 100644 --- a/shell.nix +++ b/shell.nix @@ -1,14 +1,11 @@ with import {}; + 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