Commit Graph

12343 Commits

Author SHA1 Message Date
Thomas Tuegel
e1e0d5d513
Merge pull request #108496 from knedlsepp/cmake-rpath
cmake/setup-hook.sh: Don't skip build-RPATH
2022-07-11 10:18:47 -05:00
github-actions[bot]
55e8459a46
Merge staging-next into staging 2022-07-11 00:04:08 +00:00
Mario Rodas
03355bfa23
Merge pull request #180627 from r-ryantm/auto-update/carp
carp: 0.5.4 -> 0.5.5
2022-07-10 16:58:33 -05:00
Sandro
46b20743b1
Merge pull request #180774 from LibreCybernetics/update-kotlin
kotlin{-native}: 1.7.0 → 1.7.10
2022-07-10 20:33:43 +02:00
github-actions[bot]
05798fee88
Merge staging-next into staging 2022-07-10 18:01:55 +00:00
Sergei Trofimovich
cd2bab453c
Merge pull request #180573 from ivan/llvm-14.0.6
llvmPackages_14: 14.0.1 -> 14.0.6
2022-07-10 17:10:49 +01:00
Sergei Trofimovich
a836e72398
Merge pull request #180824 from trofi/fix-gcc-12-for-musl
pkgsMusl.gcc12: backport build fix (PR106102)
2022-07-10 17:10:13 +01:00
github-actions[bot]
4bff9bab6b
Merge staging-next into staging 2022-07-10 12:02:29 +00:00
Marek Fajkus
30874a7b94
elmPackages: semi-automatic update of nodejs packages 2022-07-10 11:33:02 +02:00
github-actions[bot]
12be7ca6e2
Merge staging-next into staging 2022-07-10 00:03:45 +00:00
Sergei Trofimovich
8f00857bf9 pkgsMusl.gcc12: backport build fix (PR106102)
Without the change gcc-12 on musl fails to build due to system headers
poisoning:

    /build/build/./prev-gcc/xg++ ... ../../gcc-13-20220626/gcc/cp/mapper-resolver.cc
        In file included from /<<NIX>>/musl-1.2.3-dev/include/pthread.h:30,
                 from /build/build/prev-x86_64-unknown-linux-musl/libstdc++-v3/include/x86_64-unknown-linux-musl/bits/gthr-default.h:35,
                 ....
                 from /build/build/prev-x86_64-unknown-linux-musl/libstdc++-v3/include/memory:77,
                 from ../../gcc-13-20220626/gcc/../libcody/cody.hh:24,
                 from ../../gcc-13-20220626/gcc/cp/../../c++tools/resolver.h:25,
                 from ../../gcc-13-20220626/gcc/cp/../../c++tools/resolver.cc:23,
                 from ../../gcc-13-20220626/gcc/cp/mapper-resolver.cc:32:
    /<<NIX>>/musl-1.2.3-dev/include/sched.h:84:7: error: attempt to use poisoned "calloc"
       84 | void *calloc(size_t, size_t);
          |       ^
    /<<NIX>>/musl-1.2.3-dev/include/sched.h:124:36: error: attempt to use poisoned "calloc"
      124 | #define CPU_ALLOC(n) ((cpu_set_t *)calloc(1,CPU_ALLOC_SIZE(n)))
          |                                    ^

The change pulls upstream fix as is.
2022-07-09 09:35:25 +01:00
Mario Rodas
1ba6a57887 mlkit: 4.5.9 -> 4.6.1 2022-07-09 04:20:00 +00:00
Fabián Heredia Montiel
d64ee0ff26 kotlin-native: 1.7.0 → 1.7.10 2022-07-08 16:29:10 -05:00
Fabián Heredia Montiel
7e4e497c43 kotlin: 1.7.0 → 1.7.10 2022-07-08 16:29:10 -05:00
github-actions[bot]
2b26752329
Merge staging-next into staging 2022-07-08 06:01:53 +00:00
github-actions[bot]
f08a2153bf
Merge master into staging-next 2022-07-08 06:01:15 +00:00
R. Ryantm
8bf5c1d44c carp: 0.5.4 -> 0.5.5 2022-07-08 04:57:18 +00:00
Lassulus
1ba4ca5995
Merge pull request #172715 from OPNA2608/update/acme
acme: unstable-2021-02-14 -> unstable-2021-11-05
2022-07-08 04:06:22 +02:00
Ivan Kozik
34c77f1e8d llvmPackages_14: 14.0.1 -> 14.0.6 2022-07-07 19:34:17 +00:00
Martin Weinelt
1c4ee228e2 Merge remote-tracking branch 'origin/staging-next' into staging 2022-07-07 19:20:35 +02:00
Vladimír Čunát
c869aa9ac9
Merge branch 'master' into staging-next
The purpose is to integrate the usual Haskell rebuild.
2022-07-07 18:50:02 +02:00
Jan Tojnar
d910a8b8a5 Merge branch 'staging-next' into staging
; Conflicts:
;	pkgs/data/icons/zafiro-icons/default.nix
2022-07-07 14:24:09 +02:00
Vladimír Čunát
43f9c191bf
Merge #110571: treewide: migrate to -fno-common
...into staging
2022-07-07 10:06:38 +02:00
github-actions[bot]
5dcf079fac
Merge master into haskell-updates 2022-07-07 00:15:12 +00:00
github-actions[bot]
c0b6f4c121
Merge master into staging-next 2022-07-07 00:02:29 +00:00
ajs124
2837f807c9
Merge pull request #180066 from helsinki-systems/rem/nodejs-12_x
nodejs-12_x: remove
2022-07-06 23:09:28 +02:00
Gaelan Steele
5b47eb13ac gcc, clang11: don't force -fcommon on GCC 10 or clang11
GCC 10 sets -fno-common by default. This broke some packages, so
when moving to GCC 10 we initially disabled this behavior. This
commit reverts that, bringing us closer to the standard and
upstream.

