libxslt: fix build with libxcrypt

authored by Franz Pletz and committed by Martin Weinelt 44a73d01 872c5244

+2 -1
+2 -1
pkgs/development/libraries/libxslt/default.nix
··· 8 8 , gettext 9 9 , python 10 10 , ncurses 11 + , libxcrypt 11 12 , libgcrypt 12 13 , cryptoSupport ? false 13 14 , pythonSupport ? true ··· 34 35 ]; 35 36 36 37 buildInputs = [ 37 - libxml2.dev 38 + libxml2.dev libxcrypt 38 39 ] ++ lib.optional stdenv.isDarwin [ 39 40 gettext 40 41 ] ++ lib.optionals pythonSupport [