summary refs log tree commit diff
path: root/pkgs/applications/video/key-mon
diff options
context:
space:
mode:
authorCillian de Róiste <cillian.deroiste@gmail.com>2015-11-21 15:39:52 +0100
committerCillian de Róiste <cillian.deroiste@gmail.com>2015-11-21 15:39:52 +0100
commitfaff9ddad54c31c81be2525adee413f0733e51bb (patch)
tree1c233de10a2ced43bc25d1e77d0a997023b8cad3 /pkgs/applications/video/key-mon
parent946dbb4ea49100c5cc3ea5b0eb6db8280dd78ca7 (diff)
downloadnixlib-faff9ddad54c31c81be2525adee413f0733e51bb.tar
nixlib-faff9ddad54c31c81be2525adee413f0733e51bb.tar.gz
nixlib-faff9ddad54c31c81be2525adee413f0733e51bb.tar.bz2
nixlib-faff9ddad54c31c81be2525adee413f0733e51bb.tar.lz
nixlib-faff9ddad54c31c81be2525adee413f0733e51bb.tar.xz
nixlib-faff9ddad54c31c81be2525adee413f0733e51bb.tar.zst
nixlib-faff9ddad54c31c81be2525adee413f0733e51bb.zip
key-mon: fixes #11183
Diffstat (limited to 'pkgs/applications/video/key-mon')
-rw-r--r--pkgs/applications/video/key-mon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/key-mon/default.nix b/pkgs/applications/video/key-mon/default.nix
index 57c8ca574b41..65de804ffa1a 100644
--- a/pkgs/applications/video/key-mon/default.nix
+++ b/pkgs/applications/video/key-mon/default.nix
@@ -17,8 +17,8 @@ buildPythonPackage rec {
   doCheck = false;
 
   postInstall = ''
-      wrapProgram $out/bin/key-mon --prefix GDK_PIXBUF_MODULE_FILE : \
-      ${librsvg}/lib/gdk-pixbuf/loaders.cache
+      wrapProgram $out/bin/key-mon \
+          --set GDK_PIXBUF_MODULE_FILE "$GDK_PIXBUF_MODULE_FILE"
     '';
 
   meta = with stdenv.lib; {