diff options
-rw-r--r-- | hel.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |