Commit Graph

16438 Commits

Author SHA1 Message Date
Weijia Wang
61e05b5650 cmdstan: 2.32.2 -> 2.33.1 2023-10-07 19:45:46 +02:00
Weijia Wang
07ea437e85 stanc: 2.32.2 -> 2.33.1 2023-10-07 19:43:21 +02:00
Luflosi
de17c08f9d yosys: 0.33 -> 0.34
https://github.com/YosysHQ/yosys/releases/tag/yosys-0.34
2023-10-07 11:52:04 -05:00
Artturin
fa54cb146a gcc: add fallback to condition
```
> pkgsMusl.nix
error: attribute 'useLLVM' missing

$ nix eval -f . pkgsMusl.pkgsStatic.stdenv.targetPlatform.useLLVM
error: attribute 'useLLVM' in selection path 'pkgsMusl.pkgsStatic.stdenv.targetPlatform.useLLVM' not found
```
2023-10-07 18:26:49 +03:00
Thomas Gerbet
47f4cd9933 vyper: 0.3.9 -> 0.3.10
Fixes CVE-2023-40015, CVE-2023-41052, CVE-2023-42441, CVE-2023-42443 and CVE-2023-42460

Release notes:
https://github.com/vyperlang/vyper/releases/tag/v0.3.10
2023-10-07 12:59:12 +02:00
Muhammad Falak R Wani
2dde8b5888 go_1_20: 1.20.8 -> 1.20.9
Changelog: https://go.dev/doc/devel/release#go1.20
2023-10-07 10:09:18 +05:30
Jan Tojnar
76a7aa445a Merge branch 'master' into staging-next
Conflicts:
- pkgs/development/python-modules/xdot/default.nix
  between 2f244e3647 and 1a9a257cf7
2023-10-06 23:18:00 +02:00
R. Ryantm
693ef21387 gnostic: 0.6.8 -> 0.7.0 2023-10-06 17:45:12 +00:00
Florian Klink
5144dc2669 cudatoolkit: fix evaluation with Nix 2.3
Path interpolation is not available in all Nix versions nixpkgs supports.

Similar to 6c8644fc37
2023-10-06 15:10:52 +03:00
github-actions[bot]
2c70ec4a27
Merge staging-next into staging 2023-10-05 18:01:34 +00:00
github-actions[bot]
ca639e401e
Merge master into staging-next 2023-10-05 18:01:05 +00:00
Marek Fajkus
91ff180d1c
Merge pull request #259186 from PedroHLC/elm-update-packages
elmPackages: update
2023-10-05 18:28:36 +02:00
PedroHLC ☭
da6dea3c55
elmPackages.elm-pages: update NEW patch for 3.0.x 2023-10-05 10:37:37 -03:00
Aaron Bieber
d5b901282e
elm-pages: set files/dirs as +w when copied during elm-init 2023-10-05 10:35:02 -03:00
PedroHLC ☭
800399a2ce
elmPackages.elm-pages: update patch for 3.0.x 2023-10-05 10:24:23 -03:00
Francesco Gazzetta
3332321844
Merge pull request #259172 from r-ryantm/auto-update/lobster
lobster: 2023.11 -> 2023.12
2023-10-05 13:23:09 +00:00
PedroHLC ☭
e071414dfc
elmPackages: update node-packages.nix 2023-10-05 10:09:33 -03:00
PedroHLC ☭
47abfd5581
elm: update registry 2023-10-05 09:59:12 -03:00
PedroHLC ☭
36e507ac0e
elm: add meta.mainProgram (matches update script) 2023-10-05 09:57:20 -03:00
PedroHLC ☭
a60f6e995f
elm: sort deps (matches update script) 2023-10-05 09:56:46 -03:00
PedroHLC ☭
266006dfcf
elm: sort elm-srcs (matches update script) 2023-10-05 09:56:05 -03:00
github-actions[bot]
7017e013bf
Merge staging-next into staging 2023-10-05 12:02:16 +00:00
R. Ryantm
3a40e8ebac lobster: 2023.11 -> 2023.12 2023-10-05 11:59:12 +00:00
Linus Heckemann
81f6dc0864
Merge pull request #257919 from Ma27/structured-attrs-env-vars
structured attrs: prefer `NIX_ATTRS_*_FILE` over `.attrs.*`
2023-10-05 12:48:00 +02:00
Alyssa Ross
a838aa244f
Merge remote-tracking branch 'origin/master' into staging-next
The hash for pytensor is not correct, but that's also the case in
master, so a merge commit isn't the place to fix it.

