diff options
-rw-r--r-- | hel.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 \ |