From a1fc25764b8613a8ea288009a031bb3040e17e11 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 26 Dec 2016 23:37:58 +0100 Subject: don't include, just call --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index 653f6846..fb7c8005 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" '' - ${builtins.readFile oldAttrs.builder} + ${oldAttrs.builder} echo "Wrapping samsung filters" wrapProgram $out/lib/cups/filter/rastertosamsungspl \ -- cgit v1.2.3