sdrangel: pin boost

This commit is contained in:
Matthew Leach 2022-01-03 11:35:08 +00:00
parent bd201361f5
commit d66bdefaf5

View file

@ -22864,7 +22864,9 @@ with pkgs;
sdparm = callPackage ../os-specific/linux/sdparm { };
sdrangel = libsForQt5.callPackage ../applications/radio/sdrangel { };
sdrangel = libsForQt5.callPackage ../applications/radio/sdrangel {
boost = boost172;
};
setools = callPackage ../os-specific/linux/setools { };