diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-14 19:11:44 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-14 19:11:44 +0200 |
commit | 8d60b99bcb39f50c5fc1c2b473ac189f8ab80fbc (patch) | |
tree | 31b296cac85a774128c4d7276b000bb73431dce5 /custom/thinklight.nix | |
parent | 6c320e9fd6e6098ca13f69f0422c9ca93c3af94c (diff) | |
download | nixos-8d60b99bcb39f50c5fc1c2b473ac189f8ab80fbc.tar nixos-8d60b99bcb39f50c5fc1c2b473ac189f8ab80fbc.tar.gz nixos-8d60b99bcb39f50c5fc1c2b473ac189f8ab80fbc.tar.bz2 nixos-8d60b99bcb39f50c5fc1c2b473ac189f8ab80fbc.tar.xz nixos-8d60b99bcb39f50c5fc1c2b473ac189f8ab80fbc.zip |
cleanup
Diffstat (limited to 'custom/thinklight.nix')
-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 |