gay: refactor python packaging method

This commit is contained in:
Scott Little 2022-01-23 13:46:38 -06:00
parent 2d42d654aa
commit 8718a35c5f
No known key found for this signature in database
GPG key ID: 1268453648B0711A

View file

@ -1,6 +1,6 @@
{ lib, python39Packages, fetchFromGitHub }:
python39Packages.buildPythonPackage rec {
python39Packages.buildPythonApplication rec {
name = "gay";
version = "1.2.8";