Merge pull request #153316 from hexagonal-sun/sdrangel-pin-boost

sdrangel: pin boost
This commit is contained in:
Bobby Rong 2022-01-03 20:31:00 +08:00 committed by GitHub
commit c9121627e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 { };