From 7146cb7a6588caccedebb798e55853a69bf55f8f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 26 Dec 2016 23:35:51 +0100 Subject: properly include builder --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index 16096ec3..653f6846 100644 --- a/hel.nix +++ b/hel.nix @@ -60,7 +60,7 @@ 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.buildCommand} + ${builtins.readFile oldAttrs.builder} echo "Wrapping samsung filters" wrapProgram $out/lib/cups/filter/rastertosamsungspl \ -- cgit v1.2.3