11 python3.pkgs.buildPythonApplication rec {
14 format = "setuptools";
19 hash = "sha256-zAZW2eMjwRYevlz8KEzTxzGO8vx5AydfY3vGTapNo1c=";
27 propagatedBuildInputs = with python3.pkgs; [
51 # Workaround for eoyilmaz/displaycal-py3#261
52 setupPyGlobalFlags = [ "appdata" ];
54 doCheck = false; # Tests try to access an X11 session and dbus in weird locations.
56 pythonImportsCheck = [ "DisplayCAL" ];
62 ''${gappsWrapperArgs[@]}
63 --prefix PATH : ${lib.makeBinPath [ argyllcms ]}
64 --prefix PYTHONPATH : $PYTHONPATH
69 description = "Display calibration and characterization powered by Argyll CMS (Migrated to Python 3)";
70 homepage = "https://github.com/eoyilmaz/displaycal-py3";
71 license = licenses.gpl3Plus;
72 platforms = platforms.linux;
73 maintainers = with maintainers; [ toastal ];