figsoda
fcdf10cd12
zig: restore with lib.maintainers;
...
This reverts 8315e00d46
2023-08-22 10:09:56 +00:00
github-actions[bot]
602e1b2392
Merge staging-next into staging
2023-08-22 06:01:39 +00:00
Theodore Ni
174e4f41b4
Merge pull request #247066 from reckenrode/compiler-rt-static
...
llvmPackages_16.compiler-rt: fix static build on Darwin
2023-08-21 19:36:50 -07:00
Anderson Torres
ebb4d8a13f
zig-shell-completions: refactor
...
- Use rec-less, overlay-style overridable recursive attributes (in effect since
https://github.com/NixOS/nixpkgs/pull/119942 );
- Remove nested with (according to
https://nix.dev/anti-patterns/language#with-attrset-expression );
- Add updateScript.
2023-08-22 02:08:01 +00:00
Anderson Torres
fd774bd82b
zig.hook: reword
2023-08-22 02:08:01 +00:00
Anderson Torres
b058a2fc29
zig: remove with lib
2023-08-22 02:08:01 +00:00
Randy Eckenrode
761aa9bf9f
llvmPackages_16.compiler-rt: fix static build on Darwin
...
This fixes two issues on Darwin to allow pkgsStatic to work with LLVM 16
* It fixes an infinite recursion where Darwin was using a regular stdenv
to build compiler-rt instead of one without compiler-rt; and
* It disables sanitizers that won’t build statically and makes sure the
build can find the cross-lipo.
2023-08-21 21:51:35 -04:00
Someone Serge
065f90d25c
cudaPackages.autoAddOpenGLRunpathHook: don't skip shared libraries
2023-08-22 03:14:47 +03:00
github-actions[bot]
7946d3b039
Merge staging-next into staging
2023-08-21 18:01:26 +00:00
figsoda
ad956977da
Merge pull request #250232 from figsoda/august
2023-08-21 11:14:31 -04:00
github-actions[bot]
56f5b9fafc
Merge staging-next into staging
2023-08-21 12:01:35 +00:00
Aaron Jheng
9182fed84c
zig-shell-completions: init at unstable-2023-08-17
2023-08-21 11:36:49 +00:00
Adam Joseph
e61c8da98d
Merge pull request #249707 from amjoseph-nixpkgs/pr/gcc/deduplicate
...
gcc: deduplicate version expressions
The last merge of `staging` into `master` caused a really nasty merge conflict here.
Since this is strictly cleanup (no change after eval), in order to prevent that from happening again I am merging this to both `master` and `staging`. It's much easier to rebase other patches past this one than it is to rebase this one past other patches.
2023-08-21 09:17:31 +00:00
Adam Joseph
1b0ed9f81b
gcc: patches: fix patch name
2023-08-20 23:43:45 -07:00
Adam Joseph
b955304456
gcc: patches: fix patch name
2023-08-20 23:43:19 -07:00
Emery Hemingway
380a34d03c
nim2: init 2.0.0
2023-08-21 07:32:46 +01:00
HuangYi
cbc976a97c
fix: install go.env in go_1_21
...
fix build error: "GOPROXY list is not the empty string, but contains no entries"
see: https://github.com/golang/go/issues/57179
2023-08-21 16:10:30 +10:00
Adam Joseph
8221d5f4e7
gcc: resolve merge conflict from staging
2023-08-20 23:00:03 -07:00
Adam Joseph
8f225b515f
gcc: match weird whack-a-mole per-version hash algorithm
2023-08-20 23:00:03 -07:00
Adam Joseph
de36365466
gcc: clean up version conditions
2023-08-20 23:00:03 -07:00
Adam Joseph
30171782b7
gcc: move version-map out of all-packages.nix, into pkgs/
2023-08-20 23:00:02 -07:00
Adam Joseph
911452ccbd
gcc: move patches attribute into patches/ subdirectory
2023-08-20 23:00:02 -07:00
Adam Joseph
95475034d5
gcc: if atLeast 4.8, use deduplicated version
2023-08-20 23:00:02 -07:00
Adam Joseph
beeb48d17a
gcc: if atLeast 4.9, use deduplicated version
2023-08-20 23:00:02 -07:00
Adam Joseph
920df10ab7
gcc: if atLeast 6, use deduplicated version
2023-08-20 23:00:02 -07:00
Adam Joseph
33f7f2c5aa
gcc: if atLeast 7, use deduplicated version
2023-08-20 23:00:01 -07:00
Adam Joseph
e7afebbc4c
gcc: if atLeast 8, use deduplicated version
2023-08-20 23:00:01 -07:00
Adam Joseph
4116fc3e6f
gcc: if atLeast 9, use deduplicated version
2023-08-20 23:00:01 -07:00
Adam Joseph
10ee71f582
gcc: if atLeast 10, use deduplicated version
2023-08-20 23:00:01 -07:00
Adam Joseph
72fe04286e
gcc: if atLeast 11, use deduplicated version
2023-08-20 23:00:00 -07:00
Adam Joseph
e9ece66a80
gcc: if atLeast 12, use deduplicated version
2023-08-20 23:00:00 -07:00
Adam Joseph
93d63aaa05
gcc: if atLeast 13, use deduplicated version
2023-08-20 23:00:00 -07:00
Adam Joseph
9dc9872922
gcc: default.nix: parameterize by version
2023-08-20 23:00:00 -07:00
Adam Joseph
57a2dfe646
gcc: default.nix: replace ../ with ./
2023-08-20 23:00:00 -07:00
Adam Joseph
671b761d05
gcc: cp ./13/default.nix ./default.nix
2023-08-20 22:59:59 -07:00
Adam Joseph
39b20be057
gcc: resolve merge conflict from staging
2023-08-20 22:59:20 -07:00
Adam Joseph
fa0fc88e0c
gcc: match weird whack-a-mole per-version hash algorithm
2023-08-20 22:59:20 -07:00
Adam Joseph
869b639285
gcc: clean up version conditions
2023-08-20 22:59:20 -07:00
Adam Joseph
02198751fa
gcc: move version-map out of all-packages.nix, into pkgs/
2023-08-20 22:59:20 -07:00
Adam Joseph
7367bb691d
gcc: move patches attribute into patches/ subdirectory
2023-08-20 22:59:19 -07:00
Adam Joseph
da87387073
gcc: if atLeast 4.8, use deduplicated version
2023-08-20 22:59:16 -07:00
Adam Joseph
8a4148a538
gcc: if atLeast 4.9, use deduplicated version
2023-08-20 22:59:16 -07:00
Adam Joseph
b505fb4711
gcc: if atLeast 6, use deduplicated version
2023-08-20 22:59:16 -07:00
Adam Joseph
b3d07e87d2
gcc: if atLeast 7, use deduplicated version
2023-08-20 22:59:15 -07:00
Adam Joseph
942d7ecf08
gcc: if atLeast 8, use deduplicated version
2023-08-20 22:59:15 -07:00
Adam Joseph
01902c7b45
gcc: if atLeast 9, use deduplicated version
2023-08-20 22:59:15 -07:00
Adam Joseph
c72e136046
gcc: if atLeast 10, use deduplicated version
2023-08-20 22:59:15 -07:00
Adam Joseph
8a822d6e5d
gcc: if atLeast 11, use deduplicated version
2023-08-20 22:59:14 -07:00
Adam Joseph
dc3eb566d1
gcc: if atLeast 12, use deduplicated version
2023-08-20 22:59:14 -07:00
Adam Joseph
c3bae705a9
gcc: if atLeast 13, use deduplicated version
2023-08-20 22:59:11 -07:00
Adam Joseph
59daa06947
gcc: default.nix: parameterize by version
2023-08-20 22:52:41 -07:00
Adam Joseph
2e16ac593a
gcc: default.nix: replace ../ with ./
2023-08-20 22:52:40 -07:00
Adam Joseph
0f7bf37e5a
gcc: cp ./13/default.nix ./default.nix
2023-08-20 22:52:40 -07:00
Theodore Ni
d494084017
Merge branch 'staging-next' into staging
...
Merging https://github.com/NixOS/nixpkgs/pull/245957 with https://github.com/NixOS/nixpkgs/pull/246022 .
2023-08-20 20:09:45 -07:00
zowoq
8ed712ec90
go_1_21: 1.21rc4 -> 1.21.0
...
Changelog: https://go.dev/doc/devel/release#go1.21
2023-08-21 08:02:30 +10:00
Vladimír Čunát
fc70e5a336
Merge #250296 : swift: update for cc-wrapper changes
...
...into staging-next
2023-08-20 21:36:24 +02:00
Theodore Ni
dab839357e
Merge branch 'master' into staging-next
...
Had to merge https://github.com/NixOS/nixpkgs/pull/245957 and
https://github.com/NixOS/nixpkgs/pull/247245 .
2023-08-20 12:01:22 -07:00
Janik
d2d2edea93
Merge pull request #245445 from kirillrdy/tinygo
2023-08-20 20:29:13 +02:00
Randy Eckenrode
e7cf9a7c45
swift: update for cc-wrapper changes
...
The Swift compiler derivation modifies the clang wrapper to use
`exec -a "$0"` to allow it to use the same binary for both `clang` and
`clang++`. The sed script it uses to do this fails after the cc-wrapper
changes in 6f2b3ba027
were merged.
This is fixed by updating `makeClangWrapper` to work with the cc-wrapper
changes by having Bash invoke a simple script that uses `exec -a "$0"`
to set the required name for clang.
This fixes the staging-next build failures with Swift on Darwin and Linux.
https://github.com/NixOS/nixpkgs/pull/248496#issuecomment-1676831102
2023-08-20 00:17:10 -04:00
figsoda
60195447f3
august: init at unstable-2023-08-13
...
https://github.com/yoav-lavi/august
2023-08-19 14:42:10 -04:00
github-actions[bot]
bb1bf988bc
Merge staging-next into staging
2023-08-19 12:01:31 +00:00
github-actions[bot]
d3b2560b73
Merge master into staging-next
2023-08-19 12:01:03 +00:00
Nick Cao
0fe1529f1a
julia_19: disable install check for aarch64-linux
2023-08-19 19:58:42 +08:00
Marek Fajkus
338decd50f
Merge pull request #250068 from dotlambda/elm-test-buildNpmPackage
...
elmPackages.elm-test: use buildNpmPackage
2023-08-19 13:47:31 +02:00
Mario Rodas
d998b83332
Merge pull request #248079 from marsam/update-fstar
...
fstar: 2023.02.01 -> 2023.04.25
2023-08-19 03:04:18 -05:00
Robert Schütz
5a5401dc95
elmPackages.elm-test: use buildNpmPackage
2023-08-18 17:34:58 -07:00
Theodore Ni
ece0953571
Merge branch 'staging-next' into staging
2023-08-18 16:02:27 -07:00
github-actions[bot]
d87ab3bf05
Merge master into staging-next
2023-08-18 12:01:03 +00:00
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
Vladimír Čunát
636fd56f69
Merge #248552 : gcc10, gcc13: patch-version bumps
...
...into staging-next
2023-08-18 06:48:53 +02:00
Laurent CaniBot
35473208fe
ligo: 0.71.1 -> 0.72.0
2023-08-17 14:33:27 +02:00
github-actions[bot]
3b76a64c44
Merge master into staging-next
2023-08-17 12:01:23 +00: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
Vladimír Čunát
5ecef4a6af
gcc13: update aarch64-darwin patch
2023-08-17 08:15:43 +02:00
github-actions[bot]
2e936d668c
Merge master into staging-next
2023-08-17 06:00:58 +00: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
github-actions[bot]
583df4e091
Merge master into staging-next
2023-08-16 18:01:01 +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
github-actions[bot]
3fb3f13d9b
Merge staging-next into staging
2023-08-15 06:01:55 +00:00
github-actions[bot]
df770ba961
Merge master into staging-next
2023-08-15 06:01:24 +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
Pol Dellaiera
3eb7f7a63b
Merge pull request #248683 from oxij/tree/source-root-continues-3
...
treewide: cleanup `sourceRoot` and `setSourceRoot` usage
2023-08-15 05:53:52 +02: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
github-actions[bot]
674c2b1920
Merge master into staging-next
2023-08-14 18:01:03 +00: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
github-actions[bot]
b782e1dc08
Merge master into staging-next
2023-08-14 06:00:58 +00: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
github-actions[bot]
12e030d6da
Merge master into staging-next
2023-08-13 18:00:59 +00:00
Francesco Gazzetta
259aceecef
lobster: 2023.9 -> 2023.11
...
Diff: https://github.com/aardappel/lobster/compare/v2023.9...v2023.11
2023-08-13 18:37:49 +02:00