python2Packages.pygtk: format should be other

because it doesn't use any of the hooks for building.
This commit is contained in:
Frederik Rietdijk 2022-09-16 19:36:05 +02:00
parent 4fb1130b71
commit 1d20d67783

View file

@ -5,6 +5,7 @@ buildPythonPackage rec {
pname = "pygtk";
outputs = [ "out" "dev" ];
version = "2.24.0";
format = "other";
disabled = isPy3k;