Commit Graph

12 Commits

Author SHA1 Message Date
Doron Behar
2634268fa6 gnuradio: Define a common logLib attribute
Use it in all gnuradio modules.
2023-04-21 13:11:49 +03:00
Doron Behar
73640c6fba gnuradio3_9: Add libsndfile for gr-blocks 2023-04-21 12:50:09 +03:00
Doron Behar
ee6a0a3fd9 gnuradio: Remove unsused fetchpatch and rec from main expressions 2023-04-21 12:50:09 +03:00
Michal Sojka
b1cb42d3b7 cppzmq: make zeromq propagatedBuildInput
cppzmq is a header-only library. As such, it is not much useful
without zeromq, whose headers it includes. By having zeromq in
propagatedBuildInputs, we can simplify dependent expressions.

This change is motivated by
https://github.com/lopsided98/nix-ros-overlay/issues/255#issuecomment-1487590226.
The expressions in nix-ros-overlay are automatically generated and
since packages in other distributions where ROS runs need not to
explicitly depend on zeromq, the Nix expression should behave the
same. This way, nix-ros-overlay will not to have manually
patch/overlay the automatically generated expressions.
2023-03-31 18:58:56 +02:00
Martin Weinelt
9e7f9a402b
python310Packages.mako: Normalize attribute, pname, dirname 2023-02-19 21:36:02 +01:00
figsoda
ec8cb34358 treewide: fix typos 2022-12-17 19:39:44 -05:00
Jiajie Chen
4e41708518 gnuradio: fix build on darwin 2022-10-26 21:28:56 +08:00
Doron Behar
777079fd58 gnuradio3_9: 3.9.7.0 -> 3.9.8.0 2022-09-17 11:16:25 +03:00
Doron Behar
361b603d02 gnuradio3_9: 3.9.6.0 -> 3.9.7.0 2022-06-25 11:41:51 +03:00
Doron Behar
2b745e7ae8 gnuradio3_9: 3.9.5.0 -> 3.9.6.0 2022-04-10 17:21:49 +03:00
Doron Behar
88519c6309 gnuradio: Inherit log dependencies in passthrus
Inherit spdlog for GR 3.10 and log4cpp for lower GR versions. Inherit
both of these in the scope of the GR packages attribute set. Also use
the inherited log4cpp in qradiolink, gqrx & gnss-sdr.
2022-02-18 10:53:48 +02:00
Doron Behar
1794554a9a gnuradio: 3.9 -> 3.10 2022-01-15 23:18:00 +02:00