lemon: fix build

This commit is contained in:
Robin Gloster
2020-04-13 19:17:57 +02:00
parent 8f7dab9932
commit 4f17f7ceb4

View File

@@ -19,7 +19,7 @@ in stdenv.mkDerivation {
pname = "lemon";
version = "1.69";
phases = [ "buildPhase" "installPhase" ];
dontUnpack = true;
buildPhase = ''
sh -xc "$CC ${srcs.lemon} -o lemon"