From df966451abe39bd63d9b0fa3805cd172eb3d02eb Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 26 Dec 2016 23:20:59 +0100 Subject: Build samsung driver with ghostscript --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index 0f976037..5552c470 100644 --- a/hel.nix +++ b/hel.nix @@ -58,7 +58,7 @@ ''; samsung-unified-linux-driver = pkgs.stdenv.lib.overrideDerivation pkgs.samsung-unified-linux-driver (oldAttrs: { - buildInputs = with pkgs; [cups]; + buildInputs = with pkgs; [ cups ghostscript ]; }); }; -- cgit v1.2.3