Commit graph

289956 commits

Author SHA1 Message Date
TredwellGit
8c4b268d27 xorg.libXfixes: 5.0.3 -> 6.0.0
https://lists.x.org/archives/xorg-announce/2021-May/003086.html
2021-05-15 11:48:57 +00:00
TredwellGit
3b7fd1ad3f xorg.xorgproto: 2021.3 -> 2021.4
https://lists.x.org/archives/xorg-announce/2021-April/003085.html
2021-05-15 11:48:57 +00:00
Alyssa Ross
5b278213a2 lua5_4: fix eval
This patch was removed in 34f8d7e15a ("lua: one dso patch to rule
them all"), and the reference to it in lua5_4 was removed at the time,
but it seems to have found its way back somehow (probably through a
merge?).
2021-05-15 12:47:06 +02:00
R. RyanTM
d40306b324 libidn2: 2.3.0 -> 2.3.1 2021-05-15 00:23:55 -07:00
github-actions[bot]
78ae7ac75e
Merge staging-next into staging 2021-05-15 06:22:25 +00:00
github-actions[bot]
c48794dcef
Merge master into staging-next 2021-05-15 06:22:22 +00:00
Robert T. McGibbon
2e55b7301b pytestCheckHook: improve disabledTestPaths whitespace handling 2021-05-14 21:59:55 -07:00
Jonathan Ringer
0546e68ef7
Merge remote-tracking branch 'origin/master' into staging-next 2021-05-14 21:57:09 -07:00
Aaron Andersen
fc63be7ac8
Merge pull request #122658 from aanderse/httpd-reload
nixos/httpd: provide a stable path stable path to the configuration f…
2021-05-14 23:50:43 -04:00
Aaron Andersen
d9868214a3
Merge pull request #122672 from r-ryantm/auto-update/kodi-inputstream-ffmpegdirect
kodiPackages.inputstream-ffmpegdirect: 1.21.2 -> 1.21.3
2021-05-14 23:24:52 -04:00
Aaron Andersen
695e45f1df
Merge pull request #122673 from r-ryantm/auto-update/kodi-pvr-iptvsimple
kodiPackages.pvr-iptvsimple: 7.6.2 -> 7.6.4
2021-05-14 23:24:32 -04:00
Aaron Andersen
460f8def67
Merge pull request #122255 from aanderse/kodi
kodi: 19.0 -> 19.1
2021-05-14 23:21:08 -04:00
John Ericson
7dd53fe56e
Merge pull request #122778 from Ericson2314/choose-linker
treewide: Allow the linker to be chosen independently
2021-05-14 18:53:14 -04:00
John Ericson
93e6a25f50
Merge pull request #123047 from sternenseemann/usellvm-lunwind
llvmPackages_*.lldClang: pass -lunwind if exceptions are enabled
2021-05-14 18:51:34 -04:00
sternenseemann
f506019942 llvmPackages_*.lldClang: pass -lunwind if exceptions are enabled
To successfully compile C++ with useLLVM we need an unwinder and
thus to explicitly -lunwind like it has been done for the android
cross targets.
2021-05-15 00:34:50 +02:00
Ryan Mulligan
72948af15b
Merge pull request #122826 from r-ryantm/auto-update/kubernetes
kubernetes: 1.21.0 -> 1.21.1
2021-05-14 14:45:54 -07:00
Stéphan Kochen
2ff319e055
findomain: fix darwin build (#123019) 2021-05-14 17:36:55 -04:00
Stéphan Kochen
f91dcdd7b5
copper: broken on darwin (#123030) 2021-05-14 17:35:55 -04:00
Stéphan Kochen
6b666af734
code-minimap: fix darwin build (#123031) 2021-05-14 17:34:22 -04: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
sternenseemann
104af4aafa inspircd: run configure phase hooks 2021-05-14 23:02:20 +02:00
sternenseemann
abe7335e7e inspircd: 3.9.0 -> 3.10.0
https://docs.inspircd.org/3/change-log/#inspircd-3100
2021-05-14 23:02:20 +02:00
Konstantin Alekseev
feb867f2fd
lua-5.4: fix build on darwin (#123028) 2021-05-14 16:38:50 -04:00
Vladimír Čunát
1a7ef60b2f
Merge #122803: llvm*: patch to fix a test on older CPUs 2021-05-14 22:31:23 +02:00
Vladimír Čunát
c48eaa70e3
Merge branch 'master' into staging-next 2021-05-14 22:27:34 +02:00
Ben Siraphob
f986333023 lib/systems/parse: make isCompatible description clearer and more useful
Stating that CPUs and the isCompatible relation forms a category (or
preorder) is correct but overtly technical.  We can state it more
clearly for readers unfamiliar with mathematics while retaining some
keywords to be useful to technical readers.
2021-05-14 13:23:28 -07:00
Stéphan Kochen
006d7f80eb
imagemagick6: fix darwin build (#123023) 2021-05-14 16:21:38 -04:00
Vladimír Čunát
55282bd6f6
lua5_1: fixup a recent regression
Commit 57832e625c (PR #119860) switched to using SYSCFLAGS,
but lua 5.1 calls it MYCFLAGS.  We noticed due to broken luarocks build:
https://hydra.nixos.org/build/142663274
2021-05-14 22:08:38 +02: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
Martin Weinelt
cc2fc35667
Merge pull request #122932 from mweinelt/ansible-lint 2021-05-14 21:01:29 +02: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
Fabian Affolter
3e2e05643c
Merge pull request #122986 from fabaff/fix-pytaglib
python3Packages.pytaglib: 1.4.5 -> 1.4.6
2021-05-14 20:57:21 +02:00
John Ericson
49d2653653
Merge pull request #122974 from sternenseemann/lldClang-no-double-wrap
llvmPackages_*.lldClang: don't wrap bintools twice
2021-05-14 14:52:57 -04:00
Austin Seipp
e7241be2e2
Merge pull request #122965 from r-ryantm/auto-update/chrony
chrony: 4.0 -> 4.1
2021-05-14 13:51:58 -05:00
Domen Kožar
74562c88c9
Merge pull request #122941 from bobrik/ivan/msse-x86
python2: only pass -msse2 on x86_64-darwin, not any darwin
2021-05-14 20:01:20 +02:00
Andreas Rammhold
04d29e6bf3
Merge pull request #122868 from andir/prosody
prosody: 0.11.8 -> 0.11.9
2021-05-14 19:50:26 +02:00
Robert T. McGibbon
a17bfa39ce
python3Packages.rfc3339-validator: 0.1.3 -> 0.1.4 (#123000) 2021-05-14 19:28:51 +02:00
Anderson Torres
f6fa95f6f1
Merge pull request #122797 from AndersonTorres/quick-patches
Emacs packages updates
2021-05-14 14:17:29 -03:00
Robert Scott
e931e72696
Merge pull request #122334 from DavHau/zhf-gpapi
python3Packages.gpapi: unbreak
2021-05-14 18:02:35 +01:00
jnetod
68468fc35f
pythonPackages.pyfuse3: 3.1.1 -> 3.2.0 (#122954) 2021-05-14 18:52:33 +02:00
Armijn Hemel
f13dbcd79c telfhash: add support for new TLSH hash format, which has been the
default since TLSH 4.0.0. Deprecate support for the old format.
2021-05-14 09:47:39 -07:00
Vladimír Čunát
0023f45705
Merge #111431: autoconf: 2.70 -> 2.71 (into staging) 2021-05-14 18:29:05 +02:00
Vladimír Čunát
850880e854
Merge #123005: apparmor: fix profile building on darwin 2021-05-14 18:16:58 +02:00
Ivan Babrou
51f6036e41 python2: only pass -msse2 on x86_64-darwin, not any darwin 2021-05-14 09:15:03 -07:00
Thomas Tuegel
cebc8e82c7
Merge pull request #122977 from ttuegel/qt-drv-names
Restore version in Qt derivation names
2021-05-14 11:14:01 -05:00
Thomas Tuegel
2f06be9f99
Merge pull request #122955 from peterhoeg/u/taglib_1_12
taglib: 1.11.1 -> 1.12
2021-05-14 11:09:03 -05:00
José Romildo Malaquias
8b27f3a4c8
Merge pull request #122936 from r-ryantm/auto-update/amber-theme
amber-theme: 3.36-2 -> 3.38-1
2021-05-14 12:49:38 -03:00