aboutsummaryrefslogtreecommitdiffstats
path: root/src/shell.nix
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-11-15 16:19:23 +0100
committerNao Pross <np@0hm.ch>2021-11-15 16:19:23 +0100
commitc5145aa6519e0787457253749ea76456a0fb0011 (patch)
tree8e066fed868aed2ef8c664cafc25c3adf5f5cd26 /src/shell.nix
parentCreate build and install script for debian (diff)
downloadFading-c5145aa6519e0787457253749ea76456a0fb0011.tar.gz
Fading-c5145aa6519e0787457253749ea76456a0fb0011.zip
Implement basic framer
Diffstat (limited to 'src/shell.nix')
-rw-r--r--src/shell.nix2
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