plasma-pass: drop
Not ported to Plasma 6.
This commit is contained in:
@@ -1,49 +0,0 @@
|
||||
{
|
||||
mkDerivation,
|
||||
lib,
|
||||
fetchFromGitLab,
|
||||
cmake,
|
||||
extra-cmake-modules,
|
||||
ki18n,
|
||||
kitemmodels,
|
||||
oath-toolkit,
|
||||
qgpgme,
|
||||
plasma-framework,
|
||||
qt5,
|
||||
}:
|
||||
|
||||
mkDerivation rec {
|
||||
pname = "plasma-pass";
|
||||
version = "1.2.2";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "invent.kde.org";
|
||||
owner = "plasma";
|
||||
repo = "plasma-pass";
|
||||
sha256 = "sha256-fEYH3cvDZzEKpYqkTVqxxh3rhV75af8dZUHxQq8fPNg=";
|
||||
rev = "v${version}";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
ki18n
|
||||
kitemmodels
|
||||
oath-toolkit
|
||||
qgpgme
|
||||
plasma-framework
|
||||
qt5.qtbase
|
||||
qt5.qtdeclarative
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
extra-cmake-modules
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Plasma applet to access passwords from pass, the standard UNIX password manager";
|
||||
homepage = "https://invent.kde.org/plasma/plasma-pass";
|
||||
license = licenses.lgpl21Plus;
|
||||
maintainers = with maintainers; [ matthiasbeyer ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
@@ -1686,6 +1686,7 @@ mapAliases {
|
||||
pivxd = throw "pivxd has been removed as it was marked as broken"; # Added 2024-07-15
|
||||
|
||||
plasma-applet-volumewin7mixer = throw "'plasma-applet-volumewin7mixer' has been removed, as it is only compatible with Plasma 5, which is EOL"; # Added 2025-08-20
|
||||
plasma-pass = throw "'plasma-pass' has been removed, as it is only compatible with Plasma 5, which is EOL"; # Added 2025-08-20
|
||||
PlistCpp = plistcpp; # Added 2024-01-05
|
||||
pocket-updater-utility = pupdate; # Added 2024-01-25
|
||||
polipo = throw "'polipo' has been removed as it is unmaintained upstream"; # Added 2025-05-18
|
||||
|
||||
@@ -14689,8 +14689,6 @@ with pkgs;
|
||||
|
||||
plasma-theme-switcher = libsForQt5.callPackage ../applications/misc/plasma-theme-switcher { };
|
||||
|
||||
plasma-pass = libsForQt5.callPackage ../tools/security/plasma-pass { };
|
||||
|
||||
inherit
|
||||
(callPackages ../applications/misc/redshift {
|
||||
inherit (python3Packages)
|
||||
|
||||
Reference in New Issue
Block a user