9 buildPythonPackage rec {
13 src = fetchFromGitHub {
16 rev = "1876ad5cd311b4352d46bc64a12edfb4da49974e";
17 hash = "sha256-UTaHTJE0xFihN9r+DY/WhekZ7S/CXtMFbqAayzexRxk=";
21 ./fix-xlib-version.patch
22 ./pillow-version.patch
26 # Mouseinfo requires a X server running to import successfully
27 # pythonImportsCheck = [ "mouseinfo" ];
29 propagatedBuildInputs = [
36 broken = stdenv.isDarwin;
37 description = "An application to display XY position and RGB color information for the pixel currently under the mouse. Works on Python 2 and 3.";
38 homepage = "https://github.com/asweigart/mouseinfo";
39 license = licenses.gpl3;
40 maintainers = with maintainers; [ lucasew ];