mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
boomerang: use libsForQt512
Boomerang doesn't build with Qt 5.14.x and there is no release that does.
This commit is contained in:
parent
a11a629fcc
commit
b53c55aac5
@ -1350,7 +1350,7 @@ in
|
||||
|
||||
boringtun = callPackage ../tools/networking/boringtun { };
|
||||
|
||||
boomerang = libsForQt5.callPackage ../development/tools/boomerang { };
|
||||
boomerang = libsForQt512.callPackage ../development/tools/boomerang { };
|
||||
|
||||
boost-build = callPackage ../development/tools/boost-build { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user