nixpkgs/pkgs/tools
Vikram Narayanan 7d6b3abe12 arc_unpacker: Move to catch2 to support aarch64-darwin
catch is ancient and has no support for aarch64-darwin. The following
snippet is an example of what is supported on darwin platforms in catch
(i.e., prior to v2).
```
#ifdef CATCH_PLATFORM_MAC
#if defined(__ppc64__) || defined(__ppc__)
    #define CATCH_TRAP() \
	__asm__("li r0, 20\nsc\nnop\nli r0, 37\nli r4, 2\nsc\nnop\n" \
	: : : "memory","r0","r3","r4" ) /* NOLINT */
#else
    #define CATCH_TRAP() __asm__("int $3\n" : : /* NOLINT */ )
#endif
```
2021-11-21 19:32:25 -08:00
..
admin Merge pull request #146560 from fabaff/bump-trivy 2021-11-20 09:33:39 +01:00
archivers arc_unpacker: Move to catch2 to support aarch64-darwin 2021-11-21 19:32:25 -08:00
audio treewide: pass and inherit writeShellScript in node2nix packages 2021-11-16 16:08:23 +01:00
backup Merge pull request #142826 from ivan/grab-site-2.2.2 2021-11-20 19:08:53 +01:00
bluetooth
bootloaders/refind
cd-dvd treewide: replace '-git' packages with 'unstable-' in version (#145396) 2021-11-10 16:21:47 -05:00
compression lrzip: enable asm on x86 and fix build on darwin 2021-11-19 21:00:57 -03:00
filesystems nilfs-utils: explicitly enable libmount 2021-11-20 03:14:11 -05:00
games alttpr-opentracker: Update dependencies 2021-11-16 15:54:33 +01:00
graphics svgcleaner: Remove deprecated package. 2021-11-17 22:51:20 -05:00
inputmethods skk-dicts: fix Darwin build 2021-11-19 03:47:18 +09:00
misc g933-utils: 2019-08-04 -> 2021-11-19, fix build 2021-11-19 15:28:01 -08:00
networking Merge pull request #146602 from vdemeester/kail-015 2021-11-20 19:39:20 +01:00
nix statix: use buildFeatures 2021-11-16 08:11:52 -05:00
package-management Merge pull request #146243 from figsoda/treewide-rust-feature 2021-11-16 21:00:48 -05:00
security masscan: fix build on darwin 2021-11-19 16:57:28 -03:00
system plan9port: tighten up broken 2021-11-19 21:22:09 -08:00
text pn: unstable-2021-01-28 -> 0.9.0 2021-11-19 00:04:53 -08:00
toml2nix
typesetting scdoc: 1.11.1 -> 1.11.2 2021-11-14 11:11:29 +01:00
video rav1e: switch to fetchCrate 2021-10-08 09:26:41 -04:00
virtualization treewide: quote urls according to rfc 0045 (#145260) 2021-11-10 11:37:56 +01:00
wayland wlogout: add gtk-layer-shell support 2021-11-06 13:35:41 +02:00
X11 xidlehook: use buildFeatures 2021-11-16 08:11:50 -05:00