diff options
-rw-r--r-- | pkgs/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 |