From e79b65c91facdadc424fd33cf78fd57b99411cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 18 Dec 2022 18:06:04 +0100 Subject: pkgs: try to fix cross build for libtool --- pkgs/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/default.nix b/pkgs/default.nix index 53cea3c..ed13d75 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -53,6 +53,9 @@ 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