sternenseemann
11fe2fc3cf
stdenv: move --enable-deterministic-archives flag into GNU wrapper
...
`--enable-deterministic-archives` is a GNU specific strip flag and
causes other strip implementations (for example LLVM's, see #138013 )
to fail. Since strip failures are ignored, this means that stripping
doesn't work at all in certain situation (causing unnecessary
dependencies etc.).
To fix this, no longer pass `--enable-deterministic-archives`
unconditionally, but instead add it in a GNU binutils specific strip
wrapper only.
`commonStripFlags` was only used for this flag, so we can remove
it altogether.
Future work could be to make a generic strip wrapper, with support for
nix-support/strip-flags-{before,after} and NIX_STRIP_FLAGS_{BEFORE,AFTER}.
This possibly overkill and unnecessary though -- also with the
additional challenge of incorporating the darwin strip wrapper somehow.
2021-09-18 15:11:17 +02:00
sternenseemann
1174f3030c
python3: fix NIX_LDFLAGS logic
...
* Only try to link libgcc if GCC is actually used
* Link libgcc depending on libc (glibc vs. musl), rather than
Linux/musl vs. Linux/!musl
This is a step towards fixing pkgsLLVM.python3.
2021-09-18 15:11:17 +02:00
github-actions[bot]
263bdbdad4
Merge master into staging-next
2021-09-18 06:01:19 +00:00
Winter
8cff7796d7
stdenv: re-add isMachO helper function ( #138334 )
2021-09-17 23:09:06 -04:00
figsoda
0e575a459e
Merge pull request #137974 from r-ryantm/auto-update/bowtie
...
bowtie: 1.3.0 -> 1.3.1
2021-09-17 22:52:43 -04:00
Bobby Rong
4d84f48c29
Merge pull request #138010 from r-ryantm/auto-update/hcxtools
...
hcxtools: 6.2.0 -> 6.2.4
2021-09-18 10:48:41 +08:00
Bobby Rong
2c2a20a207
Merge pull request #138201 from DeeUnderscore/streamlink-patch-tests
...
streamlink: patch tests for compatibility with Requests 2.26
2021-09-18 10:30:47 +08:00
Artturi
e7b6d118f2
Merge pull request #113241 from chkno/user-activation-scripts
...
Run userActivationScripts at login
2021-09-18 05:25:06 +03:00
Anderson Torres
f16d92696f
Merge pull request #138298 from OPNA2608/update/palemoon-29.4.1/21.11
...
palemoon: 29.4.0.2 -> 29.4.1
2021-09-17 23:13:10 -03:00
Maciej Krüger
e4b9fdc06b
Merge pull request #138347 from kidonng/patch-1
2021-09-18 03:39:01 +02:00
Bobby Rong
f3d8ee5f9b
Merge pull request #138312 from dotlambda/abcmidi-2021.09.15
...
abcmidi: 2021.06.27 -> 2021.09.15
2021-09-18 09:32:02 +08:00
Kid
560ce8d15c
yt-dlp: remove obsolete postPatch
2021-09-18 09:18:59 +08:00
Bobby Rong
8727b94cca
Merge pull request #137541 from ZenithalHourlyRate/proxychains-ng
...
proxychains-ng: init at 4.15
2021-09-18 09:12:25 +08:00
Martin Weinelt
3f5c90ee5e
Merge pull request #138340 from jonringer/fix-aiobotocore
2021-09-18 03:10:44 +02:00
figsoda
c330e7d2d1
Merge pull request #138036 from r-ryantm/auto-update/minikube
...
minikube: 1.22.0 -> 1.23.0
2021-09-17 21:04:37 -04:00
figsoda
98c8f701ea
Merge pull request #138043 from r-ryantm/auto-update/openlibm
...
openlibm: 0.7.5 -> 0.8.0
2021-09-17 21:00:59 -04:00
figsoda
22ab1079b6
Merge pull request #138053 from r-ryantm/auto-update/pscale
...
pscale: 0.68.0 -> 0.72.0
2021-09-17 20:59:51 -04:00
figsoda
ffafd422f8
Merge pull request #138069 from r-ryantm/auto-update/sish
...
sish: 1.1.6 -> 1.1.7
2021-09-17 20:58:17 -04:00
figsoda
fb9ae79a69
Merge pull request #138113 from r-ryantm/auto-update/gerbera
...
gerbera: 1.9.0 -> 1.9.1
2021-09-17 20:56:10 -04:00
figsoda
6e171293e6
Merge pull request #138342 from ratsclubforks/vscode-denoland
...
vscode-extensions.denoland.vscode-deno: init at 3.9.1
2021-09-17 20:40:50 -04:00
github-actions[bot]
c4fd2a8f99
Merge master into staging-next
2021-09-18 00:01:33 +00:00
Ryan Mulligan
a264515493
Merge pull request #138278 from r-ryantm/auto-update/pt2-clone
...
pt2-clone: 1.33 -> 1.34
2021-09-17 16:42:17 -07:00
Artturi
144f49f0bf
Merge pull request #138307 from Mindavi/squeekboard/fix-rust-1.54
2021-09-18 02:38:59 +03:00
Ben Siraphob
bc51c5cae6
Merge pull request #138339 from siraben/revert-137479
2021-09-17 18:37:35 -05:00
R. RyanTM
d5069c92a2
python38Packages.vidstab: 1.7.3 -> 1.7.4
2021-09-17 16:26:26 -07:00
Jonathan Ringer
b81ef19d94
home-assistant: inherit NIX_BUILD_CORES for test suite
...
"auto" will impurely detect how many threads are available.
Running the test suite with 128 threads will also consume about
40GB of ram.
2021-09-17 16:20:30 -07:00
Victor Freire
9a9f09b97b
vscode-extensions.denoland.vscode-deno: init at 3.9.1
2021-09-17 20:20:20 -03:00
Jonathan Ringer
3c7d0449ad
python3Packages.aiobotocore: fix build
2021-09-17 16:20:09 -07:00
Ben Siraphob
0cf0fac8a0
Revert "Merge pull request #137479 from r-ryantm/auto-update/libsigcxx"
...
This reverts commit 74a8798eb1
, reversing
changes made to 3d192af340
.
2021-09-17 18:16:06 -05:00
figsoda
9c45d3fa44
Merge pull request #138319 from r-ryantm/auto-update/xh
...
xh: 0.12.0 -> 0.13.0
2021-09-17 19:01:10 -04:00
Robert Scott
6f205e5ebc
Merge pull request #98186 from lopsided98/poco-propagate-deps
...
poco: propagate dependencies imported by CMake scripts
2021-09-18 00:00:47 +01:00
Rick van Schijndel
5e792015a0
squeekboard: fix build with rust 1.54
...
Co-authored-by: Artturin@artturin.com
2021-09-18 01:00:40 +02:00
Artturi
4820e9627f
Merge pull request #137899 from Artturin/mousekcm
2021-09-18 01:24:40 +03:00
Ben Wolsieffer
2122017a11
poco: propagate dependencies imported by CMake scripts
...
This also requires enable multiple outputs to prevent the closure size from
increasing.
2021-09-17 17:51:25 -04:00
Ben Wolsieffer
8f41eda98b
poco: add patch to use GNUInstallDirs
2021-09-17 17:51:21 -04:00
figsoda
f3f5bbffb9
Merge pull request #138192 from andreyk0/master
...
cloud-sql-proxy: 1.13 -> 1.25.0
2021-09-17 17:34:34 -04:00
Sandro
25746859c0
Merge pull request #138323 from arcnmx/vimpager-cross
2021-09-17 23:31:03 +02:00
Sandro
4a97a99d8e
Merge pull request #134862 from NeQuissimus/awscli
2021-09-17 23:29:08 +02:00
figsoda
f181160d4b
Merge pull request #120087 from figsoda/xdg-mime
...
nixos/xdg/mime: add config for associations between mimetypes and applications
2021-09-17 17:27:46 -04:00
flexagoon
7696d88a4d
darktile: init at 0.0.10 ( #136326 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-17 23:25:25 +02:00
Michael Weiss
3dc28072b6
Merge pull request #137891 from primeos/llvmPackages_13
...
llvmPackages_13: 13.0.0-rc2 -> 13.0.0-rc3
2021-09-17 23:21:08 +02:00
Maximilian Bosch
62a7f209b1
Merge pull request #137869 from sumnerevans/element-1.8.5
...
element-{web,desktop}: 1.8.4 -> 1.8.5
2021-09-17 23:18:35 +02:00
R. RyanTM
3f953b0f60
gdown: 3.13.0 -> 3.13.1
2021-09-17 13:13:41 -07:00
arcnmx
66e311ad69
vimpager: fix cross build
2021-09-17 12:50:37 -07:00
Bernardo Meurer
f12fb7a7d2
Merge pull request #138218 from lovesegfault/tabnine-3.6.8
...
tabnine: 3.5.49 -> 3.6.8
2021-09-17 19:42:28 +00:00
Artturin
4467663aaa
plasma-desktop: remove unneeded postPatch
2021-09-17 22:41:21 +03:00
Artturin
ef310fc7cd
plasma-desktop: add missing dependency xf86inputlibinput for mouse
...
settings
fixes https://github.com/NixOS/nixpkgs/issues/132890
2021-09-17 22:41:20 +03:00
Vincent Laporte
f837a27a8a
ocaml-ng.ocamlPackages_4_13.ocaml: 4.13.0-rc1 → 4.13.0-rc2
2021-09-17 21:41:19 +02:00
Martin Weinelt
662df6f4ab
ansible_2_9: 2.9.25 -> 2.9.26
2021-09-17 12:22:11 -07:00
Martin Weinelt
4156a5516d
ansible_2_10: 2.10.13 -> 2.10.14
2021-09-17 12:22:11 -07:00