zk-shell: fix evaluation
This commit is contained in:
parent
3b9d7260a3
commit
ea50c1255a
@ -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
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user