Commit Graph

334112 Commits

Author SHA1 Message Date
midchildan
7994b1dfc0
fixup! llvmPackages_13.libcxx: fix darwin build 2021-11-26 02:38:44 +09:00
midchildan
d8338cbe06
fixup! llvmPackages_13.libcxx: fix darwin build
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-25 20:20:49 +09:00
midchildan
e157b5dc28
llvmPackages_13.libcxx: fix darwin build 2021-11-25 19:59:17 +09:00
Vladimír Čunát
d71611fb72
Merge #142792: gcc9: 9.3.0 -> 9.4.0 (into staging) 2021-11-25 09:09:06 +01:00
github-actions[bot]
cae9272c92
Merge staging-next into staging 2021-11-25 06:01:40 +00:00
github-actions[bot]
fa1a61b8a2
Merge master into staging-next 2021-11-25 06:01:06 +00:00
Dmitry Kalinkin
2d461423f7
Merge pull request #147309 from veprbl/pr/yoda_1_9_3
yoda: 1.9.2 -> 1.9.3
2021-11-24 23:24:43 -05:00
Artturi
6182b708a8
Merge pull request #147268 from bjornfor/update-radeontop 2021-11-25 05:35:20 +02:00
Bobby Rong
f5f9557cb4
Merge pull request #147313 from SuperSandro2000/delta
delta: add SuperSandro2000 as maintainer
2021-11-25 09:51:22 +08:00
Bobby Rong
093503b3cc
Merge pull request #147216 from bobby285271/pantheon
Pantheon updates 2021-11-23
2021-11-25 09:07:21 +08:00
Sandro
2e1ecc3152
Merge pull request #147298 from primeos/intel-media-driver 2021-11-25 01:36:40 +01:00
Sandro
4c7f67b57a
Merge pull request #146458 from trinsic-id/trinsic-cli 2021-11-25 01:05:37 +01:00
Sandro
28bb0e5fb4
Merge pull request #146846 from cwyc/desktop-file-utils-0.26 2021-11-25 01:04:55 +01:00
Sandro
4ed8484269
Merge pull request #146717 from giang-nghg/yaggo 2021-11-25 01:02:37 +01:00
github-actions[bot]
700540c4fb
Merge staging-next into staging 2021-11-25 00:02:31 +00:00
github-actions[bot]
b244d0edca
Merge master into staging-next 2021-11-25 00:01:54 +00:00
pasqui23
a988b71a09
plasma-hud: init at 19.10.1 (#74085)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-25 01:00:48 +01:00
Sandro
4b3b13c9c7
Merge pull request #128145 from viric/tribler-master2 2021-11-25 00:50:13 +01:00
Sandro
4b1cc25ab2
Merge pull request #145536 from nazarewk/keepass-keetraytotp 2021-11-25 00:48:47 +01:00
Sandro
36a49b67d0
Merge pull request #145054 from oxzi/flask-httpauth-4.5.0 2021-11-25 00:46:15 +01:00
Sandro
e1be6bd30d
Merge pull request #146299 from johnrichardrinehart/postman/9.1.4 2021-11-25 00:45:45 +01:00
John Ericson
f721e0f849
Merge pull request #145107 from Ericson2314/buildRustCrate-sysroot
build-support/rust: Fix sysroot for cross
2021-11-24 18:44:13 -05:00
Sandro
b82fe8ab45
Merge pull request #140382 from onny/audiosprite 2021-11-25 00:36:04 +01:00
Sandro
9a58394bad
Merge pull request #146954 from DeeUnderscore/xh-0.14.0 2021-11-25 00:35:07 +01:00
Sandro
bb64901d62
Merge pull request #145863 from dotlambda/pybind11-2.8.1 2021-11-25 00:33:50 +01:00
Sandro
a141e6eab6
Merge pull request #147192 from risicle/ris-pyeclib-darwin 2021-11-25 00:33:03 +01:00
Sandro
6809351d92
Merge pull request #147003 from samuelgrf/mpv-inherit-meta 2021-11-25 00:31:08 +01:00
Sandro
31b46dd7f9
delta: add SuperSandro2000 as maintainer 2021-11-25 00:28:48 +01:00
Sandro
ebfff50fe2
Merge pull request #147310 from SuperSandro2000/delta 2021-11-25 00:28:13 +01:00
Sandro
c669e5f566
Merge pull request #146813 from erictapen/nbclient 2021-11-25 00:24:36 +01:00
Sandro
3176c8243e
Merge pull request #141515 from kfollesdal/kfollesdal/typical 2021-11-25 00:23:54 +01:00
Sandro
398d2c540b
Merge pull request #144083 from VergeDX/nrm 2021-11-25 00:19:42 +01:00
Sandro
51ae6157b1
Merge pull request #146520 from sei40kr/notion-enhancer 2021-11-25 00:17:30 +01:00
Domen Kožar
f65ef93cb0
Merge pull request #147039 from johnbcoughlin/patch-1
_1password: Add aarch64-darwin to platforms list
2021-11-25 00:17:18 +01:00
toonn
5d23e617ec stdenv: Pass standalone argument for libcxxabi 2021-11-24 15:17:13 -08:00
toonn
21df776a31 llvmPackages_13.libcxxabi: Align with 11 libcxxabi
LLVM 11 libcxxabi has some flags to support usage in the Darwin stdenv,
in particular, `standalone` and `withLibunwind`.

Darwin stdenv needs the `standalone` flag because its `hostPlatform` set
doesn't have `useLLVM` set to true. And it needs `withLibunwind` to
explicitly disable including `libunwind` as a build input.

We also prefix `install_name_tool` in case we're cross-compiling.
2021-11-24 15:17:13 -08:00
toonn
d90fb1c038 llvmPackages_12.libcxxabi: Align with 11 libcxxabi
LLVM 11 libcxxabi has some flags to support usage in the Darwin stdenv,
in particular, `standalone` and `withLibunwind`.

Darwin stdenv needs the `standalone` flag because its `hostPlatform` set
doesn't have `useLLVM` set to true. And it needs `withLibunwind` to
explicitly disable including `libunwind` as a build input.

We also prefix `install_name_tool` in case we're cross-compiling.
2021-11-24 15:17:13 -08:00
toonn
d964f211f6 llvmPackages_11.libcxxabi: More precise libunwind inclusion 2021-11-24 15:17:13 -08:00
toonn
24dd96ebd4 cups: Only apply patch for appropriate version 2021-11-24 15:17:13 -08:00
toonn
8edba0e217 groonga: Switch to autoreconfHook
Use `autoreconfHook` rather than manually running `aclocal`.
Clarify removal of `version` file.
2021-11-24 15:17:13 -08:00
toonn
787a8b85fb mariadb: Add comment to clarify version file renames 2021-11-24 15:17:13 -08:00
toonn
e33c11a557 Libc: Merge TARGET_OS_EMBEDDED patches
Both patches implement the same fix so they'll probably have to be
removed at the same time. This avoids one of them being left behind.
2021-11-24 15:17:13 -08:00
toonn
19678c4e90 libtiff: Clarify patch comments 2021-11-24 15:17:13 -08:00
toonn
33e89d4134 release.nix: Re-enable full stdenv bootstrap test 2021-11-24 15:17:13 -08:00
toonn
9b277c2891 sphinx: Normalize the filename with NFC
The original problem with the normalization of the filename only
occurred because it was in NFC. However, when trying to fix it by
`mv`ing the file to a normalization-indifferent name, I used the NFD
normalized name from my file system. This means it only works on
normalizing file systems. The filename must be in the original encoding
and will be normalized by normalizing file systems like HFS+.
2021-11-24 15:17:13 -08:00
toonn
cb3813b7b6 wheel: Normalize the filename with NFC
The original problem with the normalization of the filename only
occurred because it was in NFC. However, when trying to fix it by
`mv`ing the file to a normalization-indifferent name, I used the NFD
normalized name from my file system. This means it only works on
normalizing file systems. The filename must be in the original encoding
and will be normalized by normalizing file systems like HFS+.
2021-11-24 15:17:13 -08:00
toonn
1be74eb17d cffi: Silence warning causing test failures 2021-11-24 15:17:13 -08:00
toonn
169c34a6a7 cffi: Include pkg-config
The build was falling back on impure paths because pkg-config was
missing. This caused a mismatch between headers picked up at
compile-time and run-time, specifically `ffi.h` from libffi and then one
in `/usr/include/ffi` on macOS.
2021-11-24 15:17:13 -08:00
toonn
54b5495e4e cffi: Reenable checks to reveal Darwin problem
This problem can now be considered investigated.
2021-11-24 15:17:13 -08:00
toonn
c14efb0586 cffi: Drop unnecessary libm substitutes 2021-11-24 15:17:13 -08:00