From 8f1b13d0c1a4ac30f388ac202a243e555e7e5e92 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 25 Jan 2020 15:27:04 +0800 Subject: [PATCH] shell.nix: add bladeRF and gqrx --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 19f4416..3ec1c56 100644 --- a/shell.nix +++ b/shell.nix @@ -16,5 +16,6 @@ in pkgs.mkShell { buildInputs = [ (pkgs.python3.withPackages(ps: [ps.soapysdr-with-plugins ps.scipy ps.pyserial ps.quamash ps.pyqt5 pyqtgraph-qt5])) + pkgs.libbladeRF pkgs.gqrx ]; }