1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
nix/src
Bryan Honof bf00d5ecef
fix(libutil/tarfile): add option to libarchive so it behaves correctly with AppleDouble files
AppleDouble files were extracted differently on macOS machines than on other
UNIX's.
Setting `archive_read_set_format_option(this->archive, NULL ,"mac-ext",NULL)`
fixes this problem, since it just ignores the AppleDouble file and treats it as
a normal one.
This was a problem since it caused source archives to be different between macOS
and Linux.

Ref: nixos/nix#9290
2023-12-07 11:35:15 +01:00
..
build-remote Allow dynamic derivation deps in inputDrvs 2023-09-07 10:39:37 -04:00
libcmd Improve the error message for “multicommands” commands (#9510) 2023-12-06 13:13:45 +00:00
libexpr Update src/libexpr/primops.cc 2023-12-06 23:43:42 +01:00
libfetchers Renamed HashFormat::Base32 to HashFormat::Nix32 2023-12-06 23:43:42 +01:00
libmain Use buildprefix in a few more places 2023-11-29 19:49:07 -05:00
libstore Renamed HashFormat::Base32 to HashFormat::Nix32 2023-12-06 23:43:42 +01:00
libutil fix(libutil/tarfile): add option to libarchive so it behaves correctly with AppleDouble files 2023-12-07 11:35:15 +01:00
nix Add docs/rl-notes for nix hash convert / builtins.convertHash 2023-12-06 23:43:42 +01:00
nix-build Merge pull request #6236 from obsidiansystems/store-dir-config 2023-12-01 15:38:14 +01:00
nix-channel Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
nix-collect-garbage Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
nix-copy-closure Restrict some code to StoreDirConfig 2023-11-04 19:05:36 -04:00
nix-env Merge pull request #9257 from Artturin/nixenvjsondrvpath 2023-11-20 16:32:35 -05:00
nix-instantiate Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
nix-store Renamed HashFormat::Base32 to HashFormat::Nix32 2023-12-06 23:43:42 +01:00
resolve-system-dependencies
toml11