mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
kdePackages.kunifiedpush: unstable -> 1.0.0, enable by default on Plasma 6 (#349830)
This commit is contained in:
commit
85561a34cf
@ -79,6 +79,7 @@ in {
|
||||
kio-fuse # fuse interface for KIO
|
||||
kpackage # provides kpackagetool tool
|
||||
kservice # provides kbuildsycoca6 tool
|
||||
kunifiedpush # provides a background service and a KCM
|
||||
kwallet # provides helper service
|
||||
kwallet-pam # provides helper service
|
||||
kwalletmanager # provides KCMs and stuff
|
||||
|
@ -1,21 +1,18 @@
|
||||
{
|
||||
lib,
|
||||
mkKdeDerivation,
|
||||
fetchFromGitLab,
|
||||
fetchurl,
|
||||
qtwebsockets,
|
||||
kdeclarative,
|
||||
kpackage,
|
||||
}:
|
||||
mkKdeDerivation {
|
||||
mkKdeDerivation rec {
|
||||
pname = "kunifiedpush";
|
||||
version = "unstable-2024-02-19";
|
||||
version = "1.0.0";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "invent.kde.org";
|
||||
owner = "libraries";
|
||||
repo = "kunifiedpush";
|
||||
rev = "b89a31fb4f333a4e5d6c475a030147c8bdcffec6";
|
||||
hash = "sha256-bhlsEP7cLuA6Rj6nrpp5iC3uolc02twNMLsWl+d/BXo=";
|
||||
src = fetchurl {
|
||||
url = "mirror://kde/stable/kunifiedpush/kunifiedpush-${version}.tar.xz";
|
||||
sha256 = "sha256-Ld66ITBtAwcRTsUKLDgVnsYjWfn8bN1Y2jCjafvVUM8=";
|
||||
};
|
||||
|
||||
extraBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user