summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-12-26 23:37:58 +0100
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-12-26 23:37:58 +0100
commita1fc25764b8613a8ea288009a031bb3040e17e11 (patch)
tree2b2174637c1725de5bf60739906ac0013e3e006d /hel.nix
parent7146cb7a6588caccedebb798e55853a69bf55f8f (diff)
downloadnixos-a1fc25764b8613a8ea288009a031bb3040e17e11.tar
nixos-a1fc25764b8613a8ea288009a031bb3040e17e11.tar.gz
nixos-a1fc25764b8613a8ea288009a031bb3040e17e11.tar.bz2
nixos-a1fc25764b8613a8ea288009a031bb3040e17e11.tar.xz
nixos-a1fc25764b8613a8ea288009a031bb3040e17e11.zip
don't include, just call
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 653f6846..fb7c8005 100644
--- a/hel.nix
+++ b/hel.nix
@@ -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 ${builtins.readFile oldAttrs.builder} 63 ${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 \