buildPythonApplication: use new function for Python applications
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
with stdenv.lib;
|
||||
with pythonPackages;
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonApplication rec {
|
||||
name = "virt-manager-${version}";
|
||||
version = "1.3.1";
|
||||
namePrefix = "";
|
||||
|
||||
Reference in New Issue
Block a user