Loading pkgs/by-name/pi/picard/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -9,6 +9,8 @@ enablePlayback ? true, gst_all_1, writableTmpDirAsHomeHook, }: let Loading Loading @@ -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: Loading Loading
pkgs/by-name/pi/picard/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -9,6 +9,8 @@ enablePlayback ? true, gst_all_1, writableTmpDirAsHomeHook, }: let Loading Loading @@ -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: Loading