Commit Graph

106887 Commits

Author SHA1 Message Date
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
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
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
Stéphan Kochen
f91dcdd7b5
copper: broken on darwin (#123030) 2021-05-14 17:35:55 -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
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
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
Martin Weinelt
cc2fc35667
Merge pull request #122932 from mweinelt/ansible-lint 2021-05-14 21:01:29 +02: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
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
Robert T. McGibbon
a17bfa39ce
python3Packages.rfc3339-validator: 0.1.3 -> 0.1.4 (#123000) 2021-05-14 19:28:51 +02: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
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
sternenseemann
f7b49ea2af llvmPackages_12.lld: make sure llvm libunwind is passed
lld needs LLVM's libunwind for its headers. That libunwind is not part
of the tools scope in pkgs/development/compilers/llvm/12/default.nix,
which means that lld previously received libunwind from top-level pkgs
which of course doesn't have the required headers.

To resolve this pass libunwind from the libraries scope — platform
concerns don't really mattern as only libunwind.src is used.

libunwind was initially passed correctly, but that was removed in
e830db4320. This regression was likely
introduced accidentally.
2021-05-14 16:23:12 +02:00
Martin Weinelt
803a16442d
python3Packages.pycurl: disable failing tests (#122950)
and clean up and refactor the package.
2021-05-14 15:20:29 +02:00
Fabian Affolter
57e7d12c86 python3Packages.pytaglib: 1.4.5 -> 1.4.6 2021-05-14 14:37:48 +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
Maximilian Bosch
5817a05179
Merge pull request #122845 from SebTM/update/postman
Postman: 7.36.1 -> 8.4.0, add libdrm and mesa which were missing (according #111382)
2021-05-14 13:50:25 +02:00
Martin Weinelt
3464899979
Merge pull request #122966 from dotlambda/pydicom-aarch64
python3Packages.pydicom: disable failing tests on aarch64
2021-05-14 13:37:15 +02:00
markuskowa
ab5bc459b4
Merge pull request #122968 from markuskowa/upd-libxc
libxc: 5.1.3 -> 5.1.4
2021-05-14 13:03:48 +02:00
Thomas Tuegel
e45c0ea4cd
Restore version in Qt derivation names 2021-05-14 05:53:30 -05:00
sternenseemann
3eaa00879c llvmPackages_*.lldClang: don't wrap bintools twice
The bintools argument received a wrapped version of tools.bintools which
is already wrapped. Wrapped bintools twice leads to users of lldClang
being unable to find the tools which are not wrapped like ar.
2021-05-14 12:50:41 +02:00
Domen Kožar
65a9923bbb
Merge pull request #122869 from domenkozar/pypi2nix-broken
pypi2nix: mark as broken
2021-05-14 12:31:16 +02:00
Jörg Thalheim
e2213f1f97
Merge pull request #122939 from r-ryantm/auto-update/cargo-msrv
cargo-msrv: 0.4.0 -> 0.5.0
2021-05-14 10:55:58 +01:00
Markus Kowalewski
e4642783ba
libxc: 5.1.3 -> 5.1.4 2021-05-14 11:37:13 +02:00
Robert Schütz
ae6997cf97 python3Packages.pydicom: disable failing tests on aarch64 2021-05-14 11:17:59 +02:00
Jan Tojnar
b2ec1a072c
Merge pull request #122919 from jtojnar/gi-docgen
gi-docgen: 2021.2 → 2021.5
2021-05-14 10:33:06 +02:00
Fabian Affolter
b14f9a1f5d
Merge pull request #122903 from fabaff/bump-adafruit-platformdetect
python3Packages.adafruit-platformdetect: 3.13.0 -> 3.13.1
2021-05-14 09:39:51 +02:00
Jörg Thalheim
dac3ffe730
Merge pull request #122938 from bobrik/ivan/autogen-aarch64-darwin
autogen: fix compilation on aarch64-darwin
2021-05-14 08:14:54 +01:00
Jörg Thalheim
8ead5266d0
Merge pull request #122945 from AndersonTorres/new-zig
zig: rewrite
2021-05-14 08:13:34 +01:00
Peter Hoeg
4a29d1156c taglib: 1.11.1 -> 1.12 2021-05-14 14:37:18 +08:00
zowoq
004f8cd986 Merge staging-next into staging 2021-05-14 16:32:43 +10:00
happysalada
580d6f6951 erlang: 23.3.2 -> 23.3.4 2021-05-14 15:25:00 +09:00
github-actions[bot]
bfb5f4cc5e
Merge master into staging-next 2021-05-14 06:22:26 +00:00
Jan Tojnar
76c58493d7 libxslt: find libxml2 using pkg-config
It fails for reasons unknown otherwise and pkg-config is better for cross-compilation anyway.
2021-05-13 23:12:59 -07:00
Jan Tojnar
d01a4e3fe9 libxml2: 2.9.10 → 2.9.12
https://mail.gnome.org/archives/xml/2021-May/msg00000.html

CVE-2021-3541
2021-05-13 23:12:59 -07:00