From a0e221e0760c835c4245a1f56a72fd0811e1b44c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 14 May 2016 18:52:52 +0200 Subject: wrapProgram --- custom/thinklight.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/custom/thinklight.nix b/custom/thinklight.nix index 3ed4aa2a..87a5264e 100644 --- a/custom/thinklight.nix +++ b/custom/thinklight.nix @@ -4,6 +4,7 @@ stdenv.mkDerivation { name = "thinklight-0.1"; ghc = haskellPackages.ghcWithPackages (self: [self.strict]); outputs = [ "out" ]; + buildInputs = [ makeWrapper ]; builder = builtins.toFile "builder.sh" '' source $stdenv/setup mkdir -p $out/bin -- cgit v1.2.3