pythonPackages.pygame-git: init at 2016-05-17

This commit is contained in:
Nikolay Amiantov
2016-05-23 04:48:14 +03:00
parent e072200d18
commit 0e54c74911
3 changed files with 50 additions and 0 deletions

View File

@@ -16,6 +16,9 @@ buildPythonPackage rec {
smpeg portmidi libX11
];
# http://ubuntuforums.org/showthread.php?t=1960262
disabled = isPy3k;
# Tests fail because of no audio device and display.
doCheck = false;