summary refs log tree commit diff
path: root/pkgs/tools/networking/linkchecker/default.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-02-15 10:08:27 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-02-17 14:40:54 +0100
commitd2c3fd5af0022c612ce2cd4f274e09ab58ccc6fe (patch)
treefb42d34132de1274474bdb0661c1bbba8cbf1e0a /pkgs/tools/networking/linkchecker/default.nix
parent7397fa2a2775269aad995a620b23e500168e36d5 (diff)
downloadnixpkgs-d2c3fd5af0022c612ce2cd4f274e09ab58ccc6fe.tar
nixpkgs-d2c3fd5af0022c612ce2cd4f274e09ab58ccc6fe.tar.gz
nixpkgs-d2c3fd5af0022c612ce2cd4f274e09ab58ccc6fe.tar.bz2
nixpkgs-d2c3fd5af0022c612ce2cd4f274e09ab58ccc6fe.tar.lz
nixpkgs-d2c3fd5af0022c612ce2cd4f274e09ab58ccc6fe.tar.xz
nixpkgs-d2c3fd5af0022c612ce2cd4f274e09ab58ccc6fe.tar.zst
nixpkgs-d2c3fd5af0022c612ce2cd4f274e09ab58ccc6fe.zip
Python: fix outfall after setting `strictDeps = true;`
Diffstat (limited to 'pkgs/tools/networking/linkchecker/default.nix')
-rw-r--r--pkgs/tools/networking/linkchecker/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/networking/linkchecker/default.nix b/pkgs/tools/networking/linkchecker/default.nix
index 6e41de8999b..6e13d7fb94c 100644
--- a/pkgs/tools/networking/linkchecker/default.nix
+++ b/pkgs/tools/networking/linkchecker/default.nix
@@ -18,6 +18,7 @@ python2Packages.buildPythonApplication rec {
   pname = "LinkChecker";
   version = "9.3.1";
 
+  nativeBuildInputs = [ gettext ];
   propagatedBuildInputs = (with python2Packages; [ 
     requests
   ]) ++ [ gettext ];