Conflicts:
	pkgs/development/python-modules/faadelays/default.nix
	pkgs/development/python-modules/pytensor/default.nix
	pkgs/tools/admin/rset/default.nix
2023-10-05 08:02:48 +00:00
Artturi
c748544b2f
Merge pull request #241206 from amjoseph-nixpkgs/tighten-inhibit_libc-condition 2023-10-05 04:43:53 +03:00
Anderson Torres
a9d73dea16 treewide: remove cstrahan from meta.maintainers - part 2
19 files modified with this removal
2023-10-04 22:20:58 -03:00
github-actions[bot]
77b60239ac
Merge master into staging-next 2023-10-05 00:02:28 +00:00
Fabián Heredia Montiel
5a183d8c2a
Merge pull request #258726 from r-ryantm/auto-update/minimacy
minimacy: 1.1.0 -> 1.1.2
2023-10-04 15:50:28 -06:00
Vladimír Čunát
fa7835846a
Merge branch 'master' into staging-next 2023-10-04 22:40:54 +02:00
Sergei Trofimovich
537176760c gcc12, gcc13: always mangle __FILE__ into invalid store path
Without the change `__FILE__` used in static inline functions in headers
embed paths to header files into executable images. For local headers
it's not a problem, but for headers in `/nix/store` this causes `-dev`
inputs to be retained in runtime closure.

Typical examples are `nix` -> `nlonhmann_json` and `pipewire` ->
`lttng-ust.dev`.

Ideally we would like to use `-fmacro-prefix-map=` feature of `gcc` as:

  -fmacro-prefix-map=/nix/store/$hash1-nlohmann-json-ver=/nix/store/eeee.eee-nlohmann-json-ver
  -fmacro-prefix-map=/nix/...

In practice it quickly exhausts argument lengtth limit due to `gcc`
deficiency: https://gcc.gnu.org/PR111527

Until it;s fixed let's hardcode header mangling if $NIX_STORE variable
is present in the environment.

Tested as:

    $ printf "# 0 \"/nix/store/01234567890123456789012345678901-pppppp-vvvvvvv\" \nconst char * f(void) { return __FILE__; }" | NIX_STORE=/nix/store ./gcc/xgcc -Bgcc -x c - -S -o -
    ...
    .string "/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-pppppp-vvvvvvv"
    ...

Mangled successfully.
2023-10-04 21:16:13 +01:00
maralorn
5161a6fc15
Merge branch 'master' into haskell-updates 2023-10-04 21:19:37 +02:00
sternenseemann
59ee081663 haskell.compiler.*: don't unnecessarily include LLVM for GHC >= 9.2
When 9.2.1 was [released], I apparently was confused by the wording. The
NCG (-fasm) codegen backend for aarch64 not only works on
aarch64-darwin, but also aarch64-linux. `useLLVM` being enabled on
aarch64-linux had no adverse effect, as GHC used -fasm anyways, but it
did inflate closure size unnecessarily which we can rectify now.

[released]: https://www.haskell.org/ghc/blog/20211029-ghc-9.2.1-released.html
2023-10-04 20:17:17 +02:00
Maximilian Bosch
8bc5104a6e
treewide: refactor .attrs.sh detection
When specifying the `builder` attribute in `stdenv.mkDerivation`, this
will be effectively transformed into

    builtins.derivation {
      builder = stdenv.shell;
      args = [ "-e" builder ];
    }

This also means that `default-builder.sh` is never sourced and as a
result it's not guaranteed that `$NIX_ATTRS_SH_FILE` is set to a correct
location[1].

