summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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