qradiolink: enable parallel building

This commit is contained in:
Orivej Desh 2018-09-25 11:39:59 +00:00
parent 66b6bf5e0b
commit 3083cf6326

View file

@ -47,6 +47,8 @@ in stdenv.mkDerivation {
qwt
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "SDR transceiver application for analog and digital modes";
homepage = http://qradiolink.org/;