buck: fix build

This commit is contained in:
Mario Rodas 2019-05-01 01:13:47 -05:00
parent ffc8ac2fad
commit b34a9064b7
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

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 = ''