Merge pull request #13124 from FRidh/buildPythonApplication
buildPythonApplication: use new function for Python applications
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchurl, pythonPackages }:
|
||||
|
||||
pythonPackages.buildPythonPackage rec {
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
name = "grin-1.2.1";
|
||||
namePrefix = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user