feature(gqrx): add gqrx alongside gnuradio since it will be used anyways

This commit is contained in:
2026-04-24 19:15:48 +02:00
parent 69ca1dbaca
commit a14e5b5a77

View File

@@ -6,6 +6,7 @@
(gnuradio.override {
extraPackages = with gnuradio.pkgs; [ osmosdr ];
})
gqrx
hackrf
];
}