283979 Commits

Author SHA1 Message Date
sternenseemann
b90cd11c48 glibc: always compile with a gcc stdenv
Our glibc doesn't compile with clang and useLLVM doesn't make the stdenv
implicitly switch to musl (and arguably shouldn't do that). To make LLVM
cross compilation without patching glibc to compile with clang (which is
probably a lot of work), always compile glibc with gcc. This should
unbreak a lot of cross compilation tests, I have tested:

* tests.cross.llvm.gnu64
* tests.cross.llvm.aarch64-multiplatform

Basing against staging because this change only really makes sense if
useLLVM works with llvmPackages_7 which is only the case in staging at
the moment.
2021-04-18 12:43:56 +02:00
github-actions[bot]
5478217883
Merge staging-next into staging 2021-04-18 06:05:34 +00:00
github-actions[bot]
ea2c15a89b
Merge master into staging-next 2021-04-18 06:05:32 +00:00
John Ericson
3af7e98470 llvmPackages_7.libcxxabi: Fix Darwin bootstrap
In 486e12ad685be4c0dc5e3033bc1c69f0146b0a99 cmake flags were added matching
later compilers use of libunwind for `useLLVM = true`. Unfortunately, `useLLVM`
on Darwin was not something tested before, and so the other compilers led us
astray: one of the new flags tried to make libunwind be used when it wasn't a
dep.

This is now fixed with more conditional code, but I hope things can perhaps be
made simpler with more insight into why libunwind is skipped. Perhaps it is
included in libSystem?

Finally, I moved the definition of `cmakeFlags` to match the order in the other
llvm versions.

CC @sternenseemann and @thefloweringash
2021-04-18 00:24:03 -04:00
Enrico Tassi
38cef0ba3b coq-elpi: 1.6.2 -> 1.6.3 2021-04-18 06:09:28 +02:00
Enrico Tassi
5feab34f2e coq-elpi: 1.8.2 -> 1.8.3 2021-04-18 06:09:28 +02:00
Enrico Tassi
9400e49ddf coq-elpi: 1.9.5 -> 1.9.7 2021-04-18 06:09:28 +02:00
Enrico Tassi
5594aa424c elpi: 1.13.0 -> 1.13.1 2021-04-18 06:09:28 +02:00
Sandro
b2f2d04f01
rnix-hashes: fix tests, add me as maintainer (#119749)
* rnix-hashes: fix tests, add me as maintainer

* Update pkgs/tools/nix/rnix-hashes/default.nix
2021-04-18 04:13:31 +02:00
github-actions[bot]
da0e7f5fab
Merge staging-next into staging 2021-04-18 00:15:39 +00:00
github-actions[bot]
0ef3d3e462
Merge master into staging-next 2021-04-18 00:15:36 +00:00
John Ericson
d4d49c1066
Merge pull request #119717 from sternenseemann/libunwind-7.1.0
Make cross stdenv with llvmPackages_7 and useLLVM work again
2021-04-17 19:59:19 -04:00
Thomas Tuegel
0765db9135
Merge pull request #119526 from dotlambda/qtModule-pname
qtModule: use pname and version
2021-04-17 17:57:37 -05:00
Sandro
744f5ff79a
Merge pull request #119745 from marsam/update-flexget
flexget: 3.1.106 -> 3.1.110
2021-04-17 23:53:44 +02:00
Sandro
cb0f8c9fed
Merge pull request #119751 from OPNA2608/update/ptcollab-0.4.0/21.05
ptcollab: 0.3.5.1 -> 0.4.0
2021-04-17 23:47:39 +02:00
Sandro
6ba96c59d0
Merge pull request #119752 from marsam/update-watchexec
watchexec: 1.15.0 -> 1.15.1
2021-04-17 23:47:20 +02:00
Sandro
300c9d3a0d
Merge pull request #119648 from wolfgangwalther/sphinx-3.5.4
python3Packages.sphinx: 3.3.1 -> 3.5.4
2021-04-17 23:45:18 +02:00
Fabian Affolter
6279b1b2b6
Merge pull request #119736 from 414owen/add-macchina
macchina: init at 0.6.9
2021-04-17 23:11:07 +02:00
OPNA2608
3ff497aaab ptcollab: 0.3.5.1 -> 0.4.0 2021-04-17 23:07:53 +02:00
Sandro
07bb31e70e
Merge pull request #119743 from evils/grim
grim: 1.3.1 -> 1.3.2
2021-04-17 22:30:55 +02:00
Sandro
b695337586
Merge pull request #119744 from evils/slurp 2021-04-17 22:30:42 +02:00
Austin Seipp
e9254e10bc
Merge pull request #101423 from wamserma/ghdl-llvm
ghdl: fix llvm backend, add passthru.tests
2021-04-17 15:20:29 -05:00
Evils
918f81e358 slurp: 1.3.1 -> 1.3.2 2021-04-17 22:09:09 +02:00
Evils
280e6d1b11 grim: 1.3.1 -> 1.3.2 2021-04-17 21:43:45 +02:00
Martin Weinelt
c144f4734a
Merge pull request #119703 from mweinelt/python/deepdiff 2021-04-17 21:18:35 +02:00
Sandro
58d4e340be
Merge pull request #119600 from LeSuisse/re2c-2.1.1-staging 2021-04-17 21:07:06 +02:00
Pavol Rusnak
3c28fc677c
Merge pull request #119740 from LeSuisse/tor-0.4.5.7
tor: 0.4.5.6 -> 0.4.5.7
2021-04-17 21:04:23 +02:00
Owen Shepherd
43aeba0d1b
macchina: init at 0.6.9 2021-04-17 19:48:30 +01:00
Martin Weinelt
fd97b66ec6
python3Packages.deepdiff: 5.2.3 -> 5.3.0
Also expose cli under the `deepdiff` attribute.
2021-04-17 20:44:48 +02:00
Martin Weinelt
f929c7cdf3 python3Packages.deepdiff: fix build and tests 2021-04-17 20:44:43 +02:00
Martin Weinelt
a63e80407d
python3Packages.clevercsv: init at 0.6.7
Co-Authored-By: Joerg Thalheim <joerg@thalheim.io>
2021-04-17 20:44:27 +02:00
Thomas Gerbet
97368d3738 tor: 0.4.5.6 -> 0.4.5.7
Fixes CVE-2021-28089 and CVE-2021-28090.

Release notes:
https://blog.torproject.org/node/2009
2021-04-17 20:42:29 +02:00
github-actions[bot]
33182b194a
Merge staging-next into staging 2021-04-17 18:10:41 +00:00
github-actions[bot]
8156636ab9
Merge master into staging-next 2021-04-17 18:10:38 +00:00
Pavol Rusnak
c27aea5e87
Merge pull request #119726 from prusnak/oobicpl
oobicpl: unstable-2016-03-02 -> unstable-2020-08-12
2021-04-17 19:42:52 +02:00
Sandro
48381f8073
Merge pull request #119670 from aanderse/kodiPackages.bump 2021-04-17 19:41:26 +02:00
Sandro
2c45cc7972
Merge pull request #119669 from aanderse/kodiPackages.youtube
kodi.packages.youtube: init at 6.8.10+matrix.1
2021-04-17 19:41:08 +02:00
Sandro
256cae8f6d
Merge pull request #119477 from wd15/pydantic-1.8.1
python3Packages.pydantic: 1.8 -> 1.8.1
2021-04-17 19:40:06 +02:00
Sandro
93646bcb57
Merge pull request #119614 from LeSuisse/spice-protocol-0.14.3 2021-04-17 19:39:30 +02:00
Sandro
c756aa9028
Merge pull request #118807 from OPNA2608/init/foxotron-2021-03-12/21.05
foxotron: init at 2021-03-12
2021-04-17 19:38:34 +02:00
Sandro
c00fa57d59
Merge pull request #119447 from dotlambda/igraph-0.9.2
igraph: 0.9.1 -> 0.9.2
2021-04-17 19:37:31 +02:00
Sandro
d6e1af5d9c
Merge pull request #119604 from selaux/ja2-stracciatella-0.17.0
ja2-stracciatella 0.16.1 -> 0.17.0
2021-04-17 19:36:10 +02:00
Sandro
b5831f6eeb
Merge pull request #119653 from legendofmiracles/master 2021-04-17 19:35:30 +02:00
Sandro
120bff6427
Merge pull request #119712 from LeSuisse/awstats-7.8.0
awstats: 7.7.0 -> 7.8.0
2021-04-17 19:32:24 +02:00
Sandro
8fd8c3d3d2
Merge pull request #119715 from LeSuisse/libmodsecurity-3.0.4
libmodsecurity: 3.0.3 -> 3.0.4
2021-04-17 19:30:42 +02:00
Sandro
1f5bfd92f7
Merge pull request #119718 from MetaDark/yabridge
yabridge, yabridgectl: 3.0.2 -> 3.1.0
2021-04-17 19:29:21 +02:00
Ivar
05987f952f
nx2elf: init at unstable-2020-05-26 (#119493)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-17 19:17:46 +02:00
midchildan
62806df678
mikutter: 4.0.0 -> 4.1.4 (#119454) 2021-04-17 19:17:13 +02:00
Pavol Rusnak
03518371af
oobicpl: unstable-2016-03-02 -> unstable-2020-08-12 2021-04-17 18:45:19 +02:00
Pavol Rusnak
bc7f4759ec
bicpl: unstable-2017-09-10 -> unstable-2020-10-15 2021-04-17 18:44:13 +02:00