github-actions[bot]
04a9fe98e1
Merge master into haskell-updates
2024-06-15 00:13:32 +00:00
Weijia Wang
e7bd915c7b
Merge pull request #318592 from hzeller/feature-20240609-synlig-broken-after-yosys38
...
synlig: broken after yosys 0.38
2024-06-14 23:01:35 +02:00
Silvan Mosberger
c572d05e10
reason.tests.hello: Prevent unnecessary rebuilds
...
E.g. from Nix file changes
2024-06-14 22:39:48 +02:00
github-actions[bot]
85a9715838
Merge master into haskell-updates
2024-06-14 00:13:38 +00:00
Pol Dellaiera
5fcbe6f961
Merge pull request #316045 from ExpidusOS/fix/llvm-liblldb-origin
...
llvmPackages_{12,13,14,15,16,17,18,git}.lldb: add patch to remove origin variable
2024-06-13 09:48:30 +02:00
sternenseemann
076e3657a4
Merge master into haskell-updates
2024-06-13 00:58:47 +02:00
sternenseemann
8ebd50f67a
haskell.compiler.*: calculate tool path using common function
...
This refactor should simplify the code a little bit and make future
changes easier. I. e. for cross compiling GHC we'll have to update the
tools in the GHC settings file and calculate the host->target tool paths
for later use. Having a ready function for this will make this a lot
easier.
2024-06-13 00:06:49 +02:00
sternenseemann
702d636d78
haskell.compiler.ghc948: fix expression file name
...
This is a left over to do from #308776 . Rebasing existing PR (prior
to #308776 ) would need to be rebased on a change before the commit
included in this PR.
2024-06-13 00:00:53 +02:00
github-actions[bot]
fddadbd234
Merge master into staging-next
2024-06-12 12:01:10 +00:00
Wolfgang Walther
d913a66f27
ocaml: remove left-over builder.sh
...
This file was last used in 3.08.0.nix removed in #114848 3 years ago.
2024-06-12 09:02:08 +02:00
github-actions[bot]
3f15695b1a
Merge master into haskell-updates
2024-06-12 00:13:53 +00:00
github-actions[bot]
477d2d32ff
Merge master into staging-next
2024-06-12 00:02:10 +00:00
Weijia Wang
2da9bfe297
Merge pull request #318646 from hraban/clasp/mainprogram
...
clasp-common-lisp: set meta.mainProgram
2024-06-12 00:27:54 +02:00
github-actions[bot]
8a0c4944e5
Merge master into haskell-updates
2024-06-11 00:13:52 +00:00
github-actions[bot]
0cc78468fa
Merge master into staging-next
2024-06-10 18:01:13 +00:00
Weijia Wang
6b3e993082
Merge pull request #318396 from ExpidusOS/feat/flutter-3.22.2
...
flutter322: 3.22.0 -> 3.22.2
2024-06-10 17:38:54 +02:00
Weijia Wang
00b403bd95
Merge pull request #318128 from r-ryantm/auto-update/mlkit
...
mlkit: 4.7.10 -> 4.7.11
2024-06-10 17:04:41 +02:00
Weijia Wang
e97faf91e3
Merge pull request #318249 from r-ryantm/auto-update/circt
...
circt: 1.75.0 -> 1.76.0
2024-06-10 16:58:22 +02:00
github-actions[bot]
51bd20f7c4
Merge master into haskell-updates
2024-06-10 00:14:27 +00:00
Hraban Luyat
bbbca25450
clasp-common-lisp: set meta.mainProgram
2024-06-09 19:44:10 -04:00
Alyssa Ross
3df6bb2c85
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/applications/blockchains/polkadot/default.nix
2024-06-09 22:47:12 +01:00
Alexis Hildebrandt
f8c4a98e8e
treewide: Remove the definite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Alexis Hildebrandt
bf995e3641
treewide: Remove ending period from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
github-actions[bot]
5aea0ef461
Merge master into staging-next
2024-06-09 18:00:55 +00:00
Henner Zeller
c6a7d7a0cd
synlig: broken after yosys 0.38
...
Synlig is currently not compaetible with newer versions of Yosys,
so marking it broken to allow #297531 to proceed.
2024-06-09 10:49:08 -07:00
Weijia Wang
bff605542a
Merge pull request #317077 from r-ryantm/auto-update/stanc
...
stanc: 2.34.0 -> 2.35.0
2024-06-09 17:52:17 +02:00
Vladimír Čunát
b45d7259e5
Merge #318447 : rustc: disable wasm32 if some gcc options are set
...
...into staging-next
2024-06-09 08:36:41 +02:00
Alyssa Ross
bf13eca852
rustc: disable wasm32 if some gcc options are set
...
This is a temporary fix to get rustc building again with these
configurations (which notably include the default aarch64-darwin one)
without causing a stdenv rebuild. The real fix will be to avoid
passing these options through the Clang wrapper when the target is
overridden.
It could be that there are packages that need wasm32-unknown-unknown
beyond those I've marked as broken here — it's impossible to be sure
without a full rebuild. But this should be most of them.
2024-06-09 07:20:18 +01:00
Tristan Ross
2dc4e52d20
flutter322: 3.22.0 -> 3.22.2
2024-06-08 18:21:46 -07:00
github-actions[bot]
b26f1fed60
Merge master into haskell-updates
2024-06-09 00:15:43 +00:00
github-actions[bot]
4f7f1065a7
Merge master into staging-next
2024-06-09 00:03:04 +00:00
Nick Cao
2a823de133
Merge pull request #318350 from MilesCranmer/julia-target-settings
...
julia: update JULIA_CPU_TARGET from latest upstream settings
2024-06-08 19:49:54 -04:00
sternenseemann
c23d3f1daf
Merge branch master into haskell-updates
2024-06-09 01:36:13 +02:00
Tom Sydney Kerckhove
6457cf0c01
haskell.compiler.ghc96: hadrian patch fix for fully_static
2024-06-08 22:10:06 +02:00
R. Ryantm
73aa0c5469
cmdstan: 2.34.1 -> 2.35.0
2024-06-08 22:07:59 +02:00
sternenseemann
b989a6b12c
Merge pull request #315167 from NixOS/haskell-updates
...
haskellPackages: GHC 9.10 fix, infrastructure improvements
2024-06-08 21:57:22 +02:00
MilesCranmer
5d99a8dc80
julia: update JULIA_CPU_TARGET from latest upstream settings
2024-06-08 20:53:49 +01:00
github-actions[bot]
e807ccccb1
Merge master into staging-next
2024-06-08 18:01:00 +00:00
Doron Behar
a07fdd5625
Merge pull request #306616 from jlesquembre/jl/jdk
...
openjdk22: add updateScript
2024-06-08 20:01:25 +03:00
sternenseemann
50848d126c
Merge branch master into haskell-updates
2024-06-08 17:32:17 +02:00
R. Ryantm
bc90ac0c87
circt: 1.75.0 -> 1.76.0
2024-06-08 10:54:05 +00:00
github-actions[bot]
44ae720e20
Merge master into staging-next
2024-06-08 06:01:03 +00:00
Peder Bergebakken Sundt
50c6933c79
Merge pull request #293417 from jtbx-prs/ldc-1.37.0
...
ldc: 1.36.0 -> 1.38.0, clean up
2024-06-08 03:35:01 +02:00
github-actions[bot]
26e3a02633
Merge master into haskell-updates
2024-06-08 00:14:17 +00:00
github-actions[bot]
f22f5c2c0c
Merge master into staging-next
2024-06-08 00:02:16 +00:00
R. Ryantm
55a3c7e3cf
mlkit: 4.7.10 -> 4.7.11
2024-06-07 23:14:18 +00:00
David McFarland
a88d0a1473
Merge pull request #317856 from corngood/dotnet-9-upgrade
...
dotnet: upgrade .net 9 to preview 4
2024-06-07 18:40:53 -03:00
José Luis Lafuente
3c4938ddd2
openjdk22: add updateScript
2024-06-07 22:36:31 +02:00
github-actions[bot]
c72bae2be7
Merge master into staging-next
2024-06-07 18:01:28 +00:00