summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-10-05 19:32:17 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-10-05 19:32:17 +0200
commit7a8e8294b0cc4028807f9e31554da95dacef6c54 (patch)
tree2b29cb8f18a427306c3ab6e8eea39df34903a17c /hel.nix
parent5c737dd013ce61350c46b4b865bf0fd6a38dd269 (diff)
downloadnixos-7a8e8294b0cc4028807f9e31554da95dacef6c54.tar
nixos-7a8e8294b0cc4028807f9e31554da95dacef6c54.tar.gz
nixos-7a8e8294b0cc4028807f9e31554da95dacef6c54.tar.bz2
nixos-7a8e8294b0cc4028807f9e31554da95dacef6c54.tar.xz
nixos-7a8e8294b0cc4028807f9e31554da95dacef6c54.zip
...
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 24192d56..a2fb8f2b 100644
--- a/hel.nix
+++ b/hel.nix
@@ -97,6 +97,9 @@
97 ${oldAttrs.builder} ${pkgs.lib.concatStringsSep " " oldAttrs.args} 97 ${oldAttrs.builder} ${pkgs.lib.concatStringsSep " " oldAttrs.args}
98 98
99 export PATH=${pkgs.makeWrapper}/bin:$PATH 99 export PATH=${pkgs.makeWrapper}/bin:$PATH
100
101 chmod +x $out/lib/cups/filter/rastertosamsungspl
102 chmod +x $out/lib/cups/filter/rastertosamsungsplc
100 103
101 echo "Wrapping samsung filters" 104 echo "Wrapping samsung filters"
102 wrapProgram $out/lib/cups/filter/rastertosamsungspl \ 105 wrapProgram $out/lib/cups/filter/rastertosamsungspl \