Merge pull request #330502 from TomaSajt/resticprofile

resticprofile: fix darwin build by disabling some additional tests

Sandro f73ed219 675dfa3a

Changed files
+2 -5
pkgs
by-name
re
resticprofile
+2 -5
pkgs/by-name/re/resticprofile/package.nix
···
rm priority/ioprio_test.go # tries to set nice(2) IO priority
rm restic/downloader_test.go # tries to use network
rm schedule/schedule_test.go # tries to use systemctl
-
-
# `config/path_test.go` expects `$HOME` to be the same as `~nixbld` which is `$NIX_BUILD_TOP`
-
export HOME="$NIX_BUILD_TOP"
-
# `util/tempdir_test.go` expects `$HOME/.cache` to exist
-
mkdir "$HOME/.cache"
+
rm config/path_test.go # expects normal environment
+
rm util/tempdir_test.go # expects normal environment
'';
installPhase = ''