diff options
author | sara <sara.halter@gmx.ch> | 2021-11-15 18:44:17 +0100 |
---|---|---|
committer | sara <sara.halter@gmx.ch> | 2021-11-15 18:44:17 +0100 |
commit | 46b64e5be9f6cf8233217c24aacbc04bda3e0149 (patch) | |
tree | 211ae0db64a78a41ed06b5709c10acb90fab442e /src/shell.nix | |
parent | FIR Filter beendet (diff) | |
parent | Create UI Plot sink block (diff) | |
download | Fading-46b64e5be9f6cf8233217c24aacbc04bda3e0149.tar.gz Fading-46b64e5be9f6cf8233217c24aacbc04bda3e0149.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src/shell.nix')
-rw-r--r-- | src/shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell.nix b/src/shell.nix index b6351e8..666bab3 100644 --- a/src/shell.nix +++ b/src/shell.nix @@ -12,7 +12,7 @@ in mkShell { gnuradio python38Packages.setuptools # gnuradio block dev dependencies - cmake ninja pkg-config log4cpp mpir boost175 gmp volk + cmake ninja pkg-config log4cpp mpir boost175 gmp volk doxygen python38Packages.pybind11 ]) ++ (with pkgs.python38Packages; [ numpy |