Commit graph

289821 commits

Author SHA1 Message Date
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
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
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
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
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
Thomas Tuegel dee4f3e854
Merge pull request #122609 from ttuegel/plasma-5.21.5
Plasma 5.21.5
2021-05-14 06:06:45 -05: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
Thomas Tuegel a2c9b68f34
plasma-nm: add optional dependencies 2021-05-14 05:46:37 -05:00
Thomas Tuegel e1ba6e312b
plasma-desktop: add optional dependencies 2021-05-14 05:45:20 -05:00
Thomas Tuegel 2df0eaf41b
kwin: add optional dependencies 2021-05-14 05:45:20 -05:00
Thomas Tuegel 11702307c7
kwin: add optional krunner dependency 2021-05-14 05:45:19 -05:00
Thomas Tuegel 08c61d45c5
kinfocenter: clean up 80-column violations 2021-05-14 05:45:17 -05:00
Thomas Tuegel f0456b2305
plasma5: 5.21.3 -> 5.21.5 2021-05-14 05:43:26 -05: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
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
zowoq 004f8cd986 Merge staging-next into staging 2021-05-14 16:32:43 +10: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
Doron Behar 210784b7c8
Merge pull request #121563 from austinbutler/wrap 2021-05-14 05:50:35 +00:00
Austin Butler 3c93d355b4 wrap: init at 0.3.1 2021-05-13 20:54:26 -07:00
Austin Butler 4b349864ca gnuradio: rename wrap option to doWrap
Prevents naming conflict, see NixOS#121563
2021-05-13 20:53:35 -07:00
Anderson Torres 5d4a430472
Merge pull request #122140 from vs49688/rpcs3
rpcs3: 0.0.12 -> 0.0.16
2021-05-14 00:19:10 -03:00
Ivan Babrou 07e4cbde16 autogen: fix compilation on aarch64-darwin 2021-05-13 19:08:47 -07:00
Martin Weinelt 2f48585f3f
Merge pull request #122880 from fabaff/bump-pysonos
python3Packages.pysonos: 0.0.45 -> 0.0.46
2021-05-14 03:48:40 +02:00
Martin Weinelt e3ecb60118
Merge pull request #122878 from fabaff/bump-pyhaversion 2021-05-14 03:48:14 +02:00
Martin Weinelt f82a8914a4
home-assistant: enable version component tests 2021-05-14 03:47:01 +02:00
Fabian Affolter 823251ae5c
python3Packages.pyhaversion: 21.3.0 -> 21.5.0 2021-05-14 03:46:40 +02:00
Martin Weinelt 8e879b4847
Merge pull request #122898 from fabaff/bump-accuweather
python3Packages.accuweather: 0.1.1 -> 0.2.0
2021-05-14 03:42:10 +02:00
Martin Weinelt f9d8231892
Merge pull request #122906 from fabaff/bump-pyvesync 2021-05-14 03:41:37 +02:00
Martin Weinelt 3f32ab225b
Merge pull request #122900 from fabaff/bump-pymodbus
python3Packages.pymodbus: 2.5.1 -> 2.5.2
2021-05-14 03:19:34 +02:00
Martin Weinelt f0180dd763
Merge pull request #122419 from fabaff/ha-tests-debugpy 2021-05-14 03:18:53 +02:00
Martin Weinelt 5d59c3f304
Merge pull request #122904 from lovesegfault/beets-2021-05-13 2021-05-14 03:16:56 +02:00
Fabian Affolter 8d51ba4515
python3Packages.xknx: 0.18.1 -> 0.18.2 (#122896) 2021-05-14 03:05:21 +02:00
github-actions[bot] bf5d8bb531
Merge master into staging-next 2021-05-14 00:58:11 +00:00
Thilo Uttendorfer 7cd876f22d
pythonPackages.ansible-lint: 5.0.2 -> 5.0.8 (#122442) 2021-05-14 02:48:03 +02:00
Michael Weiss 1cdf5f4436
Merge pull request #122816 from primeos/ungoogled-chromium
ungoogled-chromium: 90.0.4430.93 -> 90.0.4430.212
2021-05-14 02:06:30 +02:00
Fabian Affolter 93740c3e60 python3Packages.karton-config-extractor: 1.1.1 -> 2.0.0 2021-05-13 16:58:21 -07:00
Jan Tojnar ac6a4f7cf5
Merge branch 'staging-next' into staging 2021-05-14 01:40:09 +02:00
Jan Tojnar dc0f2efd2a
gi-docgen: 2021.2 → 2021.5 2021-05-14 01:32:17 +02:00
Fabian Affolter a083de02b6 python3Packages.sentry-sdk: 1.0.0 -> 1.1.0 2021-05-13 16:25:29 -07:00
Fabian Affolter c1e6a886ad python3Packages.python-telegram-bot: 13.4.1 -> 13.5 2021-05-13 16:20:11 -07:00
Robin Gloster 90a28c9e1e
Merge pull request #122838 from r-ryantm/auto-update/atlassian-jira
atlassian-jira: 8.14.1 -> 8.16.1
2021-05-13 17:41:24 -05:00
Martin Weinelt 79b32cae23 ansible_2_8: drop
The version went end of life on 2021/01/21.
2021-05-13 15:38:56 -07:00
Martin Weinelt 7bd5cb5fb2 ansible_2_9: 2.9.12 -> 2.9.21 2021-05-13 15:38:56 -07:00