From 944c95843d385af31a610fcaf54a68d14b8cb7fc Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 26 Dec 2016 23:34:47 +0100 Subject: Even more lowlevel --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index f18a4c64..16096ec3 100644 --- a/hel.nix +++ b/hel.nix @@ -59,7 +59,7 @@ samsung-unified-linux-driver = pkgs.stdenv.lib.overrideDerivation pkgs.samsung-unified-linux-driver (oldAttrs: { buildInputs = with pkgs; [ cups makeWrapper ]; - buildCommand = '' + builder = pkgs.writeScript "builder.sh" '' ${oldAttrs.buildCommand} echo "Wrapping samsung filters" -- cgit v1.2.3