buildPythonApplication: use new function for Python applications
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchzip, buildPythonPackage }:
|
||||
{ stdenv, fetchzip, buildPythonApplication }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonApplication rec {
|
||||
name = "gitinspector-${version}";
|
||||
version = "0.4.1";
|
||||
namePrefix = "";
|
||||
|
||||
Reference in New Issue
Block a user