mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #104432 from freezeboy/migrate-partition-manager
partition-manager: migrate to Qt5.15
This commit is contained in:
commit
0ae9ee66ec
1 changed files with 1 additions and 1 deletions
|
@ -5053,7 +5053,7 @@ in
|
|||
|
||||
krakenx = callPackage ../tools/system/krakenx { };
|
||||
|
||||
partition-manager = libsForQt514.callPackage ../tools/misc/partition-manager { };
|
||||
partition-manager = libsForQt5.callPackage ../tools/misc/partition-manager { };
|
||||
|
||||
kpcli = callPackage ../tools/security/kpcli { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue