Commit Graph

15815 Commits

Author SHA1 Message Date
Ulrik Strid
014409451f
Merge pull request #249555 from ligolang/ligo--0_72_0
ligo: 0.71.1 -> 0.72.0
2023-08-18 08:11:08 +02:00
Laurent CaniBot
35473208fe ligo: 0.71.1 -> 0.72.0 2023-08-17 14:33:27 +02:00
sternenseemann
232a372e29 Merge remote-tracking branch 'origin/master' into haskell-updates 2023-08-17 09:32:14 +02:00
Nick Cao
950f1882c5
Merge pull request #249655 from pineapplehunter/master
circt: 1.50.0 -> 1.51.0
2023-08-17 14:25:26 +08:00
Nick Cao
698e5d9cea
Merge pull request #245717 from niknetniko/jetbrains.jcef
jetbrains.jcef: 654 -> 672
2023-08-17 10:27:46 +08:00
Shogo Takata
65a5e1df06 circt: 1.50.0 -> 1.51.0 2023-08-17 09:52:03 +09:00
github-actions[bot]
a08eda861a
Merge master into haskell-updates 2023-08-17 00:11:15 +00:00
Rafael Fernández López
75f0aff870 unison: M5b -> M5c 2023-08-16 16:52:51 +00:00
github-actions[bot]
4a85282f9a
Merge master into haskell-updates 2023-08-16 00:11:07 +00:00
Adam Joseph
0dfed0d79b
Merge pull request #247900 from amjoseph-nixpkgs/pr/stdenv/libgcc-no-more-cycles
glibcCross: use a libgcc built separately from gcc
2023-08-15 04:09:16 +00:00
github-actions[bot]
93341b51c2
Merge master into haskell-updates 2023-08-15 00:11:16 +00:00
Adam Joseph
92186a49bf gcc: factor out forceLibgccToBuildCrtStuff 2023-08-14 15:08:28 -07:00
Emily
ae437a7c84
Merge pull request #248994 from r-ryantm/auto-update/odin
odin: dev-2023-07 -> dev-2023-08
2023-08-14 19:39:51 +02:00
Artturi
300da0a691
Merge pull request #248988 from Artturin/matchoscopes
lib.customisation.makeScope: Make `overrideScope` consistent with `makeScopeWithSplicing`
2023-08-14 18:56:30 +03:00
Artturin
b93da3f4b7 treewide: overrideScope' -> overrideScope
`lib.makeScope` `overrideScope'` has been renamed to `overrideScope`

`fd --type f | xargs sd --string-mode "overrideScope'" "overrideScope"`
2023-08-14 18:46:47 +03:00
Ulrik Strid
07e39553a5
Merge pull request #247985 from ligolang/ligo--0_71_1
ligo: 0.69.0 -> 0.71.1
2023-08-14 14:38:07 +02:00
Laurent CaniBot
552bddf3ed ligo: 0.69.0 -> 0.71.1 2023-08-14 12:54:19 +02:00
figsoda
81b970640e
Merge pull request #248252 from figsoda/zig-team 2023-08-13 21:28:26 -04:00
github-actions[bot]
658c5f1dcf
Merge master into haskell-updates 2023-08-14 00:11:47 +00:00
R. Ryantm
ef66aec42b odin: dev-2023-07 -> dev-2023-08 2023-08-13 23:19:20 +00:00
Luke Granger-Brown
5601964ab2
Merge pull request #230674 from afh/update-yubioath-flutter
yubioath-flutter: 6.1.0 -> 6.2.0
2023-08-13 16:04:13 +01:00
Luke Granger-Brown
19cd58a6ca flutter37: fix skyNotice hash for version 1a65d409c7a1438a34d21b60bf30a6fd5db59314
Using fetchurl like this means that, if you build the `flutter`
derivation first, you will get a file named "LICENSE" in your store with
the correct hash. `flutter37` will then build because this file is
already in your store, even though the LICENSE to which _it_ refers is
different. This is dangerous in this case - but an intentional design
decision in the way fetchurl works to allow artifacts which are the same
to be fetched from arbitrary sources, or even pre-populated into the
store.

To avoid this, explicitly tag the fetchurl with a name and the commit
hash we're fetching from. This means we _must_ fetch these separately
for each flutter version and avoids the problem of accidentally reusing
artifacts for a different build.
2023-08-13 14:30:43 +01:00
github-actions[bot]
163a5a5675
Merge master into haskell-updates 2023-08-13 00:11:49 +00:00
R. Ryantm
2bfc68a777 tvm: 0.12.0 -> 0.13.0 2023-08-12 22:05:56 +00:00
Mario Rodas
2bd1c02328
Merge pull request #248270 from r-ryantm/auto-update/mercury
mercury: 22.01.6 -> 22.01.7
2023-08-11 23:24:32 -05:00
github-actions[bot]
f4d5aa6125
Merge master into haskell-updates 2023-08-12 00:11:03 +00:00
Maciej Krüger
3332ba3862
Merge pull request #247919 from gilice/flutter-notices
flutter: link notices to all of the artifact directories.
2023-08-11 19:01:38 +02:00
figsoda
d488487336 zig: remove aiotter from maintainers
https://github.com/NixOS/nixpkgs/pull/248252#issuecomment-1674462834
2023-08-11 09:31:40 -04:00
Jan Malakhovski
591ccfe5b9 treewide: noop: refer to src.name or similar where appropriate, part 3: more use cases
This continues where d8f7f6a5ce left off. Similarly
to that commit, this commit this also points `sourceRoot`s to `src.name` and similar
instead of keeping hardcoded names, and edits other derivation attrs do do the same,
where appropriate.

