buildPythonApplication: use new function for Python applications
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
let version = "0.7.6";
|
||||
|
||||
in pythonPackages.buildPythonPackage rec {
|
||||
in pythonPackages.buildPythonApplication rec {
|
||||
name = "cloud-init-${version}";
|
||||
namePrefix = "";
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchgit, which, pythonPackages }:
|
||||
|
||||
pythonPackages.buildPythonPackage rec {
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
name = "euca2ools-2.1.4";
|
||||
namePrefix = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user