Commit 10830cf9 authored by Doron Behar's avatar Doron Behar
Browse files

beetsPackages.copyartifacts: fix build

parent 2f947fa3
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -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";