Make all checks work
This commit is contained in:
parent
7f805cb48f
commit
33a847c117
|
@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
||||||
USER = "verhaegs";
|
USER = "verhaegs";
|
||||||
|
|
||||||
postPatch = "patchShebangs .";
|
postPatch = "patchShebangs .";
|
||||||
configurePhase = "true";
|
configurePhase = "export CHECK_TOOLKIT=\"$PWD\"";
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
cd benchs
|
cd benchs
|
||||||
../bin/go.sh
|
../bin/go.sh
|
||||||
|
|
Loading…
Reference in New Issue