mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +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 {
|
coreterminal = libsForQt5.callPackage ../applications/misc/cubocore-packages/coreterminal {
|
||||||
inherit (lxqt) qtermwidget;
|
qtermwidget = lxqt.qtermwidget_1_4;
|
||||||
inherit libcprime libcsys;
|
inherit libcprime libcsys;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue