gay: fix build

main
Lein Matsumaru 2 years ago
parent 347647008b
commit c083780b32
No known key found for this signature in database
GPG Key ID: AAA50652F0479205
  1. 12
      pkgs/tools/misc/gay/default.nix

@ -1,16 +1,12 @@
{ lib, python3Packages, fetchFromGitHub }:
{ lib, python3Packages }:
python3Packages.buildPythonApplication rec {
pname = "gay";
version = "1.2.8";
src = fetchFromGitHub {
owner = "ms-jpq";
repo = "gay";
# The repo doesn't have any tags
# This references version 1.2.8
rev = "1e3e96815c68214533a925c86a52b0acf832a359";
sha256 = "sha256-vouEFybcz27bcw/CpAGjFY8NYWQC+V0IE7h1a8XufZ0=";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "sha256-/4IHqAoJthKvNyKqUgnGOQkgbC0aBEZ+x6dmKWUHXh0=";
};
meta = with lib; {

Loading…
Cancel
Save