This commit is contained in:
2025-04-24 14:14:55 +00:00
parent 8d51eaa24a
commit 6d490d8864
13 changed files with 186 additions and 15 deletions

View File

@@ -23,7 +23,9 @@ with python3Packages;
# hash = "sha256-iWXSELGRHI4ak1MTWCSdRiyPz618fyBSzKw/FeJigZ4=";
hash = "sha256-oBpIDUhlAe2YgQnruXcy15WBIz3x6NTb1BnUmrNsXYc=";
};
preBuild = ''
export HOME=$(mktemp -d)
'';
nativeBuildInputs = [
beets

View File

@@ -15,7 +15,9 @@ with python3Packages;
rev = "c353e2b68804cb4dabca0f0f177cee1137888ca4";
hash = "sha256-vNROKZgCoWtoou9B8hpJwl4Yf6TzQU0TbKJUd94v7vk=";
};
preBuild = ''
export HOME=$(mktemp -d)
'';
nativeBuildInputs = [
beets
setuptools-scm