qradiolink: enable parallel building
This commit is contained in:
parent
66b6bf5e0b
commit
3083cf6326
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ in stdenv.mkDerivation {
|
||||||
qwt
|
qwt
|
||||||
];
|
];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "SDR transceiver application for analog and digital modes";
|
description = "SDR transceiver application for analog and digital modes";
|
||||||
homepage = http://qradiolink.org/;
|
homepage = http://qradiolink.org/;
|
||||||
|
|
Loading…
Reference in a new issue