3
0
Fork 0
forked from mirrors/nixpkgs

ori: enable orilocal

This commit is contained in:
Aristid Breitkreuz 2014-05-15 23:00:18 +02:00
parent 485ad34b9c
commit 2e6c46ce36

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
];
buildPhase = ''
scons PREFIX=$out install
scons PREFIX=$out WITH_ORILOCAL=1 install
'';
installPhase = ":";