forked from mirrors/nixpkgs
ori: enable orilocal
This commit is contained in:
parent
485ad34b9c
commit
2e6c46ce36
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
scons PREFIX=$out install
|
scons PREFIX=$out WITH_ORILOCAL=1 install
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ":";
|
installPhase = ":";
|
||||||
|
|
Loading…
Reference in a new issue