summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-12-26 23:20:59 +0100
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-12-26 23:20:59 +0100
commitdf966451abe39bd63d9b0fa3805cd172eb3d02eb (patch)
treecc0f38776b77cd32aba8a9f0c1fd79290dc95db0
parent1b63b3ec308f5d8974153281ee38b8847709408e (diff)
downloadnixos-df966451abe39bd63d9b0fa3805cd172eb3d02eb.tar
nixos-df966451abe39bd63d9b0fa3805cd172eb3d02eb.tar.gz
nixos-df966451abe39bd63d9b0fa3805cd172eb3d02eb.tar.bz2
nixos-df966451abe39bd63d9b0fa3805cd172eb3d02eb.tar.xz
nixos-df966451abe39bd63d9b0fa3805cd172eb3d02eb.zip
Build samsung driver with ghostscript
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 0f976037..5552c470 100644
--- a/hel.nix
+++ b/hel.nix
@@ -58,7 +58,7 @@
58 ''; 58 '';
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]; 61 buildInputs = with pkgs; [ cups ghostscript ];
62 }); 62 });
63 }; 63 };
64 64