diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-12-26 23:34:47 +0100 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-12-26 23:34:47 +0100 |
commit | 944c95843d385af31a610fcaf54a68d14b8cb7fc (patch) | |
tree | 5b4f1bcc13728c5cd021221f5a986b32290af3ab | |
parent | a7a1349b1efb10babe10fe6f57801f6039114f46 (diff) | |
download | nixos-944c95843d385af31a610fcaf54a68d14b8cb7fc.tar nixos-944c95843d385af31a610fcaf54a68d14b8cb7fc.tar.gz nixos-944c95843d385af31a610fcaf54a68d14b8cb7fc.tar.bz2 nixos-944c95843d385af31a610fcaf54a68d14b8cb7fc.tar.xz nixos-944c95843d385af31a610fcaf54a68d14b8cb7fc.zip |
Even more lowlevel
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ | |||
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 | buildCommand = '' | 62 | builder = pkgs.writeScript "builder.sh" '' |
63 | ${oldAttrs.buildCommand} | 63 | ${oldAttrs.buildCommand} |
64 | 64 | ||
65 | echo "Wrapping samsung filters" | 65 | echo "Wrapping samsung filters" |