summary refs log tree commit diff
path: root/pkgs/development/tools/misc/help2man
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2021-10-22 23:05:40 +0300
committerArtturin <Artturin@artturin.com>2021-11-05 15:30:43 +0200
commite73d3348f38b216b2512f666d2d41580799c22aa (patch)
tree72060e597c23014ef05ab84fdf5c6d4cb36773a2 /pkgs/development/tools/misc/help2man
parent0aa67239fac6cf9f130b99dca9ac79a4e2a3d09a (diff)
downloadnixpkgs-e73d3348f38b216b2512f666d2d41580799c22aa.tar
nixpkgs-e73d3348f38b216b2512f666d2d41580799c22aa.tar.gz
nixpkgs-e73d3348f38b216b2512f666d2d41580799c22aa.tar.bz2
nixpkgs-e73d3348f38b216b2512f666d2d41580799c22aa.tar.lz
nixpkgs-e73d3348f38b216b2512f666d2d41580799c22aa.tar.xz
nixpkgs-e73d3348f38b216b2512f666d2d41580799c22aa.tar.zst
nixpkgs-e73d3348f38b216b2512f666d2d41580799c22aa.zip
help2man: fix build with strictDeps
and enable strictDeps
perlPackages.perl is needed in nativeBuildInputs because of
the configuration script
Diffstat (limited to 'pkgs/development/tools/misc/help2man')
-rw-r--r--pkgs/development/tools/misc/help2man/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/help2man/default.nix b/pkgs/development/tools/misc/help2man/default.nix
index 24edb2c5955..4521eee95a2 100644
--- a/pkgs/development/tools/misc/help2man/default.nix
+++ b/pkgs/development/tools/misc/help2man/default.nix
@@ -14,8 +14,10 @@ stdenv.mkDerivation rec {
     sha256 = "sha256-ZznkyqQuau0zmb5Dh8p5OZZAlnM06RcohjuOqpIlgr4=";
   };
 
-  nativeBuildInputs = [ gettext perlPackages.LocaleGettext ];
-  buildInputs = [ perlPackages.perl perlPackages.LocaleGettext ];
+  strictDeps = true;
+
+  nativeBuildInputs = [ gettext perlPackages.perl perlPackages.LocaleGettext ];
+  buildInputs = [ perlPackages.LocaleGettext ];
 
   doCheck = false;                                # target `check' is missing