Merge pull request #171640 from ilya-fedin/reduce-closure

This commit is contained in:
Sandro
2022-06-02 18:52:46 +02:00
committed by GitHub
3 changed files with 5 additions and 0 deletions
@@ -3,6 +3,7 @@
buildPythonPackage rec {
pname = "pygtk";
outputs = [ "out" "dev" ];
version = "2.24.0";
disabled = isPy3k;