forked from mirrors/nixpkgs
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}";
|
||||
namePrefix = ""; # Suppress "python27-" name prefix
|
||||
version = "0.4.4";
|
||||
|
|
Loading…
Reference in a new issue