nixpkgs/pkgs
Randy Eckenrode b7d4d9f519
getopt: fix build on clang 16
Normally, when getopt builds on a non-glibc platform, it uses C library
headers without including them. That’s fine unless your compiler is
clang 16, which is strict about using functions without prototypes.
Fortunately, Darwin’s headers are compatible enough as are Musl’s, so
defining `__GNU_LIBRARY__` can be done unconditionally.
2023-06-01 21:02:49 -04:00
..
applications Merge staging-next into staging 2023-05-31 12:01:43 +00:00
build-support buildGo{Module,Package}: remove input argument "tags" 2023-05-31 07:14:18 +10:00
common-updater
data Merge pull request #235112 from r-ryantm/auto-update/iosevka-bin 2023-05-31 03:36:19 -05:00
desktops Merge pull request #235138 from bobby285271/upd/xfce 2023-05-31 08:57:39 -03:00
development Merge staging-next into staging 2023-05-31 12:01:43 +00:00
games Merge pull request #234314 from Zaechus/update-rbdoom-3-bfg 2023-05-30 22:32:58 +02:00
misc Merge master into staging-next 2023-05-30 18:01:10 +00:00
os-specific Merge staging-next into staging 2023-05-31 12:01:43 +00:00
pkgs-lib
servers Merge pull request #234976 from r-ryantm/auto-update/minio 2023-05-31 05:01:47 -05:00
shells
stdenv
test
tools getopt: fix build on clang 16 2023-06-01 21:02:49 -04:00
top-level Merge staging-next into staging 2023-05-31 12:01:43 +00:00