diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-12-26 23:33:15 +0100 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-12-26 23:33:15 +0100 |
commit | a7a1349b1efb10babe10fe6f57801f6039114f46 (patch) | |
tree | 92a22148cee9d9aeb0bda40014989578f7718804 | |
parent | 70a6f7a5c9b3c571948ea262d6f0a4378c3174be (diff) | |
download | nixos-a7a1349b1efb10babe10fe6f57801f6039114f46.tar nixos-a7a1349b1efb10babe10fe6f57801f6039114f46.tar.gz nixos-a7a1349b1efb10babe10fe6f57801f6039114f46.tar.bz2 nixos-a7a1349b1efb10babe10fe6f57801f6039114f46.tar.xz nixos-a7a1349b1efb10babe10fe6f57801f6039114f46.zip |
More lowlevel hook
-rw-r--r-- | hel.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |