cli53: do not pass in buildPythonApplication
This commit is contained in:
parent
18bdd44729
commit
982ac542cb
@ -1,6 +1,6 @@
|
|||||||
{ lib, buildPythonApplication, pythonPackages, fetchurl }:
|
{ lib, pythonPackages, fetchurl }:
|
||||||
|
|
||||||
buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
name = "cli53-${version}";
|
name = "cli53-${version}";
|
||||||
namePrefix = ""; # Suppress "python27-" name prefix
|
namePrefix = ""; # Suppress "python27-" name prefix
|
||||||
version = "0.4.4";
|
version = "0.4.4";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user