summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
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 \