summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc/cherrytree
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-10-14 00:03:12 +0200
committerVladimír Čunát <vcunat@gmail.com>2016-10-14 00:03:12 +0200
commit6eeea6effda7636f003603d96b0a7b98d40ed50d (patch)
tree6d04cf57390729af85709b2516679ff900791b22 /pkgs/applications/misc/cherrytree
parentefb6052f40f140aded8553aae93caa2ff35d8a7c (diff)
Python: more evaluation fixups.
Diffstat (limited to 'pkgs/applications/misc/cherrytree')
-rw-r--r--pkgs/applications/misc/cherrytree/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/applications/misc/cherrytree/default.nix b/pkgs/applications/misc/cherrytree/default.nix
index 4198a9f32b25..43e41284f144 100644
--- a/pkgs/applications/misc/cherrytree/default.nix
+++ b/pkgs/applications/misc/cherrytree/default.nix
@@ -11,9 +11,6 @@ stdenv.mkDerivation rec {
sha256 = "45f1cee4067598cf2ca8ae6f89d03789b86f9e3bf196236119868653420d7cdd";
};
- propagatedBuildInputs = with pythonPackages;
- [ sqlite3 ];
-
buildInputs = with pythonPackages;
[ python gettext wrapPython pygtk dbus-python pygtksourceview ];