From 70a6f7a5c9b3c571948ea262d6f0a4378c3174be Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 26 Dec 2016 23:32:13 +0100 Subject: move wrapping to build --- hel.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hel.nix') diff --git a/hel.nix b/hel.nix index 838b5535..d10c49e6 100644 --- a/hel.nix +++ b/hel.nix @@ -59,7 +59,8 @@ samsung-unified-linux-driver = pkgs.stdenv.lib.overrideDerivation pkgs.samsung-unified-linux-driver (oldAttrs: { buildInputs = with pkgs; [ cups makeWrapper ]; - fixupPhase = '' + postBuild = '' + echo "Wrapping samsung filters" wrapProgram $out/lib/cups/filter/rastertosamsungspl \ --prefix PATH : ${pkgs.ghostscript}/bin wrapProgram $out/lib/cups/filter/rastertosamsungsplc \ -- cgit v1.2.3