Co-authored-by: Sergei Trofimovich <slyich@gmail.com>
2022-07-06 08:37:00 +01:00
sternenseemann
0083a683d7 Revert "llvmPackages: do not include static archives when shared…"
Reverts #162607 / 1748887ff2.

Reason for revert: This change caused llvm-config{,-native} to be unable
to find static archives bundled with LLVM, as has been [reported]. Ever
since #152944 using moveToOutput in LLVM is _evil_ because llvm-config
obtains it knowledge about the installation locations from the CMake
configure step.

Consequently a change like #162607 will need to be implemented by making
LLVM itself install the static archives to the correct location or by
adding yet another patch which updates llvm-config's knowledge of the
location. The latter is not desireable in my opinion, though, since it
is just asking for this sort of trouble: Before #152944 we had an
outputs.patch that did this sort of things which broke spectacularly in
edge cases.

Fixes #148117.

[reported]: https://github.com/NixOS/nixpkgs/issues/148117#issuecomment-1158245576
2022-07-05 15:03:12 +02:00
ajs124
c4b8828630 treewide: node*.nix remove references to nodejs-12_x 2022-07-04 15:33:57 +02:00
Josef Kemetmüller
bcd7045998 treewide: Remove now-unneeded LD_LIBRARY_PATH in cmake derivations
Since the setting DCMAKE_SKIP_BUILD_RPATH was disabled, we can now run
the checkPhase of cmake derivations without having to tweak the
LD_LIBRARY_PATH anymore.
2022-07-04 03:49:01 +03:00
github-actions[bot]
3e2f6a2e9c
Merge master into haskell-updates 2022-07-04 00:15:53 +00:00
github-actions[bot]
116e8e939b
Merge staging-next into staging 2022-07-03 18:01:49 +00:00
github-actions[bot]
fc65c5c219
Merge master into staging-next 2022-07-03 18:01:12 +00:00
Bobby Rong
cd7348a375
Merge pull request #179368 from ereslibre/bump-unison-m3
unison: M2l -> M3
2022-07-03 20:47:36 +08:00
github-actions[bot]
9d5f237bbd
Merge staging-next into staging 2022-07-03 12:01:55 +00:00
github-actions[bot]
00b3f42427
Merge master into staging-next 2022-07-03 12:01:23 +00:00
github-actions[bot]
42c3938c35
Merge master into haskell-updates 2022-07-03 00:15:38 +00:00
Sergei Trofimovich
7be0e091bd sbcl: pull darwin fix pending upstream inclusion for -fno-common toolchains
Without the change build fails on darwin as:

    duplicate symbol '_static_code_space_free_pointer' in:
        alloc.o
        traceroot.o
    duplicate symbol '_static_code_space_free_pointer' in:
        alloc.o
        gencgc.o
2022-07-02 18:53:43 +01:00
github-actions[bot]
8517eca5ed
Merge staging-next into staging 2022-07-02 12:01:53 +00:00
github-actions[bot]
cc49d572ac
Merge master into staging-next 2022-07-02 12:01:18 +00:00
Alyssa Ross
6f9359a504 rustc: mark broken for dynamic Musl target 2022-07-02 09:04:37 +00:00
Alyssa Ross
8004d0e497 rustc: 1.61.0 -> 1.62.0 2022-07-02 09:04:07 +00:00
github-actions[bot]
70fcdaa82a
Merge master into haskell-updates 2022-07-02 00:14:56 +00:00
github-actions[bot]
1961d0a79b
Merge master into staging-next 2022-07-02 00:01:58 +00:00
Vladimír Čunát
97be985277
Merge #179534: gcc10: 10.3.0 -> 10.4.0 (into staging) 2022-07-01 23:06:48 +02:00
Karanjot Singh
28a328a124 zulu: build for aarch64-darwin
zulu: build for aarch64-darwin

fixed indentation and spaces

minor changes and formatting
2022-07-01 21:30:08 +02:00
github-actions[bot]
7907ea3c9b
Merge staging-next into staging 2022-07-01 18:02:00 +00:00
Jan Tojnar
9095659f80
Merge pull request #177414 from zendo/blueprint-update
blueprint-compiler: 2022-05-27 -> 0.2.0
2022-07-01 19:42:25 +02:00
zendo
420f7d191c blueprint-compiler: 2022-05-27 -> 0.2.0
remove wrapPython
2022-07-01 23:51:58 +08:00
Adam Joseph
86c7c0917f
haskell.compiler.ghc865Binary: add powerpc64le bootstrap 2022-07-01 13:05:30 +02:00