uhd: fix build due to boost upgrade

This commit is contained in:
Franz Pletz
2018-01-28 01:10:07 +01:00
parent 72d120e7b6
commit 9c6a17c524

View File

@@ -7961,7 +7961,9 @@ with pkgs;
tweak = callPackage ../applications/editors/tweak { };
uhd = callPackage ../development/tools/misc/uhd { };
uhd = callPackage ../development/tools/misc/uhd {
boost = boost165;
};
uisp = callPackage ../development/tools/misc/uisp { };