Merge pull request #60590 from marsam/fix-build-buck

buck: fix build
This commit is contained in:
Renaud 2019-05-01 18:01:31 +02:00 committed by GitHub
commit c5585d9e5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
buildPhase = ''
ant
./bin/buck build -c buck.release_version=${version} buck
PYTHONDONTWRITEBYTECODE=true ./bin/buck build -c buck.release_version=${version} buck
'';
installPhase = ''