Also, we need to source `.attrs.sh` to source `$stdenv`. So, the
following is done now:

* If `$NIX_ATTRS_SH_FILE` points to a correct location, then use it.
  Directly using `.attrs.sh` is problematic for `nix-shell(1)` usage
  (see previous commit for more context), so prefer the environment
  variable if possible.

* Otherwise, if `.attrs.sh` exists, then use it. See [1] for when this
  can happen.

* If neither applies, it can be assumed that `__structuredAttrs` is
  turned off and thus nothing needs to be done.

[1] It's possible that it doesn't exist at all - in case of Nix 2.3 or
    it can point to a wrong location on older Nix versions with a bug in
    `__structuredAttrs`.
2023-10-04 18:36:57 +02:00
Weijia Wang
bbe50eddc9
Merge pull request #258979 from r-ryantm/auto-update/mlkit
mlkit: 4.7.3 -> 4.7.4
2023-10-04 16:07:57 +02:00
Dennis Gosnell
2bef0493d1
Merge pull request #258959 from r-ryantm/auto-update/purescript
purescript: 0.15.10 -> 0.15.11
2023-10-04 22:11:32 +09:00
github-actions[bot]
c7a3c2d71b
Merge master into staging-next 2023-10-04 12:01:01 +00:00
R. Ryantm
8a6004372e mlkit: 4.7.3 -> 4.7.4 2023-10-04 11:13:07 +00:00
Weijia Wang
71f3ef26f2
Merge pull request #257354 from SuperSandro2000/intel-graphics-compiler
intel-graphics-compiler: 1.0.12812.26 -> 1.0.14828.8
2023-10-04 12:07:31 +02:00
R. Ryantm
d2ee5d9dde purescript: 0.15.10 -> 0.15.11 2023-10-04 08:08:20 +00:00
R. Ryantm
980ee5636a polyml: 5.9 -> 5.9.1 2023-10-04 00:54:22 +00:00
github-actions[bot]
2d9bfd243a
Merge master into haskell-updates 2023-10-04 00:12:08 +00:00
github-actions[bot]
4b71f780ea
Merge master into staging-next 2023-10-04 00:02:21 +00:00
Sandro Jäckel
eeb9587c6c
intel-graphics-compiler: 1.0.12812.26 -> 1.0.14828.8 2023-10-04 00:32:09 +02:00
Ulrik Strid
d30afdf089
Merge pull request #257704 from ligolang/ligo--1_0_0
ligo: 0.72.0 -> 1.0.0
2023-10-03 21:43:33 +02:00
Laurent CaniBot
67bd77f0ea ligo: 0.72.0 -> 1.0.0 2023-10-03 21:41:00 +02:00
R. Ryantm
73ab9c78dc minimacy: 1.1.0 -> 1.1.2 2023-10-03 05:14:51 +00:00
github-actions[bot]
ea0284a3da
Merge master into haskell-updates 2023-10-03 00:12:01 +00:00
Weijia Wang
ccdb43a66a Merge branch 'master' into staging-next 2023-10-02 14:49:01 +02:00
Weijia Wang
bd26f6ed5e
Merge pull request #258551 from nagy/nagy/chicken-update
chickenPackages.chickenEggs: update
2023-10-02 14:41:53 +02:00
Ryan Lahfa
5277e80c8f
Merge pull request #254991 from mdarocha/dotnet-update 2023-10-02 13:29:18 +02:00
Daniel Nagy
4515a08c28
chickenPackages.chickenEggs: update 2023-10-02 12:30:00 +02:00
Jade Lovelace
f902cb4989 nim: fix evaluation
nimble-unwrapped was breaking ofborg. :(

By the looks of it nimble-unwrapped was removed but the references in
all-packages.nix and in the callPackage invocation were not removed. So
remove them.

Proximal cause: https://github.com/NixOS/nixpkgs/pull/258093

https://gist.github.com/GrahamcOfBorg/7a33204709bf948180670867a9e22e02
2023-10-02 08:16:30 +00:00
Emery Hemingway
bb91de3827 nim: do not dlload openssl 2023-10-02 08:20:14 +01:00
Emery Hemingway
7901ce6aef Remove Nimble from Nim wrapper 2023-10-02 08:17:54 +01:00
github-actions[bot]
5fa51e9dbf
Merge master into haskell-updates 2023-10-02 00:12:22 +00:00
roblabla
3590470fef djgpp: Add darwin support 2023-10-01 18:53:05 +02:00
Alyssa Ross
d4a1009f5a
Merge remote-tracking branch 'origin/master' into staging-next 2023-10-01 13:53:00 +00:00
Weijia Wang
ce1c2ac4cb edk2: fix build on x86_64-darwin 2023-10-01 03:25:59 +02:00
Weijia Wang
0eb4c474a0 Merge branch 'master' into staging-next 2023-10-01 03:08:16 +02:00
Ryan Lahfa
fc8f7c74cd
Merge pull request #252983 from RaitoBezarius/update/edk2 2023-10-01 02:23:13 +02:00
github-actions[bot]
eff9c8e1f5
Merge master into haskell-updates 2023-10-01 00:14:02 +00:00
Weijia Wang
34d46fa9d0
Merge pull request #257061 from r-ryantm/auto-update/mercury
mercury: 22.01.7 -> 22.01.8
2023-10-01 00:59:10 +02:00
github-actions[bot]
c0831fce32
Merge master into haskell-updates 2023-09-30 00:11:44 +00:00
github-actions[bot]
6b41a98c6c
Merge master into staging-next 2023-09-30 00:01:53 +00:00
7c6f434c
03906b7f19
Merge pull request #258066 from hraban/sbcl/2.3.9
sbcl: 2.3.8 -> 2.3.9
2023-09-29 21:09:16 +00:00
Hraban Luyat
bc6f9121db sbcl: 2.3.8 -> 2.3.9 2023-09-29 13:11:17 -04:00
github-actions[bot]
c1a6c05aa7
Merge master into staging-next 2023-09-29 12:01:16 +00:00
Thiago Kenji Okada
88c5afe153
Merge pull request #257433 from thiagokokada/graalvm-bump
graalvm-ce: 22.3.1 -> 21.0.0
2023-09-29 11:12:22 +01:00
Raito Bezarius
6783b22c9e rustc: support clang-based stdenv
Previously, we were passing `cc` and `c++` all the time to rustc bootstrap process.

This was wrong because `cc-rs` relies on the name of the compiler to detect whether this is Clang or a GNU GCC.

Related:

[1]: df2f86ceaf/src/lib.rs (L3334)
[2]: https://rust-lang.zulipchat.com/#narrow/stream/122651-general/topic/Missing.20dynamic.20libraries.20when.20bootstrapping.20Rust/near/377914373
2023-09-29 05:13:17 +02:00
github-actions[bot]
23bb2be564
Merge master into haskell-updates 2023-09-29 00:11:52 +00:00
github-actions[bot]
e0e21b78ec
Merge master into staging-next 2023-09-29 00:02:21 +00:00
Weijia Wang
316b6b2afb
Merge pull request #257570 from kubek2k/udating-darwin-jdk17
openjdk17: 17.0.8 -> 17.0.8.1 (darwin)
2023-09-28 23:54:07 +02:00
Jakub Janczak
dddc404051 openjdk17: 17.0.8 -> 17.0.8.1 (darwin) 2023-09-28 21:00:43 +02:00
Raito Bezarius
d7e18eea0a edk2: 202305 -> 202308
This bumps EDK2 to latest stable: https://github.com/tianocore/edk2/releases/tag/edk2-stable202308

OpenSSL 3 is unbundled in this version bump because we cannot trust EDK2
to do stable releases at each OpenSSL bump alas.
2023-09-28 20:57:26 +02:00
Thiago Kenji Okada
6a8719229c graalvmCEPackages: some fixes to update.sh script 2023-09-28 16:03:54 +01:00
Ryan Hendrickson
1d78ad9ea4 haskell.compiler.ghc96: 9.6.2 -> 9.6.3
https://www.haskell.org/ghc/blog/20230925-ghc-9.6.3-released.html
2023-09-28 15:28:23 +02:00
github-actions[bot]
8fdaf11017
Merge master into staging-next 2023-09-28 12:01:25 +00:00
R. Ryantm
ed2ccd4d17 gleam: 0.30.5 -> 0.31.0 2023-09-28 10:43:35 +00:00
Vladimír Čunát
b53e748df3
Merge #252484: vala: work around clang 16 function pointer errors
...into staging
2023-09-28 09:01:20 +02:00
Vladimír Čunát
6d408ebbe5
Merge #255706: llvmPackages_{15,16}.llvm: skip googletest-timeout lit test
...into staging
2023-09-28 08:53:52 +02:00
Thiago Kenji Okada
cfeeda0704 graalVMPackages.graalvm-ce-musl: init at 21.0.0
Exposing this derivation so it is easier to test and use.
2023-09-27 22:54:55 +01:00
Thiago Kenji Okada
7457b3cec3 graalvmCEPackages.buildGraalvmProduct: add Foundation to buildInputs 2023-09-27 22:29:22 +01:00
Thiago Kenji Okada
61b910555e graalvmCEPackages.buildGraalvm: fix native-image compilation 2023-09-27 22:18:56 +01:00
Vladimír Čunát
4eae6fe151
Merge #247401: glibc: 2.37-39 -> 2.38-23
...into staging
2023-09-27 18:04:40 +02:00
Thiago Kenji Okada
924991888a graalvmCEPackages: refactor 2023-09-27 16:22:24 +01:00
Thiago Kenji Okada
55d52249a7 graalvmCEPackages.buildGraalvm: mark as broken in darwin 2023-09-27 14:14:26 +01:00
Maximilian Bosch
e016224a79
swiftPackages.Foundation: fix build w/ glibc-2.38
Failing Hydra build: https://hydra.nixos.org/build/236210473
2023-09-27 14:36:44 +02:00
Thiago Kenji Okada
8bf7e83c09 graalvmCEPackages.buildGraalvmProduct: fix build in darwin 2023-09-27 10:25:45 +01:00
Thiago Kenji Okada
76f51c0366 graalvmCEPackages: normalize package platforms in update.sh script 2023-09-27 10:25:45 +01:00
Thiago Kenji Okada
3e9ecc840b graalvmCEPackages: reorganize each product in its own subdirectory 2023-09-27 10:25:45 +01:00
Thiago Kenji Okada
8374f4d793 graalvmCEPackages.graalnodejs: init at 23.1.0 2023-09-27 10:25:45 +01:00
Thiago Kenji Okada
ba9a3fedc9 graalvmCEPackages.graaljs: init at 23.1.0 2023-09-27 10:25:44 +01:00
Thiago Kenji Okada
f52add035b graalvmCEPackages.truffleruby: init at 23.1.0 2023-09-27 10:25:44 +01:00
Thiago Kenji Okada
fef3db632a graalvmCEProducts: generate version inside update.sh script 2023-09-27 10:25:44 +01:00
Thiago Kenji Okada
681f8bfb32 graalvmCEPackages.graalpy: init at 23.1.0 2023-09-27 10:25:44 +01:00
Thiago Kenji Okada
45eff9d9c7 graalvm-ce: 22.3.1 -> 21.0.0
This initially may look like a downgrade, but this is caused by how
upstream is tagging versions.

Before they would have the GraalVM having its own version (e.g. 22.3.1),
and each version would support multiple JVM versions (e.g. 11, 17, 19).
Now each release supports only one JVM version (e.g.: 21), and they
track the same version as the JVM.

They also changed packaging, making all sub-products (e.g.: GraalPy,
GraalRuby, etc.) standalone, so they do not depend in GraalVM anymore
and have their own version. Thanks to this change, we will need to
repackage everything.

To simplify, this commit will remove all sub-products and only care
about the GraalVM/Native Image (that is back to GraalVM itself) part.
Other commits will re-added each sub-product.

Fix (partial): https://github.com/NixOS/nixpkgs/issues/257292
2023-09-27 10:25:44 +01:00
Adam Joseph
c1df604e9f rust: add rust.envVars 2023-09-26 06:30:44 +00:00
github-actions[bot]
74240c390b
Merge staging-next into staging 2023-09-24 18:01:25 +00:00
github-actions[bot]
03a82ba5d4
Merge master into staging-next 2023-09-24 18:00:54 +00:00
R. Ryantm
5142fe840a mercury: 22.01.7 -> 22.01.8 2023-09-24 09:50:14 +00:00
figsoda
48426b5bb4 erg: 0.6.20 -> 0.6.21
Diff: https://github.com/erg-lang/erg/compare/v0.6.20...v0.6.21

Changelog: https://github.com/erg-lang/erg/releases/tag/v0.6.21
2023-09-24 00:53:56 -04:00
github-actions[bot]
769d33dd86
Merge staging-next into staging 2023-09-23 18:01:34 +00:00
github-actions[bot]
ab2ecc25c1
Merge master into staging-next 2023-09-23 18:00:59 +00:00
éclairevoyant
cfb71772af ghdl: use finalAttrs idiom instead of rec 2023-09-23 15:47:21 +02:00
éclairevoyant
183b2f9f02 ghdl: fix meta 2023-09-23 15:47:21 +02:00
éclairevoyant
bcc3d036eb ghdl: 2.0.0 -> 3.0.0 2023-09-23 15:47:21 +02:00
Nick Cao
34a11c3f4a
Merge pull request #256619 from pineapplehunter/master
circt: 1.54.0 -> 1.56.1
2023-09-23 09:23:22 -04:00
github-actions[bot]
a6a523d8b1
Merge staging-next into staging 2023-09-23 00:02:50 +00:00
github-actions[bot]
334a61dd1d
Merge master into staging-next 2023-09-23 00:02:16 +00:00
Weijia Wang
9055f46296
Merge pull request #255775 from r-ryantm/auto-update/reason
reason: 3.9.0 -> 3.10.0
2023-09-22 21:34:12 +02:00
Weijia Wang
8ad2a44a5c
Merge pull request #256723 from wegank/reason-test
reason: fix passthru tests
2023-09-22 21:16:18 +02:00
Shogo Takata
df62676bf2 circt: 1.56.0 -> 1.56.1 2023-09-23 03:22:21 +09:00
Shogo Takata
f598870c7b circt: 1.54.0 -> 1.56.0 2023-09-23 02:49:41 +09:00
Weijia Wang
ede4f1e8f5 reason: fix passthru tests 2023-09-22 18:26:46 +02:00
github-actions[bot]
7e13d78102
Merge staging-next into staging 2023-09-22 06:01:30 +00:00
github-actions[bot]
2e05346ba2
Merge master into staging-next 2023-09-22 06:01:00 +00:00
Mario Rodas
9543950110
Merge pull request #253026 from reckenrode/llvm-spirv-16
llvm-spirv-translator: add llvm 16 variant
2023-09-21 19:25:08 -05:00
github-actions[bot]
ab895db907
Merge staging-next into staging 2023-09-22 00:02:40 +00:00
github-actions[bot]
c651d7d9e9
Merge master into staging-next 2023-09-22 00:02:14 +00:00
zowoq
3da524ca62 Revert "go_1_21: install from distpack archive"
This reverts commit 1ee50a2928.

broke cross builds
2023-09-22 09:16:27 +10:00
figsoda
26f43f17e4 rustc: 1.72.0 -> 1.72.1
https://blog.rust-lang.org/2023/09/19/Rust-1.72.1.html
https://github.com/rust-lang/rust/compare/1.72.0...1.72.1
https://github.com/rust-lang/rust/releases/tag/1.72.1
2023-09-22 08:32:44 +10:00
Rafael Fernández López
51d1f7a911
unison-ucm: M5f -> M5g 2023-09-21 23:35:40 +02:00
Weijia Wang
c5523f710f
Merge pull request #255632 from ereslibre/bump-unison-M5f
unison-ucm: M5e -> M5f
2023-09-21 22:59:40 +02:00
Artturi
8a3676e965
Merge pull request #231020 from amjoseph-nixpkgs/pr/fix/230626 2023-09-21 22:22:10 +03:00
github-actions[bot]
d5b9597606
Merge staging-next into staging 2023-09-21 18:01:22 +00:00
github-actions[bot]
25421963c7
Merge master into staging-next 2023-09-21 18:00:53 +00:00
toastal
b5bfaee746 lunarml: unstable-2023-09-16 → unstable-2023-09-21 2023-09-21 19:39:47 +07:00
github-actions[bot]
e939ee5495
Merge staging-next into staging 2023-09-21 12:01:49 +00:00
github-actions[bot]
4c610adf95
Merge master into staging-next 2023-09-21 12:01:19 +00:00
Weijia Wang
34cce71cad
Merge pull request #256404 from wegank/heptagon-refactor
heptagon: refactor
2023-09-21 10:25:03 +02:00
Adam Joseph
ea61be413c gcc: set GFORTRAN_FOR_TARGET on cross-built native compilers
For a cross-built native compiler, i.e. build!=(host==target), the
bundled libgfortran needs a gfortran which can run on the
buildPlatform and emit code for the targetPlatform.  The compiler
which is built alongside gfortran in this configuration doesn't meet
that need: it runs on the hostPlatform.

This commit passes the necessary compiler via `GFORTRAN_FOR_TARGET`,
using `pkgsBuildTarget.gfortran`.
2023-09-21 09:24:56 +03:00
github-actions[bot]
0c130bfad2
Merge staging-next into staging 2023-09-21 00:02:39 +00:00
github-actions[bot]
2b20c287ac
Merge master into staging-next 2023-09-21 00:02:13 +00:00
Weijia Wang
d29fd527ea heptagon: refactor 2023-09-21 00:22:39 +02:00
Maciej Krüger
6cecfa12b5
Merge pull request #239570 from hacker1024/feature/flutter-wrapper-gapps
flutter: Use wrapGAppsHook
2023-09-20 23:34:26 +02:00
Maciej Krüger
ac7c3b5a19
Merge pull request #251568 from hacker1024/patch-5
flutter: Pass through engineArtifacts in wrapper
2023-09-20 23:27:51 +02:00
Maciej Krüger
8e3347fc4a
Merge pull request #255944 from gilice/flutter-3134
flutter: 3.13.0 -> 3.13.4
2023-09-20 23:25:47 +02:00
Fabián Heredia Montiel
b2f85dbf28 Merge remote-tracking branch 'origin/master' into staging-next 2023-09-20 15:08:16 -06:00
Jeremy
3ebbb51efc ldc: add jtbx to meta.maintainers 2023-09-20 08:09:29 +00:00
Jeremy
41bd81b3a1 ldc: 1.31.0 -> 1.34.0 2023-09-20 08:09:29 +00:00
Artturi
6f27ba80ea
Merge pull request #255488 from natto1784/libcxxabi 2023-09-20 09:12:51 +03:00
github-actions[bot]
6d2b362ad9
Merge staging-next into staging 2023-09-20 06:01:50 +00:00
github-actions[bot]
8d8feb905e
Merge master into staging-next 2023-09-20 06:01:21 +00:00
Weijia Wang
737d7e6765
Merge pull request #256200 from wegank/pony-corral-bump
pony-corral: 0.7.0 -> 0.8.0
2023-09-20 07:47:34 +02:00
Fabián Heredia Montiel
f023c727ae
Merge pull request #256163 from jtbx/dmd
dmd: 2.100.2 -> 2.105.2
2023-09-19 19:13:42 -06:00
Weijia Wang
532f5babb8 pony-corral: 0.7.0 -> 0.8.0 2023-09-20 00:37:44 +02:00
gilice
64b86c1a19 flutter: 3.13.0 -> 3.13.4 2023-09-19 17:18:05 +02:00
gilice
c511f60c48 flutter: 3.13.0 -> 3.13.4 2023-09-19 08:27:14 +00:00
github-actions[bot]
234c077d43
Merge staging-next into staging 2023-09-19 06:01:36 +00:00