gay: refactor python packaging method

This commit is contained in:
Scott Little
2022-01-23 13:46:38 -06:00
parent 2d42d654aa
commit 8718a35c5f
+1 -1
View File
@@ -1,6 +1,6 @@
{ lib, python39Packages, fetchFromGitHub }:
python39Packages.buildPythonPackage rec {
python39Packages.buildPythonApplication rec {
name = "gay";
version = "1.2.8";