radare2: enable parallel building
This commit is contained in:
parent
85842b586a
commit
4818f75054
@ -36,6 +36,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ readline libusb libewf perl zlib openssl]
|
buildInputs = [ readline libusb libewf perl zlib openssl]
|
||||||
++ optional useX11 [gtkdialog vte gtk2]
|
++ optional useX11 [gtkdialog vte gtk2]
|
||||||
|
Loading…
Reference in New Issue
Block a user