From a6e7ea6b2d0bca5ae7ef849530905a164bca2b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 19 Dec 2022 10:26:18 +0100 Subject: Revert "pkgs: try to fix cross build for libtool" This reverts commit e79b65c91facdadc424fd33cf78fd57b99411cfc. --- pkgs/default.nix | 3 --- 1 file changed, 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 -- cgit v1.2.3