summary refs log tree commit diff
path: root/pkgs/applications/graphics/feh
diff options
context:
space:
mode:
authorEdmund Wu <fangkazuto@gmail.com>2019-01-06 08:30:57 -0500
committerEdmund Wu <fangkazuto@gmail.com>2019-01-06 08:30:57 -0500
commitca531efae8d44921c423998c73787f5473bd1078 (patch)
treea7d0ec231e4c93d6c2ef29c88deb31b2c4639d3c /pkgs/applications/graphics/feh
parent4bb0a719cf8f6b89ec89cd902a511a7e043d9a0d (diff)
downloadnixpkgs-ca531efae8d44921c423998c73787f5473bd1078.tar
nixpkgs-ca531efae8d44921c423998c73787f5473bd1078.tar.gz
nixpkgs-ca531efae8d44921c423998c73787f5473bd1078.tar.bz2
nixpkgs-ca531efae8d44921c423998c73787f5473bd1078.tar.lz
nixpkgs-ca531efae8d44921c423998c73787f5473bd1078.tar.xz
nixpkgs-ca531efae8d44921c423998c73787f5473bd1078.tar.zst
nixpkgs-ca531efae8d44921c423998c73787f5473bd1078.zip
feh: include prove for tests
Diffstat (limited to 'pkgs/applications/graphics/feh')
-rw-r--r--pkgs/applications/graphics/feh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/feh/default.nix b/pkgs/applications/graphics/feh/default.nix
index a1ef5fcb4b6..02e6a10295e 100644
--- a/pkgs/applications/graphics/feh/default.nix
+++ b/pkgs/applications/graphics/feh/default.nix
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
     install -D -m 644 man/*.1 $out/share/man/man1
   '';
 
-  checkInputs = [ perlPackages.TestCommand ];
+  checkInputs = [ perlPackages.perl perlPackages.TestCommand ];
   preCheck = ''
     export PERL5LIB="${perlPackages.TestCommand}/${perlPackages.perl.libPrefix}"
   '';