10 buildPythonPackage rec {
15 disabled = pythonOlder "3.8";
18 inherit pname version;
19 hash = "sha256-/svzsFBD7TSHooGQ3sPkxNh5svzsDjC6/Y7F1LYENjA=";
27 # https://github.com/xattr/xattr/issues/43
30 propagatedBuildInputs = [
35 ${python.pythonOnBuildForHost.interpreter} -m compileall -f xattr
38 pythonImportsCheck = [
43 description = "Python wrapper for extended filesystem attributes";
44 mainProgram = "xattr";
45 homepage = "https://github.com/xattr/xattr";
46 changelog = "https://github.com/xattr/xattr/blob/v${version}/CHANGES.txt";
47 license = licenses.mit;
48 maintainers = with maintainers; [ ];