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 {
|
buildPythonApplication rec {
|
||||||
version = "1.0.0";
|
version = "1.0.0";
|
||||||
@ -12,7 +12,7 @@ buildPythonApplication rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = (with pythonPackages; [
|
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
|
#requires a running zookeeper, don't know how to fix that for the moment
|
||||||
|
@ -17400,9 +17400,7 @@ in
|
|||||||
|
|
||||||
zimg = callPackage ../development/libraries/zimg { };
|
zimg = callPackage ../development/libraries/zimg { };
|
||||||
|
|
||||||
zk-shell = callPackage ../applications/misc/zk-shell {
|
zk-shell = callPackage ../applications/misc/zk-shell { };
|
||||||
inherit (pythonPackages) buildPythonApplication;
|
|
||||||
};
|
|
||||||
|
|
||||||
zuki-themes = callPackage ../misc/themes/zuki { };
|
zuki-themes = callPackage ../misc/themes/zuki { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user