Commit Graph

15741 Commits

Author SHA1 Message Date
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
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
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
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
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
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
Francois-Rene Rideau
f4320c3dbb gerbilPackages-unstable.smug-gerbil: 2019-12-24 -> 2020-12-12 2023-08-07 20:58:40 -04:00
Francois-Rene Rideau
0c12adcf14 gerbilPackages-unstable.gerbil-libp2p: 2018-12-27 -> 2022-02-03 2023-08-07 20:58:40 -04:00
Francois-Rene Rideau
c3c550ddaf gerbilPackages-unstable.gerbil-ethereum: 2020-10-18 -> 2023-05-30 2023-08-07 20:58:40 -04:00
Francois-Rene Rideau
c83f11c3fa gerbilPackages-unstable.gerbil-persist: 2020-08-31 -> 2023-03-02 2023-08-07 20:58:39 -04:00
Francois-Rene Rideau
2f8b602ea5 gerbilPackages-unstable.gerbil-crypto: 2020-08-01 -> 2023-03-27 2023-08-07 20:58:39 -04:00
Francois-Rene Rideau
9dac3760b1 gerbilPackages-unstable.gerbil-poo: 2020-10-17 -> 2023-04-28 2023-08-07 20:58:39 -04:00
Francois-Rene Rideau
94518a101f gerbilPackages-unstable.gerbil-utils: 2020-10-18 -> 2023-07-22 2023-08-07 20:58:39 -04:00
Francois-Rene Rideau
a59d0f777d gerbil-unstable: 2020-11-05 -> 2023-08-07 2023-08-07 20:58:29 -04:00
Francois-Rene Rideau
8f7ef19779 gerbil: 0.16 -> 0.17 2023-08-07 20:58:29 -04:00
Francois-Rene Rideau
d387b0ef45 gerbil-support: various improvements
Add an indirection between gerbil package parameters and nix packages
computed from those parameters, so overlays can easily override the former.

Run unit-tests of gerbil packages (not integration tests).

Fix binaries for gerbil packages.

Fix support for gerbil packages including binaries.
2023-08-07 20:58:29 -04:00
Francois-Rene Rideau
73ad532762 gambit-unstable: 2023-07-30 -> 2023-08-06 2023-08-07 20:57:53 -04:00
github-actions[bot]
462b4c7567
Merge master into staging-next 2023-08-07 18:01:16 +00:00
Weijia Wang
9c214e307c
Merge pull request #247722 from Luflosi/update/yosys
yosys: 0.31 -> 0.32
2023-08-07 16:50:19 +02:00
github-actions[bot]
dd48ee46cf
Merge master into staging-next 2023-08-07 12:00:52 +00:00
figsoda
6acf0bf645 zigHook: support zig 0.11 2023-08-07 10:25:02 +00:00
Luflosi
c9d964f257
yosys: 0.31 -> 0.32
https://github.com/YosysHQ/yosys/releases/tag/yosys-0.32
2023-08-07 10:31:22 +02:00
Vladimír Čunát
9337be115b
Merge #247119: rustc: 1.71.0 -> 1.71.1
fixes CVE-2023-38497
2023-08-07 07:37:42 +02:00
Francois-Rene Rideau
e15380be99 gambit: add tco support 2023-08-06 18:27:26 -04:00
github-actions[bot]
191e60634e
Merge master into staging-next 2023-08-06 18:01:04 +00:00
Pol Dellaiera
b7e729426f
Merge pull request #247458 from r-ryantm/auto-update/assemblyscript
assemblyscript: 0.27.6 -> 0.27.8
2023-08-06 19:41:16 +02:00
Ryan Lahfa
a1edd80284
Merge pull request #247486 from tjni/edk 2023-08-06 16:39:15 +02:00
Weijia Wang
edaaba46c8
Merge pull request #244155 from SuperSandro2000/crystal-apple-sdk
crystal: correct usage of darwin.apple_sdk_11_0
2023-08-06 14:58:35 +02:00
Theodore Ni
060c8f5875
edk2: fix x86_64-darwin build 2023-08-06 02:29:16 -07:00
R. Ryantm
4dd8475578 assemblyscript: 0.27.6 -> 0.27.8 2023-08-06 06:18:08 +00:00
github-actions[bot]
b63c63c62c
Merge master into staging-next 2023-08-06 06:00:55 +00:00
figsoda
3b74f1205c zig_0_11: init
https://ziglang.org/download/0.11.0/release-notes.html
2023-08-06 02:14:04 +00:00
figsoda
36ca4639d7 zig: introduce generic.nix to remove duplicate code
- zig_0_9: move tests to installCheck
- zig_0_9: set ZIG_GLOBAL_CACHE_DIR instead of HOME
2023-08-06 02:14:04 +00:00
Elliot Cameron
03e72e46cb cudaPackages.autoAddOpenGLRunpathHook: fix to skip unsupported/unneed 2023-08-05 21:08:50 -04:00
github-actions[bot]
c90f3611dc
Merge master into staging-next 2023-08-06 00:02:21 +00:00
Sandro Jäckel
d47082aa9a crystal: correct usage of darwin.apple_sdk_11_0 2023-08-06 00:55:37 +02:00
Weijia Wang
c839b1f9c3
Merge pull request #245641 from reckenrode/swift-libc++
swift: use stdenv libc++ on Darwin
2023-08-06 00:17:44 +02:00
github-actions[bot]
e329dc70ee
Merge master into staging-next 2023-08-05 18:01:09 +00:00
Francesco Gazzetta
17544589b0
Merge pull request #246805 from sternenseemann/ghc-binary-meta-evaluable
haskell.compiler.ghc*Binary: make sure meta can always be evaluated
2023-08-05 18:26:44 +02:00
Vladimír Čunát
3af97fc9ee
treewide: amend hacks of removing $(pwd)
The strip phase is using $TMPDIR now, so it would fail with:
 mktemp: failed to create file via template 'striperr.XXXXXX': No such file or directory
2023-08-05 09:26:04 +02:00
Randy Eckenrode
efdf4e9d1f
swift: use stdenv libc++ on Darwin
Swift uses libc++ 15, but it should really be using the same libc++ from
the stdenv. While not strictly needed currently, Swift 5.9 will support
C++ interop. If Swift is not using the stdenv C++, any C++ library used
with interop would need to be rebuilt against the Swift libc++.
2023-08-04 22:21:10 -04:00