gnuradio*: pin back to boost186

https://hydra.nixos.org/build/285552261/nixlog/1/tail
This commit is contained in:
Vladimír Čunát
2025-01-18 12:15:16 +01:00
parent 0a5e75bb2e
commit 7bb3d1da21
+1
View File
@@ -13413,6 +13413,7 @@ with pkgs;
gnuradio = callPackage ../applications/radio/gnuradio/wrapper.nix {
unwrapped = callPackage ../applications/radio/gnuradio {
python = python311;
boost = boost186; # fails with 187
};
};
gnuradioPackages = lib.recurseIntoAttrs gnuradio.pkgs;