ripasso-cursive: use `writableTmpDirAsHomeHook`

+2 -4
+2 -4
pkgs/by-name/ri/ripasso-cursive/package.nix
··· 9 installShellFiles, 10 pkg-config, 11 python3, 12 13 # buildInputs 14 libgpg-error, ··· 44 pkg-config 45 python3 46 rustPlatform.bindgenHook 47 ]; 48 49 buildInputs = [ ··· 53 openssl 54 xorg.libxcb 55 ]; 56 - 57 - preCheck = '' 58 - export HOME=$(mktemp -d) 59 - ''; 60 61 checkFlags = lib.optionals stdenv.hostPlatform.isDarwin [ 62 # Fails in the darwin sandbox with:
··· 9 installShellFiles, 10 pkg-config, 11 python3, 12 + writableTmpDirAsHomeHook, 13 14 # buildInputs 15 libgpg-error, ··· 45 pkg-config 46 python3 47 rustPlatform.bindgenHook 48 + writableTmpDirAsHomeHook 49 ]; 50 51 buildInputs = [ ··· 55 openssl 56 xorg.libxcb 57 ]; 58 59 checkFlags = lib.optionals stdenv.hostPlatform.isDarwin [ 60 # Fails in the darwin sandbox with: