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 , gettext 9 , python 10 , ncurses 11 , libgcrypt 12 , cryptoSupport ? false 13 , pythonSupport ? true ··· 34 ]; 35 36 buildInputs = [ 37 - libxml2.dev 38 ] ++ lib.optional stdenv.isDarwin [ 39 gettext 40 ] ++ lib.optionals pythonSupport [
··· 8 , gettext 9 , python 10 , ncurses 11 + , libxcrypt 12 , libgcrypt 13 , cryptoSupport ? false 14 , pythonSupport ? true ··· 35 ]; 36 37 buildInputs = [ 38 + libxml2.dev libxcrypt 39 ] ++ lib.optional stdenv.isDarwin [ 40 gettext 41 ] ++ lib.optionals pythonSupport [