Remove kde4.ksshaskpass
- Already updated to KDE 5 in Nixpkgs - Not useful without the KDE 4 desktop
This commit is contained in:
parent
b12f87beb8
commit
2d7f558661
@ -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;
|
|
||||||
};
|
|
||||||
}
|
|
@ -16741,8 +16741,6 @@ with pkgs;
|
|||||||
|
|
||||||
krusader = callPackage ../applications/misc/krusader { };
|
krusader = callPackage ../applications/misc/krusader { };
|
||||||
|
|
||||||
ksshaskpass = callPackage ../tools/security/ksshaskpass {};
|
|
||||||
|
|
||||||
ktorrent = callPackage ../applications/networking/p2p/ktorrent { };
|
ktorrent = callPackage ../applications/networking/p2p/ktorrent { };
|
||||||
|
|
||||||
kuickshow = callPackage ../applications/graphics/kuickshow { };
|
kuickshow = callPackage ../applications/graphics/kuickshow { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user