6 buildPythonPackage rec {
10 src = fetchFromGitLab {
11 domain = "gitlab.freedesktop.org";
14 rev = "rel-${version}";
15 sha256 = "sha256-TrFQzfkXabmfpGYwhxD1UVY1F645KycfSPPrMJFAe+0=";
18 # Tests failed (errors=4, failures=4) on NixOS
21 pythonImportsCheck = [ "xdg" ];
24 homepage = "http://freedesktop.org/wiki/Software/pyxdg";
25 description = "Contains implementations of freedesktop.org standards";
26 license = licenses.lgpl2;
27 maintainers = with maintainers; [ domenkozar ];