Also, similarly to d8f7f6a5ce some of expressions this
edits use `srcs` attribute with customly-named sources, so they have to be moved
into `let` blocks to keep evaluation efficient (the other, worse, way to do this
would to recurcively refer to `elemAt n finalAttrs.srcs` or, similarly, with `rec`).
2023-08-11 09:20:44 +00:00
Sandro Jäckel
e594a0fc14 cargo-auditable: fix cross compilation
This fixes the following error:
...
cargo-auditable>    Doc-tests auditable-extract
cargo-auditable> error: doctest failed, to rerun pass `-p auditable-extract --doc`
cargo-auditable>
cargo-auditable> Caused by:
cargo-auditable>   could not execute process `rustdoc --edition=2018 --crate-type lib --crate-name auditable_extract --test /build/source/auditable-extract/src/lib.rs --target x86_64-unknown-linux-gnu -L dependency=/build/source/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/build/source/target/release/deps --test-args --test-threads=96 --extern auditable_extract=/build/source/target/x86_64-unknown-linux-gnu/release/deps/libauditable_extract-dd1904617e4b78db.rlib --extern binfarce=/build/source/target/x86_64-unknown-linux-gnu/release/deps/libbinfarce-2ba09d21aed0de1a.rlib -C embed-bitcode=no --error-format human` (never executed)
cargo-auditable>
cargo-auditable> Caused by:
cargo-auditable>   No such file or directory (os error 2)

Tested with lanzaboote
2023-08-11 09:40:05 +01:00
gilice
c34385b52c flutter: link notices to all of the artifact directories.
The flutter team has also started doing this, but only for new
artifacts. This way, we also do it for older artifacts.
2023-08-11 10:03:39 +02:00
github-actions[bot]
9e1a350173
Merge master into haskell-updates 2023-08-11 00:11:08 +00:00
Vincent Laporte
d41c2a87e3 jasmin-compiler: 2023.06.0 → 2023.06.1 2023-08-10 19:09:04 +02:00
Anderson Torres
643635b58c zig_0_10: rename patches 2023-08-10 10:49:35 +00:00
Anderson Torres
2cb6b63c31 zig_0_9: rename patches 2023-08-10 10:49:35 +00:00
Anderson Torres
dd4925487b zig_0_9: rename file
Because it will not be updated after all.
2023-08-10 10:49:35 +00:00
Mario Rodas
c0e49d14b0 mercury: update meta 2023-08-10 04:20:00 +00:00
Mario Rodas
7c0ea52f0b mercury: add changelog to meta 2023-08-10 04:20:00 +00:00
R. Ryantm
f1d4015101 mercury: 22.01.6 -> 22.01.7 2023-08-10 03:39:43 +00:00
figsoda
17d404ee80 zig.hook: rename from zigHook
This makes using specific versions of zig easier (without overrides)
2023-08-10 02:37:53 +00:00
figsoda
55a8deab40 zig: maintained by the zig team 2023-08-09 22:22:42 -04:00
github-actions[bot]
b88fc6c5b0
Merge master into haskell-updates 2023-08-10 00:13:22 +00:00
figsoda
1bf35f9327 erg: 0.6.17 -> 0.6.18
Diff: https://github.com/erg-lang/erg/compare/v0.6.17...v0.6.18

Changelog: https://github.com/erg-lang/erg/releases/tag/v0.6.18
2023-08-09 19:21:18 -04:00
Samir Talwar
32db1fb6e0 ghc942 + ghc943: Apply the Cabal patch for --enable-relocatable
This patch was already applied to GHC 9.4.4 and up.

It should also fix the build, as the aarch64/darwin separate output fix depends upon it.
2023-08-10 01:17:27 +02:00
Samuel Ainsworth
98fa5081b9
Merge pull request #245789 from deshaw/fix-auto-add-opengl-runpath-hook
cudaPackages.autoAddOpenGLRunpathHook: fix to skip unsupported
2023-08-09 12:40:54 -07:00
7c6f434c
55e89d5718
Merge pull request #247840 from MuKnIO/alpha
Update Gambit, Gerbil, Glow
2023-08-09 05:48:27 +00:00
Francois-Rene Rideau
0afac45561 glow-lang: init at 2023-04-26
Post Release v0.3.2
2023-08-08 15:26:40 -04:00
Alex Plotnick
d676fab367 gerbilPackages-unstable.ftw: init at 2022-01-14 2023-08-08 15:26:40 -04:00
Shogo Takata
286fc6c5c1 circt: 1.49.0 -> 1.50.0 2023-08-09 03:48:17 +09:00
sternenseemann
0a96f3ee25 haskell.compiler.ghc946: init at 9.4.6
https://www.haskell.org/ghc/blog/20230807-ghc-9.4.6-released.html
2023-08-08 16:25:45 +02:00