keepnote: remove
Stuck on python2 with last release in 2012.
This commit is contained in:
parent
965d11084e
commit
73f02a1379
@ -1,23 +0,0 @@
|
||||
{ lib, fetchurl, python2Packages }:
|
||||
|
||||
python2Packages.buildPythonApplication rec {
|
||||
pname = "keepnote";
|
||||
version = "0.7.8";
|
||||
namePrefix = "";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://keepnote.org/download/keepnote-${version}.tar.gz";
|
||||
sha256 = "0nhkkv1n0lqf3zn17pxg5cgryv1wwlj4hfmhixwd76rcy8gs45dh";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python2Packages; [ pyGtkGlade ];
|
||||
|
||||
# Testing fails.
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
description = "Note taking application";
|
||||
homepage = "http://keepnote.org";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
};
|
||||
}
|
@ -395,6 +395,7 @@ mapAliases ({
|
||||
json_glib = json-glib; # added 2018-02-25
|
||||
kafkacat = kcat; # added 2021-10-07
|
||||
kdecoration-viewer = throw "kdecoration-viewer has been removed from nixpkgs, as there is no upstream activity"; # 2020-06-16
|
||||
keepnote = throw "keepnote has been removed from nixpkgs, as it is stuck on python2."; # added 2022-01-01
|
||||
k9copy = throw "k9copy has been removed from nixpkgs, as there is no upstream activity"; # 2020-11-06
|
||||
kibana7-oss = throw "kibana7-oss has been removed, as the distribution is no longer provided by upstream. https://github.com/NixOS/nixpkgs/pull/114456"; # added 2021-06-09
|
||||
kodiGBM = kodi-gbm;
|
||||
|
@ -26518,8 +26518,6 @@ with pkgs;
|
||||
|
||||
kdevelop = libsForQt5.callPackage ../applications/editors/kdevelop5/wrapper.nix { };
|
||||
|
||||
keepnote = callPackage ../applications/office/keepnote { };
|
||||
|
||||
kega-fusion = pkgsi686Linux.callPackage ../misc/emulators/kega-fusion { };
|
||||
|
||||
kepubify = callPackage ../tools/misc/kepubify { };
|
||||
|
Loading…
Reference in New Issue
Block a user