mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
zk-shell: really fix evaluation
This commit is contained in:
parent
062416d4c1
commit
1c523bf1ff
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, fetchFromGitHub, pythonPackages }:
|
||||
|
||||
buildPythonApplication rec {
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
version = "1.0.0";
|
||||
name = "zk-shell-" + version;
|
||||
|
||||
|
|
Loading…
Reference in a new issue