osmosdr: reduce runtime closure size

This commit is contained in:
Sandro Jäckel 2022-04-28 21:44:41 +02:00
parent 1604f6187e
commit a85cabe828
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -39,6 +39,8 @@ in mkDerivation {
inherit version src;
disabledForGRafter = "3.9";
outputs = [ "out" "dev" ];
buildInputs = [
log4cpp
mpir