gnuradioPackages: Don't inherit python and gnuradio

This commit is contained in:
Doron Behar 2023-10-04 13:05:26 +03:00
parent 8b4371ef1a
commit bfaf1e92d2

View file

@ -20,8 +20,10 @@ let
boost
volk
logLib
python
;
inherit mkDerivationWith mkDerivation;
inherit gnuradio;
} // lib.optionalAttrs (gnuradio.hasFeature "gr-uhd") {
inherit (gnuradio) uhd;
});
@ -31,9 +33,6 @@ in {
### Packages
inherit gnuradio;
inherit (gnuradio) python;
osmosdr = callPackage ../development/gnuradio-modules/osmosdr/default.nix { };
ais = callPackage ../development/gnuradio-modules/ais/default.nix { };