Skip to content

Commit

Permalink
duplicity: fix darwin build (#371517)
Browse files Browse the repository at this point in the history
  • Loading branch information
corngood authored Jan 7, 2025
2 parents 664f461 + 72fec78 commit 0d5e58a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/by-name/du/duplicity/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ let
--replace-fail /var/log /test/log
substituteInPlace testing/unit/test_selection.py \
--replace-fail /usr/bin /dev
# don't use /tmp/ in tests
substituteInPlace duplicity/backends/_testbackend.py \
--replace-fail '"/tmp/' 'os.environ.get("TMPDIR")+"/'
'';

disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [
Expand Down

0 comments on commit 0d5e58a

Please sign in to comment.