Commit Graph

20134 Commits

Author SHA1 Message Date
David McFarland
42d69ab59a dotnet: move dotnet_root to $out/share/dotnet 2024-11-17 14:19:23 -04:00
David McFarland
ddd08e404f dotnet: split setup hooks into wrapper for runtime/sdk 2024-11-17 14:19:22 -04:00
David McFarland
6bed24773e dotnet: use stdenvNoCC for runtime/sdk 2024-11-13 16:56:24 -04:00
Tristan Ross
45d55abd39
llvmPackages.libcxx: Include libc sources in input (#354470) 2024-11-12 13:59:20 -08:00
Sandro
4c68e3ed53
kazumi: 1.4.1 -> 1.4.2 (#354581) 2024-11-12 18:30:50 +01:00
Aleksana
9d14072378
localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 (#353481) 2024-11-12 10:20:14 +08:00
Franz Pletz
ab59946989
yosys: 0.46 -> 0.47 (#354226) 2024-11-11 10:50:43 +01:00
aucub
9716e3cd43 dart.rhttp: init 2024-11-11 16:12:35 +08:00
aucub
a2143e6870 dart.flutter_volume_controller: init 2024-11-10 05:40:39 +08:00
aucub
da4bf61402 dart.fvp: init 2024-11-10 05:35:55 +08:00
Tomo
c04d7170e0 team-list: establish java team
As discussed in #jdk:nixos.org on Matrix, the maintainers of the
Java ecosystem in Nixpkgs feel that a team for Java would be helpful.
2024-11-09 18:26:59 +00:00
alexfmpe
04f72b6930
ispc: 1.25.0 -> 1.25.3 (#354585) 2024-11-09 14:50:30 +00:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Alexandre Esteves
1754ed842e ispc: 1.25.0 -> 1.25.3 2024-11-08 20:26:05 +00:00
alexfmpe
8e8f317319
ispc: 1.24.0 -> 1.25.0 (#350090) 2024-11-08 20:20:05 +00:00
Vladimír Čunát
fe6d94b8f9
Revert "haskellPackages: update stackage and hackage" 2024-11-08 18:36:29 +01:00
Peter Waller
801a9a90db llvmPackages.libcxx: Include libc sources in input
Without this, after llvm 6c4267fb1779bc5550bb413f33250f9365acfbc6  you
get a build failure because libcxx can't find headers which now live in
the libc tree.

Ref: https://discourse.llvm.org/t/rfc-project-hand-in-hand-llvm-libc-libc-code-sharing/77701/18
Ref: 6c4267fb17
Signed-off-by: Peter Waller <p@pwaller.net>
2024-11-08 12:34:51 +00:00
Zhong Jianxin
8dfed1b9a4 swift: Workaround Hydra darwin build problem
Fail to build with ninja 1.12 when NIX_BUILD_CORES is low (Hydra or Github Actions):

```
ld: warning: directory not found for option '-L/nix/store/g9rbp9m6vs1xj4jl6b6vjb6bm8kgr107-SDKs/MacOSX10.15.sdk/usr/lib/swift'
...
ld: warning: Could not find or use auto-linked library 'swiftCompatibility56'
Undefined symbols for architecture arm64:
  "__swift_FORCE_LOAD_$_swiftCompatibility56", referenced from:
      __swift_FORCE_LOAD_$_swiftCompatibility56_$_Optimizer in libswiftCompilerModules-bootstrapping1.a(Optimizer.o)
  ...
```

Can reproduce using `nix --option cores 2 build -f . swiftPackages.swift-unwrapped`.

Until we find out the exact cause, follow [swift upstream][1], pin ninja to version
1.11.1.

[1]: https://github.com/swiftlang/swift/pull/72989
2024-11-08 12:31:09 +08:00
Emily
3a6d4d006a
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc (#354197) 2024-11-07 18:16:05 +00:00
sternenseemann
a469250971
haskellPackages: update stackage and hackage (#351154) 2024-11-07 16:40:33 +01:00
John Ericson
e05973a53b
lib.systems.doubles: add aarch64-windows double (#335067) 2024-11-07 10:07:40 -05:00
sternenseemann
df930b804c Merge branch master into haskell-updates 2024-11-07 15:03:08 +01:00
Luflosi
d56656e487
yosys: 0.46 -> 0.47
https://github.com/YosysHQ/yosys/releases/tag/0.47

Also mark Synlig as broken as it is currently not compatible with the latest Yosys version.
2024-11-07 12:08:33 +01:00
Sandro
bb9824109f
dtc: 1.7.1 -> 1.7.2 (#354154) 2024-11-07 11:47:18 +01:00
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
Sergei Trofimovich
793e324096 dtc: 1.7.1 -> 1.7.2
Changes: https://github.com/dgibson/dtc/releases/tag/v1.7.2
2024-11-07 06:58:27 +00:00
zowoq
5731759a98 go_1_22: 1.22.8 -> 1.22.9
Changelog: https://go.dev/doc/devel/release#go1.22
2024-11-07 12:29:28 +10:00
github-actions[bot]
a759676266
Merge master into haskell-updates 2024-11-07 00:16:21 +00:00
Weijia Wang
f54d787634
dart: 3.5.3 -> 3.5.4 (#350157) 2024-11-07 01:14:32 +01:00
seth
fb917de147
llvmPackages_18.libcxx: fix building on windows 2024-11-06 17:29:37 -05:00
seth
ad338630ff
llvmPackages_18.compiler-rt: fix building on windows 2024-11-06 17:29:28 -05:00
Reno Dakota
4becb3821e ocaml: build defaultentry not bootstrap on 5.2+
Building ocaml fails occasionally on aarch64-darwin. Using the
defaultentry target to build on ocaml 5.2 and greater may rectify this.
2024-11-06 14:48:04 +01:00
Weijia Wang
bab904fa6a
circt: fix build failure on darwin platform and refactor (#348019) 2024-11-06 01:32:35 +01:00
github-actions[bot]
84527c8ca3
Merge master into haskell-updates 2024-11-06 00:16:09 +00:00
Weijia Wang
e88003696a
ats2: fix darwin build; move to by-name (#353745) 2024-11-06 00:34:12 +01:00
Mario Rogic
5ddc8ccdc0
lamdera: 1.3.1 -> 1.3.2 2024-11-05 23:53:01 +10:00
Austin Horstman
6bd632f164
ats2: move to by-name 2024-11-04 20:01:28 -06:00
Austin Horstman
f4f2eb89bf
ats2: fix darwin build 2024-11-04 19:55:13 -06:00
Austin Horstman
3de54e3d74
ats2: format 2024-11-04 19:54:45 -06:00
github-actions[bot]
57af37a3be
Merge master into haskell-updates 2024-11-04 00:17:26 +00:00
Weijia Wang
f17450bb06
ocamlPackages.reason: 3.12.0 -> 3.13.0 (#350397) 2024-11-03 05:29:03 +01:00
github-actions[bot]
4aa4054084
Merge master into haskell-updates 2024-11-03 00:18:03 +00:00
Stig
c82163f6c8
kpcli: KDBX 4 support (#348984) 2024-11-02 22:58:26 +01:00
Emily
2b67faf4d9
The OracleJDK Dehaunting (#353043) 2024-11-02 21:15:20 +00:00
Tomo
d6eb9f1515 oracle{jdk,jre}: drop
"Unmaintained security disaster" -anonymous Nixpkgs maintainer
2024-11-02 21:11:23 +00:00
7c6f434c
5537745afa
sbcl: 2.4.9 -> 2.4.10 (#352697) 2024-11-02 14:00:40 +00:00
Shogo Takata
7a35c1a09d
circt: move to pkgs/by-name 2024-11-02 16:33:47 +09:00
Audrey Dutcher
7f179a1b12
rustc: do not force compilation with libunwind on FreeBSD
FreeBSD's unwind libs are named "libgcc" despite being llvm in origin
and come from the FreeBSD source tree.
2024-11-02 05:39:17 +00:00
Audrey Dutcher
88f09c87d3
rustc: fix cross compilation of LLVM with shared libs
The PR which fixed `useLLVM` native rustc builds (#320432)
also broke cross builds.

The C compiler it used to produce `llvmShared` and `llvmPackages`,
`llvmPackages.clangUseLLVM`, was built to run on the host
and create binaries for the target (`pkgsHostTarget`).
Instead, the compiler should be built to run on the build
machine and produce binaries for the host machine (`pkgsBuildHost`).

Replace the overridden compilers with ones from `pkgsBuildHost`

Co-Authored-By: Artemis Tosini <me@artem.ist>
2024-11-02 05:39:17 +00:00
Tomo
558dafdd0d javacard-devkit: drop
Had a dependency on the Oracle JDK,
as well as being several years out-of-date.
2024-11-02 02:56:09 +00:00