From a7a1349b1efb10babe10fe6f57801f6039114f46 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 26 Dec 2016 23:33:15 +0100 Subject: More lowlevel hook --- hel.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index d10c49e6..f18a4c64 100644 --- a/hel.nix +++ b/hel.nix @@ -59,7 +59,9 @@ samsung-unified-linux-driver = pkgs.stdenv.lib.overrideDerivation pkgs.samsung-unified-linux-driver (oldAttrs: { buildInputs = with pkgs; [ cups makeWrapper ]; - postBuild = '' + buildCommand = '' + ${oldAttrs.buildCommand} + echo "Wrapping samsung filters" wrapProgram $out/lib/cups/filter/rastertosamsungspl \ --prefix PATH : ${pkgs.ghostscript}/bin -- cgit v1.2.3