diff options
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -60,7 +60,9 @@ | |||
60 | samsung-unified-linux-driver = pkgs.stdenv.lib.overrideDerivation pkgs.samsung-unified-linux-driver (oldAttrs: { | 60 | samsung-unified-linux-driver = pkgs.stdenv.lib.overrideDerivation pkgs.samsung-unified-linux-driver (oldAttrs: { |
61 | buildInputs = with pkgs; [ cups makeWrapper ]; | 61 | buildInputs = with pkgs; [ cups makeWrapper ]; |
62 | builder = pkgs.writeScript "builder.sh" '' | 62 | builder = pkgs.writeScript "builder.sh" '' |
63 | ${oldAttrs.builder} | 63 | #!${pkgs.stdenv.shell} |
64 | |||
65 | ${oldAttrs.builder} ${pkgs.lib.concatStringsSep " " oldAttrs.args} | ||
64 | 66 | ||
65 | echo "Wrapping samsung filters" | 67 | echo "Wrapping samsung filters" |
66 | wrapProgram $out/lib/cups/filter/rastertosamsungspl \ | 68 | wrapProgram $out/lib/cups/filter/rastertosamsungspl \ |