discover: broken with Qt < 5.15
This commit is contained in:
parent
716218a2b7
commit
473fb9246a
@ -1,14 +1,15 @@
|
|||||||
{
|
{
|
||||||
mkDerivation,
|
mkDerivation, lib,
|
||||||
extra-cmake-modules, gettext, kdoctools, python,
|
extra-cmake-modules, gettext, kdoctools, python,
|
||||||
appstream-qt, discount, flatpak, fwupd, ostree, packagekit-qt, pcre, util-linux,
|
appstream-qt, discount, flatpak, fwupd, ostree, packagekit-qt, pcre, util-linux,
|
||||||
qtquickcontrols2,
|
qtbase, qtquickcontrols2,
|
||||||
karchive, kconfig, kcrash, kdbusaddons, kdeclarative, kio, kirigami2, kitemmodels,
|
karchive, kconfig, kcrash, kdbusaddons, kdeclarative, kio, kirigami2, kitemmodels,
|
||||||
knewstuff, kwindowsystem, kxmlgui, plasma-framework
|
knewstuff, kwindowsystem, kxmlgui, plasma-framework
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
name = "discover";
|
name = "discover";
|
||||||
|
meta.broken = lib.versionOlder qtbase.version "5.15.0";
|
||||||
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
|
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
# discount is needed for libmarkdown
|
# discount is needed for libmarkdown
|
||||||
|
Loading…
Reference in New Issue
Block a user