From 8d60b99bcb39f50c5fc1c2b473ac189f8ab80fbc Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 14 May 2016 19:11:44 +0200 Subject: cleanup --- custom/thinklight.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'custom') diff --git a/custom/thinklight.nix b/custom/thinklight.nix index 346bd21a..a5877199 100644 --- a/custom/thinklight.nix +++ b/custom/thinklight.nix @@ -1,10 +1,9 @@ -{ stdenv, haskellPackages, thinklight ? "thinklight", makeWrapper }: +{ stdenv, haskellPackages, thinklight ? "thinklight" }: stdenv.mkDerivation { name = "thinklight-0.1"; ghc = haskellPackages.ghcWithPackages (self: [self.strict self.unix]); outputs = [ "out" ]; - buildInputs = [ makeWrapper ]; builder = builtins.toFile "builder.sh" '' source $stdenv/setup mkdir -p $out/bin -- cgit v1.2.3