github-actions[bot]
1505981287
Merge master into staging-next
2023-11-07 18:00:55 +00:00
Peder Bergebakken Sundt
44018d1c4f
Merge pull request #266066 from onemoresuza/hare
...
hare: add onemoresuza as the maintainer
2023-11-07 17:51:52 +02:00
OTABI Tomoya
5670eccbf8
Merge pull request #265874 from Delta456/update_vlang
...
vlang: 2023.42 -> 2023.44
2023-11-08 00:32:56 +09:00
Gustavo Coutinho de Souza
e3bac87a89
hare: add onemoresuza as the maintainer
...
Since harec is part of its bootstrapping and it's also orphaned, also
add onemoresuza as its maintainer.
2023-11-07 11:04:35 -03:00
github-actions[bot]
599850da55
Merge staging-next into staging
2023-11-07 12:01:25 +00:00
github-actions[bot]
bed56440cb
Merge master into staging-next
2023-11-07 12:00:57 +00:00
Adam Joseph
b9c6f5b754
gcc: move version iteration out of all-packages.nix
...
This resolves a TODO previously in all-packages.nix.
2023-11-07 09:57:54 +00:00
Adam Joseph
78706a9184
gcc: move version information to gcc/versions.nix
2023-11-07 09:57:54 +00:00
Alyssa Ross
772a2502f1
llvmPackages_16.compiler-rt: fix FreeBSD build
...
The clang_rt.crt* files are only built on Linux (see the
COMPILER_RT_HAS_CRT CMake variable).
2023-11-07 10:01:10 +01:00
Weijia Wang
7eb07191a5
Merge pull request #265967 from reckenrode/llvm-fix
...
llvmPackages_10.llvm: fix build with clang 16
2023-11-07 09:33:32 +01:00
Weijia Wang
8012034692
Merge branch 'staging-next' into staging
2023-11-07 03:41:49 +01:00
Randy Eckenrode
01d3b7449c
llvmPackages_10.llvm: fix build with clang 16
...
Add missing isl includes needed to build with Polly support enabled.
2023-11-06 19:15:25 -05:00
github-actions[bot]
8541e5ab09
Merge master into haskell-updates
2023-11-07 00:12:32 +00:00
github-actions[bot]
38bc2a577e
Merge master into staging-next
2023-11-07 00:02:31 +00:00
Dmitry Kalinkin
93b63a2cab
Merge pull request #265514 from xworld21/treewide-texlive-with-packages
...
treewide: switch to texlive.withPackages
2023-11-06 16:47:04 -05:00
matt-savvy
498a954c4e
Gleam: 0.31.0 -> 0.32.2
...
https://github.com/gleam-lang/gleam/blob/v0.32.0/CHANGELOG.md
2023-11-06 18:30:55 +00:00
Tom Westerhout
da893e4d17
halide: use preCheck instead of overwriting checkPhase
2023-11-06 18:04:02 +01:00
Swastik
9b7de1e642
vlang: add delta231 as maintainer
2023-11-06 21:52:27 +05:30
Swastik
3f269391c5
vlang: 2023.42 -> 2023.44
2023-11-06 21:46:22 +05:30
sternenseemann
2ec6f63534
haskell.compiler.ghcHEAD: 9.7.20230527 -> 9.9.20231014
2023-11-06 15:26:58 +01:00
olus2000
85d04f272a
factor-lang: fix upgrade to include changes from 8d999d4
2023-11-06 09:09:32 +01:00
github-actions[bot]
c0581a90af
Merge master into haskell-updates
2023-11-06 00:12:31 +00:00
github-actions[bot]
b23f12e076
Merge master into staging-next
2023-11-06 00:02:12 +00:00
toonn
754ada3a56
Merge pull request #262659 from reckenrode/crystal-fix
...
crystal: fix build with newer versions of clang
2023-11-05 19:59:01 +01:00
github-actions[bot]
bb38778356
Merge master into staging-next
2023-11-05 18:00:55 +00:00
Vincenzo Mantova
2fa4ebdbc1
mitscheme: replace texlive.combine with texliveSmall.withPackages
2023-11-05 13:43:29 +00:00
K900
0a41eb1276
Merge pull request #257551 from toastal/v0.0.20230924
...
lunarml: unstable-2023-09-21 → 0.0.20230924
2023-11-05 16:27:25 +03:00
Vincenzo Mantova
422c63c2a4
asl: replace texlive.combined.scheme-medium with texliveMedium
2023-11-05 11:56:02 +00:00
Vincenzo Mantova
1429e5b57e
bluespec: replace texlive.combined.scheme-full with texliveFull
2023-11-05 11:54:56 +00:00
Vincenzo Mantova
8f944be411
gnu-cobol: replace texlive.combined.scheme-basic with texliveBasic
2023-11-05 11:54:55 +00:00
github-actions[bot]
85f6f75959
Merge master into haskell-updates
2023-11-05 00:13:14 +00:00
Neyts Zupan
044e50b331
lamdera: 1.2.0 -> 1.2.1
2023-11-04 19:35:08 +00:00
github-actions[bot]
b90e2fc451
Merge staging-next into staging
2023-11-04 06:01:49 +00:00
github-actions[bot]
10d3ba75f0
Merge master into staging-next
2023-11-04 06:01:18 +00:00
Adam Joseph
36f5b2e42b
gcc.libgcc: compare host and target platforms, rathern than their triples
...
The rest of our gcc expression prepends "${targetPlatform.config}-"
to paths and binaries if `hostPlatform!=targetPlatform`. The
`libgcc.nix` expression was using
'hostPlatform.config!=targetPlatform.config`, which caused it to
look in the wrong place when moving files. This commit corrects that.
2023-11-04 05:58:23 +00:00
Weijia Wang
44f16f33cc
Merge branch 'master' into staging-next
2023-11-04 01:43:45 +01:00
Weijia Wang
60530cebce
Merge pull request #264125 from r-ryantm/auto-update/ballerina
...
ballerina: 2201.8.1 -> 2201.8.2
2023-11-04 01:28:35 +01:00
github-actions[bot]
a09e41ed5a
Merge master into haskell-updates
2023-11-04 00:11:50 +00:00
Nick Cao
a69d9b5467
Merge pull request #264822 from r-ryantm/auto-update/kotlin
...
kotlin: 1.9.10 -> 1.9.20
2023-11-03 16:31:15 -04:00
github-actions[bot]
d34372f579
Merge staging-next into staging
2023-11-03 18:01:52 +00:00
github-actions[bot]
3c43b804d4
Merge master into staging-next
2023-11-03 18:01:23 +00:00
Tom Westerhout
f6370efdfb
halide: disable fuzzing tests
2023-11-03 18:59:37 +01:00
Weijia Wang
649a93124d
Merge pull request #264705 from wegank/neko-clang-16
...
neko: fix build with clang 16
2023-11-03 16:26:31 +01:00
Weijia Wang
dc5cebbe3c
Merge pull request #264421 from nagy/nagy/chicken-fix-build
...
chickenPackages.chickenEggs.{taglib,sdl-base}: fix build
2023-11-03 15:01:26 +01:00
github-actions[bot]
2495a9151d
Merge staging-next into staging
2023-11-03 12:01:40 +00:00
github-actions[bot]
db0a71076b
Merge master into staging-next
2023-11-03 12:01:07 +00:00
Vladimír Čunát
2a550b9740
Merge #265107 : Revert "spirv-llvm-translator: move spirv-tools to nativeBuildInputs"
...
...into staging-next
2023-11-03 12:16:25 +01:00
adisbladis
35aa343cba
Merge pull request #264995 from adisbladis/xulrunner-alias
...
xulrunner: move to aliases.nix
2023-11-03 19:15:35 +13:00
github-actions[bot]
1b00b5e528
Merge master into haskell-updates
2023-11-03 00:12:22 +00:00
github-actions[bot]
a5f7981dde
Merge staging-next into staging
2023-11-03 00:02:57 +00:00
github-actions[bot]
75a11d85b8
Merge master into staging-next
2023-11-03 00:02:23 +00:00
Alyssa Ross
a9fd593f39
Revert "spirv-llvm-translator: move spirv-tools to nativeBuildInputs"
...
This reverts commit 69a71a0ec2
.
Previously, the only use for spirv-tools was its commands being used
to run tests, but now, spirv-llvm-translator also links against its
libraries. Tests won't be run when cross compiling to a
non-compatible architecture anyway, so to keep spirv-llvm-translator
cross compiling, we should move spirv-tools back to being a build
input so that the libraries can be found. We could try to convince
CMake to use SPIRV-Tools.cmake from the host spirv-tools and
SPIRV-Tools-tools.cmake from the build spirv-tools, but since we never
actually need both when cross compiling it's not worth it.
This fixes the cross build LLVM/SPIRV-LLVM-Translator 16.
2023-11-02 23:54:40 +01:00
Anderson Torres
50c3db1d8e
harePackages: remove myself from maintainers
...
I am not interested on keeping Hare for the foreseeable future.
2023-11-02 16:11:06 -03:00
adisbladis
d3be93748d
xulrunner: move to aliases.nix
...
XULRunner was removed from Firefox in 2015.
2023-11-03 00:10:44 +13:00
github-actions[bot]
9d1ed665f7
Merge master into haskell-updates
2023-11-02 00:11:58 +00:00
github-actions[bot]
cb817ae356
Merge staging-next into staging
2023-11-02 00:02:53 +00:00
github-actions[bot]
d4d107cf3d
Merge master into staging-next
2023-11-02 00:02:27 +00:00
R. Ryantm
747e306746
owl-lisp: 0.2.1 -> 0.2.2
2023-11-01 20:08:03 +00:00
github-actions[bot]
2999b3c997
Merge staging-next into staging
2023-11-01 18:01:31 +00:00
github-actions[bot]
cd7af6170b
Merge master into staging-next
2023-11-01 18:01:01 +00:00
R. Ryantm
4585ec2878
kotlin-native: 1.9.10 -> 1.9.20
2023-11-01 15:16:04 +00:00
R. Ryantm
2c83eef4b9
kotlin: 1.9.10 -> 1.9.20
2023-11-01 14:00:31 +00:00
Mario Rodas
e82c391098
Merge pull request #264479 from marsam/update-fstar
...
fstar: 2023.04.25 -> 2023.09.03
2023-11-01 07:52:09 -05:00
github-actions[bot]
eafaa27c7e
Merge staging-next into staging
2023-11-01 12:01:45 +00:00
github-actions[bot]
4a533d29ce
Merge master into staging-next
2023-11-01 12:01:10 +00:00
Pavol Rusnak
23483be539
gcc-arm-embedded-13: init at 13.2.rel1
2023-11-01 12:35:17 +01:00
Artturi
7a57421d89
Merge pull request #264344 from alyssais/openmp-cross
2023-11-01 08:30:11 +02:00
github-actions[bot]
fabf4a67d3
Merge staging-next into staging
2023-11-01 06:01:27 +00:00
github-actions[bot]
26c3c233f5
Merge master into staging-next
2023-11-01 06:00:57 +00:00
Weijia Wang
faaaf4dccb
neko: fix build with clang 16
2023-11-01 02:06:55 +01:00
github-actions[bot]
0f196bb1eb
Merge master into haskell-updates
2023-11-01 00:13:02 +00:00
github-actions[bot]
1b8319e14d
Merge staging-next into staging
2023-10-31 06:01:37 +00:00
github-actions[bot]
97868dae8e
Merge master into staging-next
2023-10-31 06:00:58 +00:00
figsoda
33094aea3e
erg: 0.6.23 -> 0.6.24
...
Diff: https://github.com/erg-lang/erg/compare/v0.6.23...v0.6.24
Changelog: https://github.com/erg-lang/erg/releases/tag/v0.6.24
2023-10-30 17:10:13 -04:00
Hraban Luyat
8b04b30e74
sbcl: 2.3.9 -> 2.3.10
2023-10-30 16:24:59 -04:00
Daniel Nagy
8008b57675
chickenPackages.chickenEggs.taglib: fix build
2023-10-30 19:15:00 +01:00
Daniel Nagy
af99f7c796
chickenPackages.chickenEggs.sdl-base: fix build on linux
2023-10-30 19:15:00 +01:00
Alyssa Ross
fcc44e9aea
llvmPackages_12.openmp,llvmPackages_13.openmp: fix cross
...
CMake commit faa950a155 ("try_compile: Run native build tool with verbose output")
did not play well with these versions of openmp, which have a faulty
failure regex that considers "unknown" in the build output to indicate
a failure. When cross compiling, the string "unknown" is very likely
to occur as part of triples. Fix by backporting a patch that improves
the failure regex check to not be tripped up by triples.
The same problem affects LLVM 11 and possibly earlier, but the patch
doesn't apply that far back, so I didn't bother for now.
Fixes: b8ac5b6cfb
("cmake: 3.25.3 -> 3.26.4")
2023-10-30 13:04:51 +01:00
github-actions[bot]
23f19700d2
Merge staging-next into staging
2023-10-30 12:01:37 +00:00
Vladimír Čunát
1046dc0255
Merge #263876 : pkgsCross.wasi32.stdenv: fix build with LLVM 16
...
...into staging-next
2023-10-30 07:15:14 +01:00
Mario Rodas
20b2d94235
fstar: 2023.04.25 -> 2023.09.03
...
Diff: https://github.com/FStarLang/FStar/compare/v2023.04.25...v2023.09.03
Changelog: https://github.com/FStarLang/FStar/releases/tag/v2023.09.03
2023-10-30 04:20:00 +00:00
Mario Rodas
99835e7d6b
c0: unstable-2022-10-25 -> unstable-2023-09-05
...
Diff: 608f97eef5
%0D7ef3bc9ca232ec41936e93ec8957051e48cacfba#diff
2023-10-30 04:20:00 +00:00
github-actions[bot]
b666d2178c
Merge master into haskell-updates
2023-10-30 00:12:05 +00:00
github-actions[bot]
16a096e127
Merge staging-next into staging
2023-10-29 18:01:53 +00:00
github-actions[bot]
64070c2fda
Merge master into staging-next
2023-10-29 18:01:23 +00:00
Weijia Wang
f4bc9a6ef9
Merge pull request #259820 from Infinidoge/feat/temurin-bin-21
...
temurin-bin: init at 21
2023-10-29 13:07:34 +01:00
github-actions[bot]
1ca64d6d36
Merge staging-next into staging
2023-10-29 12:01:31 +00:00
github-actions[bot]
571f1df5e4
Merge master into staging-next
2023-10-29 12:00:57 +00:00
Robert Scott
71490f892e
Merge pull request #261689 from mdarocha/dotnet-update
...
dotnet-sdk_6: 6.0.414 -> 6.0.416, dotnet-sdk: 7.0.401 -> 7.0.403, dotnet-sdk_8: 8.0.100-rc.1.23455.8 -> 8.0.100-rc.2.23502.2
2023-10-29 10:26:54 +00:00
Thiago Kenji Okada
da7a0ff844
Merge pull request #264034 from r-ryantm/auto-update/graalvmCEPackages.graalpy
...
graalvmCEPackages.graalpy: 23.1.0 -> 23.1.1
2023-10-29 09:53:13 +00:00
Thiago Kenji Okada
f9248c32dc
Merge pull request #264033 from r-ryantm/auto-update/graalvmCEPackages.truffleruby
...
graalvmCEPackages.truffleruby: 23.1.0 -> 23.1.1
2023-10-29 09:52:47 +00:00
R. Ryantm
8eb8c7883b
ballerina: 2201.8.1 -> 2201.8.2
2023-10-29 08:25:50 +00:00
olus2000
044b0ec94d
factor-lang: 0.98 -> 0.99
...
changelog: https://re.factorcode.org/2023/08/factor-0-99-now-available.html
2023-10-29 08:04:22 +01:00
github-actions[bot]
425871e878
Merge master into haskell-updates
2023-10-29 00:12:51 +00:00
github-actions[bot]
f6ae58ad07
Merge staging-next into staging
2023-10-29 00:03:01 +00:00
R. Ryantm
5b007e6148
graalvmCEPackages.graalpy: 23.1.0 -> 23.1.1
2023-10-28 20:52:36 +00:00
R. Ryantm
da8eff2e19
graalvmCEPackages.truffleruby: 23.1.0 -> 23.1.1
2023-10-28 20:52:06 +00:00
Vladimír Čunát
91168394c8
Merge #263923 : ghc*: patch build of docs after sphinx update
...
...into staging-next
2023-10-28 22:27:15 +02:00
R. Ryantm
9586930ab6
graalvm-ce: 21.0.0 -> 21.0.1
2023-10-28 20:21:08 +00:00
github-actions[bot]
fa693bef81
Merge staging-next into staging
2023-10-28 18:01:40 +00:00
K900
e6cbaa94f9
libclc: absorb into llvmPackages(16)
2023-10-28 15:26:11 +03:00
Vladimír Čunát
176ccbcda8
ghc*: patch build of docs after sphinx update
...
The 8.x versions don't seem to need this (and the patch wouldn't apply).
2023-10-28 12:50:03 +02:00
Randy Eckenrode
9b77925762
llvmPackages_16.libcxxabi: fix wasi32 build
2023-10-27 18:37:52 -04:00
Randy Eckenrode
485ae91fbf
llvmPackages_16.libcxx: fix wasi32 build
2023-10-27 18:37:51 -04:00
Randy Eckenrode
71a741517a
llvmPackages_16.compiler-rt: fix wasi32 build
2023-10-27 18:24:36 -04:00
github-actions[bot]
ab02b9942b
Merge staging-next into staging
2023-10-27 18:01:35 +00:00
github-actions[bot]
4c838ddf14
Merge master into staging-next
2023-10-27 18:01:08 +00:00
Artturi
4693035911
Merge pull request #240596 from amjoseph-nixpkgs/pr/gcc/stage-rename
2023-10-27 17:13:59 +03:00
Marek Fajkus
904af2d8f7
Merge pull request #263641 from PedroHLC/elm-graphql-init
...
elmPackages.elm-graphql: init at 4.3.1
2023-10-27 15:08:26 +02:00
Henner Zeller
13687487b9
synlig: 2023.10.12 -> 2023-10-26
2023-10-27 07:36:13 -05:00
github-actions[bot]
4a5044c558
Merge master into staging-next
2023-10-27 12:01:12 +00:00
OTABI Tomoya
30ead2cebb
Merge pull request #263691 from r-ryantm/auto-update/circt
...
circt: 1.56.1 -> 1.58.0
2023-10-27 19:21:12 +09:00
7c6f434c
37ee83ed08
Merge pull request #263065 from hraban/sbcl-bootstrap-from-clisp
...
sbcl: bootstrap from CLISP on supported systems
2023-10-27 07:53:12 +00:00
Hraban Luyat
4106d42ac1
sbcl: CLISP bootstrap host for default systems
2023-10-26 23:38:41 -04:00
Adam Joseph
1904125877
gcc: change "-stage-static" to "-nolibc" and "-stage-final" to ""
...
This commit changes the target suffix for the first-stage cross
compiler from `-stage-static` to `-nolibc`, and eliminates the
target suffix from the final-stage cross compiler (previously
`-stage-final`).
Co-authored-by: Artturi <Artturin@artturin.com>
Co-authored-by: John Ericson <git@JohnEricson.me>
2023-10-26 20:07:18 -07:00
R. Ryantm
9484fedba1
circt: 1.56.1 -> 1.58.0
2023-10-27 02:55:33 +00:00
github-actions[bot]
5846ae4489
Merge master into haskell-updates
2023-10-27 00:11:47 +00:00
PedroHLC ☭
bd5e6f0a79
elmPackages.elm-graphql: init at 4.3.1
2023-10-26 17:15:34 -03:00
github-actions[bot]
96132a216a
Merge master into staging-next
2023-10-26 18:01:02 +00:00
Jeremie S
6e131ad284
vlang: add symlink to vcreate
2023-10-26 12:45:02 -03:00
Vladimír Čunát
d811555465
Merge branch 'staging' into staging-next
2023-10-26 10:36:50 +02:00
Hraban Luyat
ea02d8a9a5
sbcl: support using CLISP as bootstrap host
...
Moves the bootstrap code into main derivation because it’s only used there, and
this helps let the main derivation decide when to evaluate it in the first
place (depending on the system), which helps on Hydra.
Not actually enabled by default on any systems yet.
2023-10-25 23:31:05 -04:00
K900
edff793e3b
Merge pull request #263169 from K900/vulkan-1.2.268
...
Vulkan 1.3.268
2023-10-26 03:14:42 +03:00
github-actions[bot]
26df24d5d1
Merge master into haskell-updates
2023-10-26 00:11:55 +00:00
Parker Lougheed
c8c3423a38
dart: update homepage link
...
Dart for the past few years has used https://dart.dev rather than https://dartlang.org . This change updates the Dart package's homepage link to the new dart.dev version.
2023-10-25 19:48:33 -03:00
mdarocha
62d0001621
dotnet-sdk_8: 8.0.100-rc.1.23455.8 -> 8.0.100-rc.2.23502.2
2023-10-25 19:52:18 +02:00
mdarocha
de2dd42771
dotnet-sdk_7: 7.0.401 -> 7.0.403
2023-10-25 19:52:12 +02:00
mdarocha
8968faffae
dotnet-sdk_6: 6.0.414 -> 6.0.416
2023-10-25 19:40:03 +02:00
Nick Cao
96af761f63
Merge pull request #263324 from taranarmo/julia-upstream-build-instructions-url-fix
...
julia: upstream build instructions url fix
2023-10-25 10:07:12 -04:00
Infinidoge
d849c98d87
temurin-bin: init at 21
2023-10-25 09:39:42 -04:00
Infinidoge
aebe909b68
temurin-bin: update sources
2023-10-25 09:38:47 -04:00
Sergey Volkov
4bc0e5fbc8
julia: fix URL to building instruction in README
...
Instructions in the upstream were redone and splitted to separate
files for different platforms.
2023-10-25 13:05:58 +02:00
Vladimír Čunát
47b0ad3d47
Merge #257301 : cairo: 1.16.0 -> 1.18.0
...
...into staging
2023-10-25 13:05:42 +02:00
Adam Joseph
425cac96bf
gcc: create dummy crtstuff on S390 as well
...
This commit replicates the fix in
https://github.com/NixOS/nixpkgs/pull/258032 for S390 as well.
Co-authored-by: Artturi <Artturin@artturin.com>
2023-10-25 08:36:22 +00:00
Weijia Wang
42fb488c75
Merge pull request #263137 from nagy/nagy/chicken-fix
...
chickenPackages.chickenEggs.sdl2{,-image,-ttf}: fix build on linux
2023-10-25 10:11:21 +02:00
github-actions[bot]
d26f0fc45d
Merge master into haskell-updates
2023-10-25 00:12:06 +00:00
K900
abd83e2924
glslang: 12.3.1 -> 13.1.1
2023-10-24 23:30:44 +03:00
Daniel Nagy
291a3c4a47
chickenPackages.chickenEggs.sdl2-ttf: fix build on linux
...
Change needed since the enablement of `strictDeps = true`.
2023-10-24 14:45:00 +02:00
Daniel Nagy
24e19542cf
chickenPackages.chickenEggs.sdl2-image: fix build on linux
...
Change needed since the enablement of `strictDeps = true`.
2023-10-24 14:45:00 +02:00
Daniel Nagy
4e618602f0
chickenPackages.chickenEggs.sdl2: fix build on linux
...
Change needed since the enablement of `strictDeps = true`.
2023-10-24 14:45:00 +02:00
Robin Gloster
e5d552f5b9
treewide: update globin's maintainership
2023-10-24 13:09:45 +02:00
Weijia Wang
6798f6a2c4
Merge pull request #262320 from FlafyDev/fix/flutter-version
...
flutter: fix version
2023-10-24 07:43:13 +02:00
R. Ryantm
484135d06c
cairo-lang: 2.2.0 -> 2.3.0
2023-10-23 12:00:38 +00:00
Randy Eckenrode
2ce46f4fc0
crystal: fix build with newer versions of clang
...
Crystal requires linking libc++abi when building with newer versions of
clang. See https://github.com/NixOS/nixpkgs/issues/166205 .
2023-10-22 20:55:37 -04:00
github-actions[bot]
cb8c0b6ac0
Merge master into haskell-updates
2023-10-23 00:12:11 +00:00
github-actions[bot]
3d9ca9d8e3
Merge staging-next into staging
2023-10-22 18:01:34 +00:00
Maciej Krüger
de91e451b8
Merge pull request #262671 from hacker1024/package/flutter-3-13-8
...
flutterPackages.stable: 3.13.4 -> 3.13.8
2023-10-22 16:43:52 +02:00
github-actions[bot]
4312247c19
Merge staging-next into staging
2023-10-22 12:01:52 +00:00
Weijia Wang
0a8e3e0748
gcc: create dummy crtstuff on loongarch64
2023-10-22 09:48:16 +00:00
github-actions[bot]
0fa884ae1f
Merge staging-next into staging
2023-10-22 06:01:35 +00:00
hacker1024
46e7b32262
flutterPackages.stable: 3.13.4 -> 3.13.8
2023-10-22 16:12:29 +11:00
maralorn
fe8322686d
Merge pull request #260410 from ncfavier/ghc-fix-glob
...
haskell.compiler.ghc*Binary: fix globbing
2023-10-22 02:57:51 +02:00
Martin Weinelt
8dfad60324
Merge pull request #257792 from NixOS/staging-next
...
staging-next 2023-09-28
2023-10-22 02:42:33 +02:00
github-actions[bot]
b0e44a6fa7
Merge master into haskell-updates
2023-10-22 00:13:03 +00:00
github-actions[bot]
09fabcdc4e
Merge staging-next into staging
2023-10-22 00:03:08 +00:00
github-actions[bot]
1cf369a0dd
Merge master into staging-next
2023-10-22 00:02:31 +00:00
Artturi
e9363e559c
Merge pull request #262609 from augustebaum/patch-3
2023-10-22 02:43:41 +03:00
Ryan Lahfa
8092b36db1
Merge pull request #260267 from willcohen/emscripten-3.1.47
2023-10-22 00:22:48 +01:00
Maciej Krüger
b465d339b3
Merge pull request #231483 from hacker1024/feature/flutter-on-dart
...
buildFlutterApplication: Wrap buildDartApplication
2023-10-21 23:42:02 +02:00
Auguste Baum
cf9cf45578
rustfmt: add meta.mainProgram
2023-10-21 22:56:17 +02:00
github-actions[bot]
f4afba2014
Merge staging-next into staging
2023-10-21 18:01:53 +00:00
Alyssa Ross
83b8726e5f
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/python-modules/velbus-aio/default.nix
2023-10-21 17:24:16 +00:00
hacker1024
2addb67a14
buildFlutterApplication: Wrap buildDartApplication
2023-10-22 00:31:58 +11:00
Weijia Wang
71d8c70ca8
Merge pull request #262404 from emilytrau/mrustc-0.10.1
...
mrustc: 0.10 -> 0.10.1
2023-10-21 15:28:30 +02:00
hacker1024
6298ac2774
buildDartApplication: Use package override mechanism from buildFlutterApplication
...
This allows Dart applications to benefit from the package override system, which is useful for things like FFI dependencies.
2023-10-21 22:30:23 +11:00
github-actions[bot]
e5968ce788
Merge staging-next into staging
2023-10-21 06:01:24 +00:00
github-actions[bot]
1c4183d88a
Merge master into staging-next
2023-10-21 06:00:57 +00:00
Alyssa Ross
c1ac656934
squeak: add libGL build input
...
Currently, this is propagated from cairo, but that will soon no longer
be the case.
2023-10-20 22:02:59 +00:00
FlafyDev
8e0b306c82
flutter: fix version
...
In commit 6cecfa12b5
the ability to do `pkgs.flutter.version` was removed
I assume this was not intended, so this commit brings it back.
2023-10-20 18:34:27 +03:00
R. Ryantm
226ece4815
flix: 0.40.0 -> 0.41.0
2023-10-20 08:51:11 +00:00
github-actions[bot]
03248bf8af
Merge master into haskell-updates
2023-10-19 00:12:13 +00:00
github-actions[bot]
bb7c6d7a79
Merge staging-next into staging
2023-10-19 00:02:54 +00:00
github-actions[bot]
4b9cf6ff6e
Merge master into staging-next
2023-10-19 00:02:21 +00:00
Weijia Wang
9c7a70fc30
Merge pull request #111525 from lionello/dmd-bootstrap-rm-ref
...
dmd: remove references to dmd-bootstrap
2023-10-18 22:11:01 +02:00
sternenseemann
4a9619c1e9
elmPackages: jailbreak aeson 1.5 in haskell.packages.ghc8107 overlay
...
Our Haskell package set for 8.10.7 violates the following bounds of
aeson 1.5:
hashable-time >=0.2.1 && <0.3,
primitive >=0.7.0.1 && <0.8,
vector >=0.12.0.1 && <0.13
Seems like it still compiles in spite of that…
2023-10-18 16:34:12 +02:00
Emily Trau
c74a14e960
mrustc: 0.10 -> 0.10.1
2023-10-18 03:05:17 +00:00
github-actions[bot]
f301759f9f
Merge master into haskell-updates
2023-10-18 00:12:08 +00:00
github-actions[bot]
07245b90f3
Merge staging-next into staging
2023-10-18 00:02:49 +00:00
github-actions[bot]
35eee590be
Merge master into staging-next
2023-10-18 00:02:17 +00:00
Weijia Wang
816c3ccfc6
Merge pull request #261448 from figsoda/erg
...
erg: 0.6.22 -> 0.6.23
2023-10-18 00:33:46 +02:00
John Garcia
31503b3b6c
vlang: weekly.2023.19 -> weekly.2023.42
2023-10-17 21:29:35 +00:00
Weijia Wang
74d76aa729
Merge pull request #259514 from r-ryantm/auto-update/ballerina
...
ballerina: 2201.6.0 -> 2201.8.1
2023-10-17 21:31:39 +02:00
github-actions[bot]
c99731d9ac
Merge staging-next into staging
2023-10-17 18:01:44 +00:00
Alyssa Ross
acf111d42b
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/python-modules/flask-wtf/default.nix
pkgs/development/python-modules/unstructured-inference/default.nix
pkgs/development/python-modules/unstructured/default.nix
pkgs/development/python-modules/velbus-aio/default.nix
2023-10-17 13:05:40 +00:00
R. Ryantm
300d85cd85
chez: 9.6.2 -> 9.6.4
2023-10-17 09:38:40 +00:00
github-actions[bot]
fe082e6d4b
Merge master into haskell-updates
2023-10-17 00:12:29 +00:00
github-actions[bot]
12edd19d9d
Merge staging-next into staging
2023-10-16 18:02:05 +00:00
github-actions[bot]
3a75845d38
Merge master into staging-next
2023-10-16 18:01:26 +00:00
figsoda
cafbdda89b
erg: 0.6.22 -> 0.6.23
...
Diff: https://github.com/erg-lang/erg/compare/v0.6.22...v0.6.23
Changelog: https://github.com/erg-lang/erg/releases/tag/v0.6.23
2023-10-16 12:56:22 -04:00
Henner Zeller
d3ae415ae2
yosys-synlig: init at 2023.10.12
2023-10-16 10:15:08 -05:00
github-actions[bot]
de49fc16bc
Merge staging-next into staging
2023-10-16 12:01:54 +00:00
Alyssa Ross
579ae9b989
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/python-modules/cirq-core/default.nix
2023-10-16 08:49:23 +00:00
7c6f434c
245a5d6081
Merge pull request #261120 from MuKnIO/gerbil-0.18
...
Gerbil 0.18
2023-10-16 07:30:18 +00:00
github-actions[bot]
0b2c221780
Merge master into haskell-updates
2023-10-16 00:12:28 +00:00
github-actions[bot]
ae77d35744
Merge staging-next into staging
2023-10-16 00:03:09 +00:00
Francois-Rene Rideau
dbee0d9a81
gerbilPackages-unstable: update libraries
2023-10-15 19:00:22 -04:00
Francois-Rene Rideau
510a0f7919
gerbil-unstable: 2023-08-07 -> 2023-10-13
2023-10-15 19:00:21 -04:00
Francois-Rene Rideau
2fdfcc5352
gerbil: 0.17 -> 0.18
2023-10-15 19:00:21 -04:00
Weijia Wang
41103bd7b8
Merge pull request #261247 from materusPL/materus/ldc-update
...
ldc: 1.34.0 -> 1.35.0, bump LLVM to 16
2023-10-15 22:40:36 +02:00
Martin Weinelt
94c8c31bee
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/numba/default.nix
2023-10-15 22:31:34 +02:00