diff options
-rw-r--r-- | pkgs/default.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index ed13d75..53cea3c 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -53,9 +53,6 @@ let glib = nixpkgs.glib.overrideAttrs (super: { nativeBuildInputs = with nixpkgs; super.nativeBuildInputs ++ [ libxslt docbook_xsl ]; }); - libtool = nixpkgs.libtool.overrideAttrs (super: { - nativeBuildInputs = with nixpkgs; super.nativeBuildInputs ++ [ help2man ]; - }); }); in personalpkgs |