summaryrefslogtreecommitdiff
path: root/custom/thinklight.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-14 18:52:52 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-14 18:52:52 +0200
commita0e221e0760c835c4245a1f56a72fd0811e1b44c (patch)
treefc37f8e0516b4e72cdce332dda52b12a2ee0800a /custom/thinklight.nix
parent0afb37910e1ad08ac742122121d1ee6daab5cf79 (diff)
downloadnixos-a0e221e0760c835c4245a1f56a72fd0811e1b44c.tar
nixos-a0e221e0760c835c4245a1f56a72fd0811e1b44c.tar.gz
nixos-a0e221e0760c835c4245a1f56a72fd0811e1b44c.tar.bz2
nixos-a0e221e0760c835c4245a1f56a72fd0811e1b44c.tar.xz
nixos-a0e221e0760c835c4245a1f56a72fd0811e1b44c.zip
wrapProgram
Diffstat (limited to 'custom/thinklight.nix')
-rw-r--r--custom/thinklight.nix1
1 files changed, 1 insertions, 0 deletions
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 {
4 name = "thinklight-0.1"; 4 name = "thinklight-0.1";
5 ghc = haskellPackages.ghcWithPackages (self: [self.strict]); 5 ghc = haskellPackages.ghcWithPackages (self: [self.strict]);
6 outputs = [ "out" ]; 6 outputs = [ "out" ];
7 buildInputs = [ makeWrapper ];
7 builder = builtins.toFile "builder.sh" '' 8 builder = builtins.toFile "builder.sh" ''
8 source $stdenv/setup 9 source $stdenv/setup
9 mkdir -p $out/bin 10 mkdir -p $out/bin