mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
CuboCore.coreterminal: fix dependency on qt5 version of qtermwidget
This commit is contained in:
parent
3c9fdab540
commit
c148010f36
@ -74,7 +74,7 @@ let
|
||||
};
|
||||
|
||||
coreterminal = libsForQt5.callPackage ../applications/misc/cubocore-packages/coreterminal {
|
||||
inherit (lxqt) qtermwidget;
|
||||
qtermwidget = lxqt.qtermwidget_1_4;
|
||||
inherit libcprime libcsys;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user