nixpkgs/pkgs/os-specific
Rune K. Svendsen 4f911a7247 Libsystem: fix broken postFetch step in darling.src
Fixes #297765

The `postFetch` step was broken in several ways:
1. It attempts to unpack the archive, but this has already been done before reaching this step.
2. It unpacks the file `$downloadedFile`, but this file no longer exists because it's been moved to `$renamed`.

Additionally, since (1) neither directory `src/opendirectory` nor `src/OpenDirectory` are used for anything, and (2) it's not clear whether Nix produces different hashes depending on file system case sensitivity, the chosen solution is to just remove both these two directories for now. If later a file from either directory is needed, an investigation needs to be done on how Nix hashes archives with clashing names on case insensitive file systems.
2024-04-01 10:27:35 +02:00
..
bsd freebsd.libc: fix build with LLVM 16+ 2024-01-02 20:29:57 -08:00
darwin Libsystem: fix broken postFetch step in darling.src 2024-04-01 10:27:35 +02:00
linux Merge staging-next into staging 2024-03-29 06:01:37 +00:00
solo5
windows Merge pull request #283551 from a-n-n-a-l-e-e/llvmPackages_8-drop 2024-01-29 22:25:38 -08:00