summary refs log tree commit diff
diff options
context:
space:
mode:
authoradisbladis <adis@blad.is>2017-10-28 22:57:36 +0800
committeradisbladis <adis@blad.is>2017-10-30 11:56:03 +0800
commit33a56ef0a68cc06298556d866b24f1f2a8286639 (patch)
tree6807b9b46f02579c5f36054f4036c6fa1d6e2f9f
parent938369861a7fcf9bee1820753a9f8aadf4a52fec (diff)
downloadnixlib-33a56ef0a68cc06298556d866b24f1f2a8286639.tar
nixlib-33a56ef0a68cc06298556d866b24f1f2a8286639.tar.gz
nixlib-33a56ef0a68cc06298556d866b24f1f2a8286639.tar.bz2
nixlib-33a56ef0a68cc06298556d866b24f1f2a8286639.tar.lz
nixlib-33a56ef0a68cc06298556d866b24f1f2a8286639.tar.xz
nixlib-33a56ef0a68cc06298556d866b24f1f2a8286639.tar.zst
nixlib-33a56ef0a68cc06298556d866b24f1f2a8286639.zip
pythonpackages.redNotebook: Remove outdated package
-rw-r--r--pkgs/top-level/python-packages.nix23
1 files changed, 0 insertions, 23 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 36e7c72b213f..5e839de23989 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -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 {