From 36729ca5911c6c3ba351bca48bb7fc26ba55ad8f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 1 Jan 2017 17:35:35 +0100 Subject: Input makeWrapper --- hel.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hel.nix b/hel.nix index 788031c8..51586c53 100644 --- a/hel.nix +++ b/hel.nix @@ -58,6 +58,7 @@ ''; samsung-unified-linux-driver = pkgs.stdenv.lib.overrideDerivation pkgs.samsung-unified-linux-driver (oldAttrs: { + buildInputs = oldAttrs.buildInputs ++ [ pkgs.makeWrapper ]; builder = pkgs.writeScript "builder.sh" '' #!${pkgs.stdenv.shell} -- cgit v1.2.3