libsForQt5.kweathercore: drop

This commit is contained in:
K900
2025-08-30 12:51:47 +03:00
parent ef013d7b42
commit 45c8546d76
2 changed files with 0 additions and 40 deletions
@@ -1,38 +0,0 @@
{
mkDerivation,
lib,
fetchFromGitLab,
extra-cmake-modules,
kholidays,
ki18n,
qtlocation,
}:
mkDerivation rec {
pname = "kweathercore";
version = "0.7";
src = fetchFromGitLab {
domain = "invent.kde.org";
owner = "libraries";
repo = pname;
rev = "v${version}";
sha256 = "sha256-CnnoPkgz97SfDG13zfyIWweVnp2oxAChTPKFxJC+L8A=";
};
buildInputs = [
kholidays
ki18n
qtlocation
];
nativeBuildInputs = [ extra-cmake-modules ];
meta = with lib; {
license = [ licenses.cc0 ];
maintainers = [ ];
description = ''
Library to facilitate retrieval of weather information including forecasts and alerts
'';
};
}
-2
View File
@@ -103,8 +103,6 @@ makeScopeWithSplicing' {
kuserfeedback = callPackage ../development/libraries/kuserfeedback { };
kweathercore = libsForQt5.callPackage ../development/libraries/kweathercore { };
ldutils = callPackage ../development/libraries/ldutils { };
libcommuni = callPackage ../development/libraries/libcommuni { };