buildPython*: use pname

This commit is contained in:
Frederik Rietdijk
2020-03-29 12:34:50 +02:00
parent 237bf9e7bc
commit 46ec52f329
24 changed files with 55 additions and 46 deletions

View File

@@ -3,8 +3,8 @@
let
inherit (python2Packages) buildPythonApplication boto m2crypto;
in buildPythonApplication {
name = "euca2ools-2.1.4";
namePrefix = "";
pname = "euca2ools";
version = "2.1.4";
src = fetchgit {
url = https://github.com/eucalyptus/euca2ools.git;