Commit Graph

13616 Commits

Author SHA1 Message Date
Rick van Schijndel
e091693f13 cargo: fix cross-compilation by adding missing zlib dependency
Previously it was failing with:

   Compiling cargo v0.67.1 (/build/rustc-1.66.1-src/src/tools/cargo)
error: linking with `/nix/store/gcc-wrapper-11.3.0/bin/cc` failed: exit status: 1
  |
  = note: /nix/store/binutils-2.39/bin/ld: skipping incompatible /nix/store/zlib-aarch64-unknown-linux-gnu-1.2.13/lib/libz.so when searching for -lz
          /nix/store/binutils-2.39/bin/ld: cannot find -lz: No such file or directory
          /nix/store/binutils-2.39/bin/ld: skipping incompatible /nix/store/zlib-aarch64-unknown-linux-gnu-1.2.13/lib/libz.so when searching for -lz
          collect2: error: ld returned 1 exit status
2023-01-11 21:06:46 +01:00
Martin Weinelt
2895576165 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-11 15:37:38 +01:00
Jamie Magee
6cb0f3d70b
roslyn: update dependencies 2023-01-10 21:10:45 -08:00
Jamie Magee
177e2f3b86
dotnet-sdk_6.0: 6.0.403 -> 6.0.405 2023-01-10 21:10:42 -08:00
Martin Weinelt
af006f866c
Merge pull request #210139 from winterqt/update-rustc 2023-01-11 03:10:48 +00:00
Martin Weinelt
c1e6c6af69 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-11 03:51:33 +01:00
Winter
21dbce8f83 rustc: 1.66.0 -> 1.66.1
https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1661-2023-01-10

Fixes CVE-2022-46176.
2023-01-10 20:10:18 -05:00
ajs124
fe3a3ab0f3
Merge pull request #200437 from r-ryantm/auto-update/kotlin
kotlin: 1.7.20 -> 1.8.0
2023-01-10 21:31:52 +01:00
Sandro
b5bd459f79
Merge pull request #208132 from wegank/cmdstan-aarch64-linux 2023-01-10 11:46:50 +01:00
Sandro
dec762f688
Merge pull request #207909 from numinit/add-asn1c 2023-01-10 11:33:19 +01:00
Samuel Ainsworth
cc6801e0cf
Merge pull request #209618 from samuela/samuela/cudatoolkit
cudaPackages.cudatoolkit: fix build, python27 -> python3
2023-01-09 15:29:24 -05:00
Weijia Wang
bcb37e4aca cmdstan: build from source 2023-01-08 23:57:02 +01:00
Weijia Wang
7ea4e36ad7 stanc: init at 2.31.0 2023-01-08 23:52:23 +01:00
Martin Weinelt
4d65509504 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-08 16:34:30 +01:00
Thiago Kenji Okada
c1aa02a83d
Merge pull request #200988 from hacker1024/patch-2
flutter: Expose internal derivation creation functions
2023-01-08 15:17:18 +00:00
Thiago Kenji Okada
5dd1eee859
Merge pull request #208750 from wegank/ats2-darwin
ats2: add darwin support
2023-01-08 14:55:06 +00:00
Samuel Ainsworth
9756d10158 cudaPackages.cudatoolkit: python27 -> python3
python27 was recently marked as insecure, breaking cudaPackages.cudatoolkit. This commit has been successfully tested against the earliest supported, 10.0, and the latest supported, 11.8, with the assumption that intermediate versions ought to work as well.
2023-01-08 03:47:26 +00:00
github-actions[bot]
4bf238a8fb
Merge master into staging-next 2023-01-08 00:02:31 +00:00
maralorn
747e2e43f5
Merge pull request #209522 from sternenseemann/ghc-js-backend-fix-config-sub-rollback
pkgsCross.ghcjs.haskellPackages.ghc: don't revert edited config.sub
2023-01-07 22:26:15 +01:00
github-actions[bot]
3b3114f45d
Merge master into staging-next 2023-01-07 18:01:08 +00:00
sternenseemann
0aa01bef76 pkgsCross.ghcjs.haskellPackages.ghc: don't revert edited config.sub
GHC ships a [modified] config.sub so that js-unknown-ghcjs is accepted
by autotools. For some platforms, we automatically update config.sub
from upstream's source in order to prevent that builds fail when we use
an outdated config.sub. In this case of course the perfectly up to date
config.sub would reject the target platform we are trying to use, so we
must disable this mechanism for now.

