summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2017-11-06 23:20:14 +0000
committerOrivej Desh <orivej@gmx.fr>2017-11-06 23:20:14 +0000
commit2b8d48a9fc82b3e70a4402828cac6603dead937c (patch)
treeda443d1fb0462c77b56656c05484ef8f6e5ab9fa /pkgs/top-level
parente4a535afb9e384f836213b8730effb87d3ccfc0a (diff)
rednotebook: move to applications/editors
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-packages.nix23
1 files changed, 1 insertions, 22 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index e8b8bf4403606..da7fae5f904e4 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -22735,28 +22735,7 @@ 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 ];
-    };
-  };
-
+  redNotebook = callPackage ../applications/editors/rednotebook { };
 
   uncertainties = callPackage ../development/python-modules/uncertainties { };