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
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

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