From bc3e30adcabe173e816693d260c304da98a07e47 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 26 Dec 2016 23:52:49 +0100 Subject: shebang and builder arguments --- hel.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index fb7c8005..7f3d4f2c 100644 --- a/hel.nix +++ b/hel.nix @@ -60,7 +60,9 @@ samsung-unified-linux-driver = pkgs.stdenv.lib.overrideDerivation pkgs.samsung-unified-linux-driver (oldAttrs: { buildInputs = with pkgs; [ cups makeWrapper ]; builder = pkgs.writeScript "builder.sh" '' - ${oldAttrs.builder} + #!${pkgs.stdenv.shell} + + ${oldAttrs.builder} ${pkgs.lib.concatStringsSep " " oldAttrs.args} echo "Wrapping samsung filters" wrapProgram $out/lib/cups/filter/rastertosamsungspl \ -- cgit v1.2.3