buck: fix build
This commit is contained in:
parent
ffc8ac2fad
commit
b34a9064b7
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
ant
|
ant
|
||||||
|
|
||||||
./bin/buck build -c buck.release_version=${version} buck
|
PYTHONDONTWRITEBYTECODE=true ./bin/buck build -c buck.release_version=${version} buck
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in New Issue