summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-12-26 23:32:13 +0100
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-12-26 23:32:13 +0100
commit70a6f7a5c9b3c571948ea262d6f0a4378c3174be (patch)
tree39babd6f0ab2b5b8e16b28bb47e4245a4816dd39 /hel.nix
parentb29a994028561a12f8c7d14b536b68b9b92669f8 (diff)
downloadnixos-70a6f7a5c9b3c571948ea262d6f0a4378c3174be.tar
nixos-70a6f7a5c9b3c571948ea262d6f0a4378c3174be.tar.gz
nixos-70a6f7a5c9b3c571948ea262d6f0a4378c3174be.tar.bz2
nixos-70a6f7a5c9b3c571948ea262d6f0a4378c3174be.tar.xz
nixos-70a6f7a5c9b3c571948ea262d6f0a4378c3174be.zip
move wrapping to build
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 838b5535..d10c49e6 100644
--- a/hel.nix
+++ b/hel.nix
@@ -59,7 +59,8 @@
59 59
60 samsung-unified-linux-driver = pkgs.stdenv.lib.overrideDerivation pkgs.samsung-unified-linux-driver (oldAttrs: { 60 samsung-unified-linux-driver = pkgs.stdenv.lib.overrideDerivation pkgs.samsung-unified-linux-driver (oldAttrs: {
61 buildInputs = with pkgs; [ cups makeWrapper ]; 61 buildInputs = with pkgs; [ cups makeWrapper ];
62 fixupPhase = '' 62 postBuild = ''
63 echo "Wrapping samsung filters"
63 wrapProgram $out/lib/cups/filter/rastertosamsungspl \ 64 wrapProgram $out/lib/cups/filter/rastertosamsungspl \
64 --prefix PATH : ${pkgs.ghostscript}/bin 65 --prefix PATH : ${pkgs.ghostscript}/bin
65 wrapProgram $out/lib/cups/filter/rastertosamsungsplc \ 66 wrapProgram $out/lib/cups/filter/rastertosamsungsplc \