shell.nix: add bladeRF and gqrx

master
Sebastien Bourdeauducq 2020-01-25 15:27:04 +08:00
parent c6b13866bc
commit 8f1b13d0c1
1 changed files with 1 additions and 0 deletions

View File

@ -16,5 +16,6 @@ in
pkgs.mkShell { pkgs.mkShell {
buildInputs = [ buildInputs = [
(pkgs.python3.withPackages(ps: [ps.soapysdr-with-plugins ps.scipy ps.pyserial ps.quamash ps.pyqt5 pyqtgraph-qt5])) (pkgs.python3.withPackages(ps: [ps.soapysdr-with-plugins ps.scipy ps.pyserial ps.quamash ps.pyqt5 pyqtgraph-qt5]))
pkgs.libbladeRF pkgs.gqrx
]; ];
} }