mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
pythonpackages.redNotebook: Remove outdated package
This commit is contained in:
parent
938369861a
commit
33a56ef0a6
1 changed files with 0 additions and 23 deletions
|
@ -22963,29 +22963,6 @@ EOF
|
|||
};
|
||||
};
|
||||
|
||||
|
||||
redNotebook = buildPythonPackage rec {
|
||||
name = "rednotebook-1.8.1";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://sourceforge/rednotebook/${name}.tar.gz";
|
||||
sha256 = "00b7s4xpqpxsbzjvjx9qsx5d84m9pvn383c5di1nsfh35pig0rzn";
|
||||
};
|
||||
|
||||
# no tests available
|
||||
doCheck = false;
|
||||
|
||||
propagatedBuildInputs = with self; [ pygtk pywebkitgtk pyyaml chardet ];
|
||||
|
||||
meta = {
|
||||
homepage = http://rednotebook.sourceforge.net/index.html;
|
||||
description = "A modern journal that includes a calendar navigation, customizable templates, export functionality and word clouds";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ tstrobel ];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
uncertainties = callPackage ../development/python-modules/uncertainties { };
|
||||
|
||||
funcy = buildPythonPackage rec {
|
||||
|
|
Loading…
Reference in a new issue