forked from mirrors/nixpkgs
gnuradio3_9Packages: fix alias
This commit is contained in:
parent
40ebb33f6b
commit
996098b653
|
@ -28266,7 +28266,7 @@ with pkgs;
|
|||
python = python3;
|
||||
};
|
||||
};
|
||||
gnuradio3_9Packages = lib.recurseIntoAttrs gnuradio.pkgs;
|
||||
gnuradio3_9Packages = lib.recurseIntoAttrs gnuradio3_9.pkgs;
|
||||
# A build without gui components and other utilites not needed for end user
|
||||
# libraries
|
||||
gnuradio3_9Minimal = gnuradio.override {
|
||||
|
|
Loading…
Reference in a new issue