Loading pkgs/development/libraries/libxml2/default.nix +0 −6 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ , zlib , pkg-config , autoreconfHook , xz , libintl , python , gettext Loading Loading @@ -57,11 +56,6 @@ stdenv.mkDerivation (finalAttrs: rec { ncurses ] ++ lib.optionals (stdenv.isDarwin && pythonSupport && python?isPy2 && python.isPy2) [ libintl ] ++ lib.optionals stdenv.isFreeBSD [ # Libxml2 has an optional dependency on liblzma. However, on impure # platforms, it may end up using that from /usr/lib, and thus lack a # RUNPATH for that, leading to undefined references for its users. xz ]; propagatedBuildInputs = [ Loading Loading
pkgs/development/libraries/libxml2/default.nix +0 −6 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ , zlib , pkg-config , autoreconfHook , xz , libintl , python , gettext Loading Loading @@ -57,11 +56,6 @@ stdenv.mkDerivation (finalAttrs: rec { ncurses ] ++ lib.optionals (stdenv.isDarwin && pythonSupport && python?isPy2 && python.isPy2) [ libintl ] ++ lib.optionals stdenv.isFreeBSD [ # Libxml2 has an optional dependency on liblzma. However, on impure # platforms, it may end up using that from /usr/lib, and thus lack a # RUNPATH for that, leading to undefined references for its users. xz ]; propagatedBuildInputs = [ Loading