summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Olsen <daniel.olsen99@gmail.com>2022-07-08 22:38:44 +0200
committerAlyssa Ross <hi@alyssa.is>2022-08-16 08:36:57 +0000
commit70ec0e7ec4bc889ba6518fbe382a9c1a3cad6619 (patch)
tree0ec79ff64dbe4d5d5d2befc3bd59102d0b170135
parent4b4ee5af9c4bb97b2028c390e2c3897ad361ef45 (diff)
downloadnixpkgs-70ec0e7ec4bc889ba6518fbe382a9c1a3cad6619.tar
nixpkgs-70ec0e7ec4bc889ba6518fbe382a9c1a3cad6619.tar.gz
nixpkgs-70ec0e7ec4bc889ba6518fbe382a9c1a3cad6619.tar.bz2
nixpkgs-70ec0e7ec4bc889ba6518fbe382a9c1a3cad6619.tar.lz
nixpkgs-70ec0e7ec4bc889ba6518fbe382a9c1a3cad6619.tar.xz
nixpkgs-70ec0e7ec4bc889ba6518fbe382a9c1a3cad6619.tar.zst
nixpkgs-70ec0e7ec4bc889ba6518fbe382a9c1a3cad6619.zip
giflib: Remove xml dependencies
These should have been in nativeBuildInputs anyways.
But it seems the docbook generation isn't needed when downloading the tarball

It didn't change the output anyways.
So if there are any docs that were supposed to be built that needs to be fixed somehow.
-rw-r--r--pkgs/development/libraries/giflib/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/libraries/giflib/default.nix b/pkgs/development/libraries/giflib/default.nix
index 2016742351c..795aeb88440 100644
--- a/pkgs/development/libraries/giflib/default.nix
+++ b/pkgs/development/libraries/giflib/default.nix
@@ -31,8 +31,6 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = lib.optionals stdenv.isDarwin [ fixDarwinDylibNames ];
 
-  buildInputs = [ xmlto docbook_xml_dtd_412 docbook_xsl libxml2 ];
-
   passthru.tests.static = pkgsStatic.giflib;
 
   meta = {