sdrangel: pin boost
This commit is contained in:
parent
bd201361f5
commit
d66bdefaf5
1 changed files with 3 additions and 1 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue