summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
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 \