From be9f07822e6c3f4a2c5c901f7b0888dae8cd16d9 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 7 Jun 2015 23:13:30 +0200 Subject: custom phase should be install not build --- custom/trivmix-service.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom/trivmix-service.nix') diff --git a/custom/trivmix-service.nix b/custom/trivmix-service.nix index 2651a2e9..05d50da4 100644 --- a/custom/trivmix-service.nix +++ b/custom/trivmix-service.nix @@ -22,7 +22,7 @@ let ''; unpackPhase = "cat"; buildInputs = [ makeWrapper ]; - buildPhase = '' + installPhase = '' mkdir -p $out/bin cp $src $out/bin/run.sh chmod 755 $out/bin/run.sh -- cgit v1.2.3