diff options
author | Karel Kočí <cynerd@email.cz> | 2022-12-19 10:26:18 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-12-19 10:26:18 +0100 |
commit | a6e7ea6b2d0bca5ae7ef849530905a164bca2b0e (patch) | |
tree | 1a4c6cbe18ea28a7bec1dd4fae2bb8d13da22fc1 /pkgs | |
parent | e79b65c91facdadc424fd33cf78fd57b99411cfc (diff) | |
download | nixos-personal-a6e7ea6b2d0bca5ae7ef849530905a164bca2b0e.tar.gz nixos-personal-a6e7ea6b2d0bca5ae7ef849530905a164bca2b0e.tar.bz2 nixos-personal-a6e7ea6b2d0bca5ae7ef849530905a164bca2b0e.zip |
Revert "pkgs: try to fix cross build for libtool"
This reverts commit e79b65c91facdadc424fd33cf78fd57b99411cfc.
Diffstat (limited to 'pkgs')
-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 |