beetsPackages.copyartifacts: fix build

This commit is contained in:
Doron Behar 2024-06-08 22:52:10 +03:00
parent 2f947fa39a
commit 10830cf99d

View File

@ -19,11 +19,13 @@ python3Packages.buildPythonApplication rec {
pytestFlagsArray = [ "-r fEs" ];
nativeCheckInputs = with python3Packages; [
pytestCheckHook
nativeCheckInputs = [
python3Packages.pytestCheckHook
beets
six
];
preCheck = ''
export HOME=$(mktemp -d)
'';
meta = {
description = "Beets plugin to move non-music files during the import process";