summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-12-26 23:33:15 +0100
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-12-26 23:33:15 +0100
commita7a1349b1efb10babe10fe6f57801f6039114f46 (patch)
tree92a22148cee9d9aeb0bda40014989578f7718804
parent70a6f7a5c9b3c571948ea262d6f0a4378c3174be (diff)
downloadnixos-a7a1349b1efb10babe10fe6f57801f6039114f46.tar
nixos-a7a1349b1efb10babe10fe6f57801f6039114f46.tar.gz
nixos-a7a1349b1efb10babe10fe6f57801f6039114f46.tar.bz2
nixos-a7a1349b1efb10babe10fe6f57801f6039114f46.tar.xz
nixos-a7a1349b1efb10babe10fe6f57801f6039114f46.zip
More lowlevel hook
-rw-r--r--hel.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index d10c49e6..f18a4c64 100644
--- a/hel.nix
+++ b/hel.nix
@@ -59,7 +59,9 @@
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 postBuild = '' 62 buildCommand = ''
63 ${oldAttrs.buildCommand}
64
63 echo "Wrapping samsung filters" 65 echo "Wrapping samsung filters"
64 wrapProgram $out/lib/cups/filter/rastertosamsungspl \ 66 wrapProgram $out/lib/cups/filter/rastertosamsungspl \
65 --prefix PATH : ${pkgs.ghostscript}/bin 67 --prefix PATH : ${pkgs.ghostscript}/bin