libsForQt5.itinerary: drop
itinerary depended on the deprecated libsForQt5.libquotient library. libquotient removed qt5 support upstream in https://github.com/quotient-im/libQuotient/pull/709.
This commit is contained in:
@@ -108,7 +108,6 @@ let
|
||||
grantleetheme = callPackage ./grantleetheme { };
|
||||
gwenview = callPackage ./gwenview { };
|
||||
incidenceeditor = callPackage ./incidenceeditor.nix { };
|
||||
itinerary = callPackage ./itinerary.nix { };
|
||||
juk = callPackage ./juk.nix { };
|
||||
kaccounts-integration = callPackage ./kaccounts-integration.nix { };
|
||||
kaccounts-providers = callPackage ./kaccounts-providers.nix { };
|
||||
|
||||
@@ -1,73 +0,0 @@
|
||||
{
|
||||
mkDerivation,
|
||||
lib,
|
||||
extra-cmake-modules,
|
||||
karchive,
|
||||
kcalendarcore,
|
||||
kcontacts,
|
||||
kdbusaddons,
|
||||
kfilemetadata,
|
||||
kholidays,
|
||||
kio,
|
||||
kirigami-addons,
|
||||
kitemmodels,
|
||||
kitinerary,
|
||||
kmime,
|
||||
knotifications,
|
||||
kosmindoormap,
|
||||
kpkpass,
|
||||
kpublictransport,
|
||||
kunitconversion,
|
||||
libquotient,
|
||||
networkmanager-qt,
|
||||
prison,
|
||||
qqc2-desktop-style,
|
||||
qtpositioning,
|
||||
qtquickcontrols2,
|
||||
shared-mime-info,
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
pname = "itinerary";
|
||||
outputs = [
|
||||
"out"
|
||||
"dev"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
extra-cmake-modules
|
||||
shared-mime-info # for update-mime-database
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
karchive
|
||||
kcalendarcore
|
||||
kcontacts
|
||||
kdbusaddons
|
||||
kfilemetadata
|
||||
kholidays
|
||||
kio
|
||||
kirigami-addons
|
||||
kitemmodels
|
||||
kitinerary
|
||||
kmime
|
||||
knotifications
|
||||
kosmindoormap
|
||||
kpkpass
|
||||
kpublictransport
|
||||
kunitconversion
|
||||
libquotient
|
||||
networkmanager-qt
|
||||
prison
|
||||
qqc2-desktop-style
|
||||
qtpositioning
|
||||
qtquickcontrols2
|
||||
];
|
||||
|
||||
meta.license = with lib.licenses; [
|
||||
asl20
|
||||
bsd3
|
||||
cc0
|
||||
lgpl2Plus
|
||||
];
|
||||
}
|
||||
@@ -331,14 +331,6 @@
|
||||
name = "incidenceeditor-23.08.5.tar.xz";
|
||||
};
|
||||
};
|
||||
itinerary = {
|
||||
version = "23.08.5";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/stable/release-service/23.08.5/src/itinerary-23.08.5.tar.xz";
|
||||
sha256 = "19r7k64a4dalarxm7j2jf2p86cnxqxah0iqj68ibazhl1sdqrqs2";
|
||||
name = "itinerary-23.08.5.tar.xz";
|
||||
};
|
||||
};
|
||||
juk = {
|
||||
version = "23.08.5";
|
||||
src = fetchurl {
|
||||
|
||||
@@ -187,6 +187,7 @@ let
|
||||
inherit (libsForQt5)
|
||||
sddm
|
||||
neochat # added 2025-07-04
|
||||
itinerary # added 2025-07-04
|
||||
;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user