Commit 09504c40 authored by Doron Behar's avatar Doron Behar
Browse files

picard: use writableTmpDirAsHomeHook

parent aa3f97bb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,6 +9,8 @@

  enablePlayback ? true,
  gst_all_1,

  writableTmpDirAsHomeHook,
}:

let
@@ -68,10 +70,8 @@ pythonPackages.buildPythonApplication (finalAttrs: {

  nativeCheckInputs = [
    pythonPackages.pytestCheckHook
    writableTmpDirAsHomeHook
  ];
  preCheck = ''
    export HOME=$(mktemp -d)
  '';
  doCheck = true;

  # In order to spare double wrapping, we use: