diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-12-26 23:35:51 +0100 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-12-26 23:35:51 +0100 |
commit | 7146cb7a6588caccedebb798e55853a69bf55f8f (patch) | |
tree | 1abbde4298b64a82cd803b28a514cc6507bf8565 /hel.nix | |
parent | 944c95843d385af31a610fcaf54a68d14b8cb7fc (diff) | |
download | nixos-7146cb7a6588caccedebb798e55853a69bf55f8f.tar nixos-7146cb7a6588caccedebb798e55853a69bf55f8f.tar.gz nixos-7146cb7a6588caccedebb798e55853a69bf55f8f.tar.bz2 nixos-7146cb7a6588caccedebb798e55853a69bf55f8f.tar.xz nixos-7146cb7a6588caccedebb798e55853a69bf55f8f.zip |
properly include builder
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ | |||
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 | builder = pkgs.writeScript "builder.sh" '' | 62 | builder = pkgs.writeScript "builder.sh" '' |
63 | ${oldAttrs.buildCommand} | 63 | ${builtins.readFile oldAttrs.builder} |
64 | 64 | ||
65 | echo "Wrapping samsung filters" | 65 | echo "Wrapping samsung filters" |
66 | wrapProgram $out/lib/cups/filter/rastertosamsungspl \ | 66 | wrapProgram $out/lib/cups/filter/rastertosamsungspl \ |