From 9ab6554d3d1f66244abaaf049745c8d7398ebbdc Mon Sep 17 00:00:00 2001 From: Chris Ostrouchov Date: Fri, 30 Nov 2018 08:06:26 -0500 Subject: [PATCH] python3Packages.gidgethub: refactor fix broken package --- pkgs/development/python-modules/gidgethub/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/gidgethub/default.nix b/pkgs/development/python-modules/gidgethub/default.nix index 721f8cb800ed..4be26fe0e121 100644 --- a/pkgs/development/python-modules/gidgethub/default.nix +++ b/pkgs/development/python-modules/gidgethub/default.nix @@ -16,6 +16,7 @@ buildPythonPackage rec { pname = "gidgethub"; version = "3.0.0"; + format = "flit"; disabled = pythonOlder "3.6";