I have asked in the GHC IRC channel if there are any plans on
upstreaming the platform. It would be nice if were able to drop this
change in the future.
2023-01-07 18:33:36 +01:00
Thiago Kenji Okada
755864aba0 graalvm*-ce: add meta.mainProgram 2023-01-07 14:46:25 +00:00
Thiago Kenji Okada
3085ef40d9 graalvm*-ce: add meta.sourceProvenance 2023-01-07 14:45:08 +00:00
github-actions[bot]
00aa7f762f
Merge master into staging-next 2023-01-07 06:01:13 +00:00
Robert Scott
517f1cb18f
Merge pull request #209352 from Luflosi/update/yosys
yosys: 0.24 -> 0.25
2023-01-07 00:37:23 +00:00
github-actions[bot]
0789ea69b1
Merge master into staging-next 2023-01-07 00:02:25 +00:00
Thomas Gerbet
17e0a37381
Merge pull request #209104 from risicle/ris-openimageio-1-to-2
openimageio: default to openimageio2, rename 1.x to openimageio_1
2023-01-06 23:52:03 +01:00
Robert Scott
63ed4f9d34
Merge pull request #206765 from JamieMagee/dotnet-3.1
dotnet-sdk_3.1: 3.1.425 -> 3.1.426
2023-01-06 22:10:35 +00:00
Robert Scott
a02fee6afc
Merge pull request #206768 from JamieMagee/dotnet-7.0
dotnet-sdk_7.0: 7.0.100 -> 7.0.101
2023-01-06 20:37:31 +00:00
Artturi
c7e842df16
Merge pull request #209089 from amjoseph-nixpkgs/pr/temurin-bin/powerpc64le 2023-01-06 20:33:42 +02:00
Martin Weinelt
5b308cd1df Merge remote-tracking branch 'origin/master' into staging-next 2023-01-06 19:10:05 +01:00
Alyssa Ross
35b4b29302 edk2: add 32-bit ARM support 2023-01-06 17:43:06 +00:00
Luflosi
23ba1ad053
yosys: 0.24 -> 0.25
https://github.com/YosysHQ/yosys/releases/tag/yosys-0.25
2023-01-06 18:07:06 +01:00
Robert Scott
a1deb65b09 openimageio: default to openimageio2, rename 1.x to openimageio_1
keep a couple of packages "using" openimageio_1 - both are broken
anyway, but as such we have no evidence that they work with 2.x.
all are liable to get removed in the near future anyway.
2023-01-05 20:26:49 +00:00
Martin Weinelt
afd962b51c Merge remote-tracking branch 'origin/master' into staging-next 2023-01-05 17:16:26 +01:00
Martin Weinelt
7d05447323
Merge pull request #209113 from winterqt/rust-aarch64-linux-fix 2023-01-05 17:07:20 +01:00
Mario Rodas
c04afffe37
Merge pull request #208918 from wegank/zig-darwin
zig: fix build on darwin
2023-01-05 08:15:59 -05:00
github-actions[bot]
4acd5a978b
Merge staging-next into staging 2023-01-05 12:01:57 +00:00
zowoq
19a8a0ad21 go_1_20: 1.20rc1 -> 1.20rc2 2023-01-05 18:45:41 +10:00
github-actions[bot]
0c8280b1c4
Merge staging-next into staging 2023-01-05 06:01:39 +00:00
7c6f434c
ad101a313a
Merge pull request #209023 from hraban/sbcl-2.3.0
sbcl: 2.2.11 -> 2.3.0
2023-01-05 01:38:15 +00:00
github-actions[bot]
0c98bf3e85
Merge staging-next into staging 2023-01-05 00:02:56 +00:00
maralorn
3b1869aa95 Merge branch 'master' into haskell-updates 2023-01-05 00:18:05 +01:00
Winter
8442601c64 rust: fix on aarch64-linux by using GCC 11 and passing -lgcc
This change switches to using GCC 11 by default on aarch64-linux, as well as passing `-lgcc` to the linker, per #201485.

See #201254 and #208412 for wider context on the issue.
2023-01-04 18:15:20 -05:00
Jan Tojnar
b1a2373aa8
Merge pull request #208384 from BenediktBroich/blueprint-compiler
blueprint-compiler: refactor
2023-01-04 23:27:20 +01:00
Adam Joseph
549c82db11 temurin-bin/sources.json: regenerate 2023-01-04 13:02:52 -08:00
Adam Joseph
7361d240a8 temurin-bin/generate-sources.py: add ppc64le to rosetta stone 2023-01-04 13:02:46 -08:00
github-actions[bot]
789ae2c93d
Merge staging-next into staging 2023-01-04 18:01:36 +00:00
John Ericson
b92fb601c2
Merge pull request #208947 from sternenseemann/ghc-head-js-backend-try-1
haskell.compiler.ghcHEAD: support JS backend
2023-01-04 09:12:10 -05:00
Yureka
0319a561ec pkgsMusl.gccgo: fix build 2023-01-04 13:21:20 +01:00