pythonPackages.pygame-git: broken

This commit is contained in:
Frederik Rietdijk 2016-12-26 08:49:34 +01:00
parent da70d3da0f
commit 2da75adc5d

View file

@ -41,5 +41,6 @@ buildPythonPackage rec {
homepage = "http://www.pygame.org/";
license = licenses.lgpl21Plus;
platforms = platforms.linux;
broken = true;
};
}