···251 ];
252 passthru = shared.passthru // {
253 # Deps that are potentially overriden and are used inside GR plugins - the same version must
254- inherit boost volk;
0000255 } // lib.optionalAttrs (hasFeature "gr-uhd") {
256 inherit uhd;
257 } // lib.optionalAttrs (hasFeature "gr-qtgui") {
···251 ];
252 passthru = shared.passthru // {
253 # Deps that are potentially overriden and are used inside GR plugins - the same version must
254+ inherit
255+ boost
256+ volk
257+ log4cpp
258+ ;
259 } // lib.optionalAttrs (hasFeature "gr-uhd") {
260 inherit uhd;
261 } // lib.optionalAttrs (hasFeature "gr-qtgui") {
+5-1
pkgs/applications/radio/gnuradio/3.9.nix
···275 ];
276 passthru = shared.passthru // {
277 # Deps that are potentially overriden and are used inside GR plugins - the same version must
278- inherit boost volk;
0000279 } // lib.optionalAttrs (hasFeature "gr-uhd") {
280 inherit uhd;
281 } // lib.optionalAttrs (hasFeature "gr-qtgui") {
···275 ];
276 passthru = shared.passthru // {
277 # Deps that are potentially overriden and are used inside GR plugins - the same version must
278+ inherit
279+ boost
280+ volk
281+ log4cpp
282+ ;
283 } // lib.optionalAttrs (hasFeature "gr-uhd") {
284 inherit uhd;
285 } // lib.optionalAttrs (hasFeature "gr-qtgui") {
+9-3
pkgs/applications/radio/gnuradio/default.nix
···49, versionAttr ? {
50 major = "3.10";
51 minor = "1";
52- patch = "0";
53}
54}:
5556let
57- sourceSha256 = "sha256-bU6z7H08G8QIToogAMI2P5tHBtVZezlBDqSbnEsqAjE=";
58 featuresInfo = {
59 # Needed always
60 basic = {
···293 ];
294 passthru = shared.passthru // {
295 # Deps that are potentially overriden and are used inside GR plugins - the same version must
296- inherit boost volk;
0000297 } // lib.optionalAttrs (hasFeature "gr-uhd") {
298 inherit uhd;
00299 } // lib.optionalAttrs (hasFeature "gr-qtgui") {
300 inherit (libsForQt5) qwt;
301 };
···49, versionAttr ? {
50 major = "3.10";
51 minor = "1";
52+ patch = "1";
53}
54}:
5556let
57+ sourceSha256 = "sha256-vsAK+GQzcpA9Vsa6q4RFEzVpbF7/+yZkMsemKn6VhIg=";
58 featuresInfo = {
59 # Needed always
60 basic = {
···293 ];
294 passthru = shared.passthru // {
295 # Deps that are potentially overriden and are used inside GR plugins - the same version must
296+ inherit
297+ boost
298+ volk
299+ spdlog
300+ ;
301 } // lib.optionalAttrs (hasFeature "gr-uhd") {
302 inherit uhd;
303+ } // lib.optionalAttrs (hasFeature "gr-pdu") {
304+ inherit libiio libad9361;
305 } // lib.optionalAttrs (hasFeature "gr-qtgui") {
306 inherit (libsForQt5) qwt;
307 };