3
0
Fork 0
forked from mirrors/nixpkgs

Remove kde4.ksshaskpass

- Already updated to KDE 5 in Nixpkgs
- Not useful without the KDE 4 desktop
This commit is contained in:
Thomas Tuegel 2017-02-18 12:59:05 -06:00
parent b12f87beb8
commit 2d7f558661
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59
2 changed files with 0 additions and 29 deletions

View file

@ -1,27 +0,0 @@
{ stdenv, fetchurl, kdelibs
, automoc4, cmake, perl, pkgconfig
}:
stdenv.mkDerivation {
name = "ksshaskpass-0.5.3";
src = fetchurl {
url = http://kde-apps.org/CONTENT/content-files/50971-ksshaskpass-0.5.3.tar.gz;
sha256 = "0911i8jr0nzqah8xidb8wba55a2skaidj3klv3cw6bm5fjx7x953";
};
nativeBuildInputs = [ automoc4 cmake perl pkgconfig ];
buildInputs = [ kdelibs ];
patchPhase = ''
sed -i 's@/usr/bin/@@' src/ksshaskpass.desktop
'';
meta = {
homepage = http://kde-apps.org/content/show.php?content=50971;
description = "A KDE 4 version of ssh-askpass with KWallet support";
license = stdenv.lib.licenses.gpl2Plus;
inherit (kdelibs.meta) platforms;
};
}

View file

@ -16741,8 +16741,6 @@ with pkgs;
krusader = callPackage ../applications/misc/krusader { };
ksshaskpass = callPackage ../tools/security/ksshaskpass {};
ktorrent = callPackage ../applications/networking/p2p/ktorrent { };
kuickshow = callPackage ../applications/graphics/kuickshow { };