summary refs log tree commit diff
path: root/pkgs/misc/cups/filters.nix
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-23 04:33:36 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-23 04:52:13 +0300
commitf410ec16c4c57aad7f4bbc4c01abe146c49217b0 (patch)
tree891c0efd3e3fbbddc2acf4118046544cd7e4b516 /pkgs/misc/cups/filters.nix
parent4bd0a16148334da17d1f8c54cc5fc7103f86c3f8 (diff)
downloadnixlib-f410ec16c4c57aad7f4bbc4c01abe146c49217b0.tar
nixlib-f410ec16c4c57aad7f4bbc4c01abe146c49217b0.tar.gz
nixlib-f410ec16c4c57aad7f4bbc4c01abe146c49217b0.tar.bz2
nixlib-f410ec16c4c57aad7f4bbc4c01abe146c49217b0.tar.lz
nixlib-f410ec16c4c57aad7f4bbc4c01abe146c49217b0.tar.xz
nixlib-f410ec16c4c57aad7f4bbc4c01abe146c49217b0.tar.zst
nixlib-f410ec16c4c57aad7f4bbc4c01abe146c49217b0.zip
treewide: Fix output references to cups
Diffstat (limited to 'pkgs/misc/cups/filters.nix')
-rw-r--r--pkgs/misc/cups/filters.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/cups/filters.nix b/pkgs/misc/cups/filters.nix
index f1f597ac0a04..e4c70e2fe988 100644
--- a/pkgs/misc/cups/filters.nix
+++ b/pkgs/misc/cups/filters.nix
@@ -37,7 +37,7 @@ in stdenv.mkDerivation rec {
       # Ensure that bannertopdf can find the PDF templates in
       # $out. (By default, it assumes that cups and cups-filters are
       # installed in the same prefix.)
-      substituteInPlace config.h --replace ${cups}/share/cups/data $out/share/cups/data
+      substituteInPlace config.h --replace ${cups.out}/share/cups/data $out/share/cups/data
 
       # Ensure that gstoraster can find gs in $PATH.
       substituteInPlace filter/gstoraster.c --replace execve execvpe