7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitLab {
13 domain = "gitlab.freedesktop.org";
16 rev = "rel-${version}";
17 hash = "sha256-TrFQzfkXabmfpGYwhxD1UVY1F645KycfSPPrMJFAe+0=";
20 # Tests failed (errors=4, failures=4) on NixOS
23 pythonImportsCheck = [ "xdg" ];
26 homepage = "http://freedesktop.org/wiki/Software/pyxdg";
27 description = "Contains implementations of freedesktop.org standards";
28 license = licenses.lgpl2;
29 maintainers = with maintainers; [ domenkozar ];