diff options
-rw-r--r-- | custom/thinklight.nix | 3 |
1 files changed, 1 insertions, 2 deletions
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 @@ | |||
1 | { stdenv, haskellPackages, thinklight ? "thinklight", makeWrapper }: | 1 | { stdenv, haskellPackages, thinklight ? "thinklight" }: |
2 | 2 | ||
3 | stdenv.mkDerivation { | 3 | stdenv.mkDerivation { |
4 | name = "thinklight-0.1"; | 4 | name = "thinklight-0.1"; |
5 | ghc = haskellPackages.ghcWithPackages (self: [self.strict self.unix]); | 5 | ghc = haskellPackages.ghcWithPackages (self: [self.strict self.unix]); |
6 | outputs = [ "out" ]; | 6 | outputs = [ "out" ]; |
7 | buildInputs = [ makeWrapper ]; | ||
8 | builder = builtins.toFile "builder.sh" '' | 7 | builder = builtins.toFile "builder.sh" '' |
9 | source $stdenv/setup | 8 | source $stdenv/setup |
10 | mkdir -p $out/bin | 9 | mkdir -p $out/bin |