zk-shell: fix evaluation

This commit is contained in:
Frederik Rietdijk 2016-10-23 08:57:37 +02:00
parent 3b9d7260a3
commit ea50c1255a
2 changed files with 3 additions and 5 deletions

View file

@ -1,4 +1,4 @@
{ stdenv, buildPythonApplication, fetchFromGitHub, pythonPackages }:
{ stdenv, fetchFromGitHub, pythonPackages }:
buildPythonApplication rec {
version = "1.0.0";
@ -12,7 +12,7 @@ buildPythonApplication rec {
};
propagatedBuildInputs = (with pythonPackages; [
ansi kazoo nose six tabulate twitter readline
ansi kazoo nose six tabulate twitter
]);
#requires a running zookeeper, don't know how to fix that for the moment

View file

@ -17400,9 +17400,7 @@ in
zimg = callPackage ../development/libraries/zimg { };
zk-shell = callPackage ../applications/misc/zk-shell {
inherit (pythonPackages) buildPythonApplication;
};
zk-shell = callPackage ../applications/misc/zk-shell { };
zuki-themes = callPackage ../misc/themes/zuki { };