Commit graph

60588 commits

Author SHA1 Message Date
Andrew Childs aadc07a3d9 mc: fix code signature on aarch64-darwin 2021-05-17 00:27:03 +09:00
Andrew Childs 79e34294bd nukeReferences: fix code signatures on aarch64-darwin 2021-05-17 00:27:03 +09:00
Andrew Childs f067102afe removeReferencesTo: fix code signatures on aarch64-darwin 2021-05-17 00:27:03 +09:00
Andrew Childs d2c9670339 darwin: add CoreFoundation to the build when explicitly required 2021-05-17 00:27:02 +09:00
Vladimír Čunát 1a2cb94c82 hydra jobset support for aarch64-darwin 2021-05-17 00:27:02 +09:00
Andrew Childs 772b66531a darwin: wrap strip and install_name_tool to codesign modified files
Co-authored-by: Moritz Angermann <moritz.angermann@gmail.com>
2021-05-17 00:27:02 +09:00
Andrew Childs 7eb1e3695d darwin.signingUtils: init
Helper scripts for code signing on darwin.
2021-05-17 00:27:02 +09:00
Andrew Childs bfd9a7784e darwin.postLinkSignHook: init 2021-05-17 00:27:02 +09:00
Andrew Childs 4c890ce9aa darwin.sigtool: init 2021-05-17 00:27:02 +09:00
Andrew Childs a7bcb6b936 darwin cross: include CoreFoundation in stdenv 2021-05-17 00:27:01 +09:00
Andrew Childs 9e05276949 bash: provide a working binutils
Why does bash need binutils at all? What's wrong with stdenv?

This avoids a broken ld wrapper, since binutils is binutils wrapped
for linux, even though it's only required on darwin.
2021-05-17 00:27:01 +09:00
Andrew Childs c696fcdacb fixDarwinDylibNames: set name of install_name_tool 2021-05-17 00:27:01 +09:00
Andrew Childs 9fb8924389 darwin: integrate macOS 11 sdk 2021-05-17 00:27:01 +09:00
Andrew Childs b7abec31d4 rewrite-tbd: init 2021-05-17 00:27:01 +09:00
Andrew Childs 257cb1c8e8 print-reexports: rehome, tbd4 support, cross compilation 2021-05-17 00:27:01 +09:00
Andrew Childs bd4a45f5d4 cctools: drop suspicious dependency 2021-05-17 00:27:00 +09:00
s1341 6e177852ef The max llvm package should do calculated using ints, not string 2021-05-16 08:52:33 +03:00
github-actions[bot] 9911b1c75b
Merge staging-next into staging 2021-05-16 01:01:01 +00:00
github-actions[bot] b484cef365
Merge master into staging-next 2021-05-16 01:00:58 +00:00
Matthieu Coudron 3675e4b7e3
Merge pull request #122998 from ck3d/add-neovide
neovide: init at ba42855
2021-05-15 21:49:51 +02:00
Stéphan Kochen e957b3c5b8 evcxr: fix darwin build 2021-05-15 12:35:47 -07:00
Stéphan Kochen f8a8ac2331
cairomm_1_16: fix darwin build (#123020) 2021-05-15 15:28:44 -04:00
github-actions[bot] c10600230e
Merge staging-next into staging 2021-05-15 18:30:31 +00:00
github-actions[bot] f1b78f8618
Merge master into staging-next 2021-05-15 18:30:28 +00:00
Chris Wögi 0a0d1a5ecb
ErlangR24: fix missing packages (#123136) 2021-05-15 20:14:03 +02:00
Jan Tojnar 80a3e0dc0e
Merge pull request #122997 from NixOS/gnome-40
GNOME 40: more updates
2021-05-15 16:25:54 +02:00
github-actions[bot] 49ec716c04
Merge staging-next into staging 2021-05-15 12:25:36 +00:00
github-actions[bot] ec10b0958d
Merge master into staging-next 2021-05-15 12:25:33 +00:00
Pamplemousse 4f77a0e08e python3Packages.colored-traceback: init at 0.3.0
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2021-05-15 12:19:59 +02:00
Vincenzo Mantova 3d385c7894
perlPackages.TextBibTeX: use lib instead of lib64 on aarch64 (#122567) 2021-05-15 10:04:35 +02:00
Vladimír Čunát 4e8fa08311
Revert "lua51Packages.luxio: fix build"
This reverts commit 322ec24acd.
After the parent commit we don't need to fix individual lua users.
2021-05-15 09:37:32 +02:00
Jonathan Ringer 322ec24acd lua51Packages.luxio: fix build 2021-05-15 00:27:53 -07:00
lewo ef95fa40e9
Merge pull request #122772 from nlewo/gremlin-3.5
gremlin-console: 3.4.10 -> 3.5.0
2021-05-15 09:18:34 +02:00
Antoine Eiche a4ae041a22 gremlin-console: 3.4.10 -> 3.5.0 2021-05-15 08:59:18 +02:00
github-actions[bot] 78ae7ac75e
Merge staging-next into staging 2021-05-15 06:22:25 +00:00
Jonathan Ringer 0546e68ef7
Merge remote-tracking branch 'origin/master' into staging-next 2021-05-14 21:57:09 -07:00
Stéphan Kochen bb24db68aa
dmtx-utils: fix darwin build (#123033) 2021-05-14 17:34:07 -04:00
Stéphan Kochen 4bfa8bdd46
ecpdap: fix darwin build (#123035) 2021-05-14 17:33:51 -04:00
John Ericson 18c38f8aee treewide: All the linker to be chosen independently
This will begin the process of breaking up the `useLLVM` monolith. That
is good in general, but I hope will be good for NetBSD and Darwin in
particular.

Co-authored-by: sterni <sternenseemann@systemli.org>
2021-05-14 21:29:51 +00:00
Stéphan Kochen 2adca7ae14
cd-hit: fix darwin build (#123026) 2021-05-14 17:27:16 -04:00
Vladimír Čunát c48eaa70e3
Merge branch 'master' into staging-next 2021-05-14 22:27:34 +02:00
Stéphan Kochen 006d7f80eb
imagemagick6: fix darwin build (#123023) 2021-05-14 16:21:38 -04:00
John Ericson e3a1c149d2 llvmPackages: Fix default version calculation
Add a comment with explanation, which I should have done all along.
2021-05-14 19:12:22 +00:00
John Ericson f030f859b9
Merge pull request #121323 from sternenseemann/pkgs-llvm
pkgsLLVM: cross compiled package set using llvm compilers
2021-05-14 15:00:25 -04:00
Christian Kögler 428edf7fe0 neovide: init at ba42855 2021-05-14 18:53:15 +02:00
Vladimír Čunát 0023f45705
Merge #111431: autoconf: 2.70 -> 2.71 (into staging) 2021-05-14 18:29:05 +02:00
Jan Tojnar 4d2d4d329d gtk-frdp: init at 3.37.1-unstable-2020-10-26 2021-05-14 16:36:53 +02:00
Robert Schütz e611d663f4
Merge pull request #120440 from dotlambda/radicale-settings
nixos/radicale: add settings option
2021-05-14 15:37:26 +02:00
WilliButz 94b2848559
Merge pull request #91663 from mweinelt/kea-exporter
prometheus-kea-exporter: init at 0.4.1
2021-05-14 14:38:08 +02:00
WilliButz 64f46d44d4
Merge pull request #122732 from Ma27/jiq
jiq: init at 0.7.1
2021-05-14 14:06:55 +02:00