Commit Graph

12326 Commits

Author SHA1 Message Date
github-actions[bot]
2f880206cd
Merge master into haskell-updates 2022-06-18 00:14:09 +00:00
github-actions[bot]
f40a25207d
Merge staging-next into staging 2022-06-18 00:02:27 +00:00
Jan Tojnar
222bf23c35 Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/top-level/python-packages.nix
2022-06-17 20:30:43 +02:00
Dennis Gosnell
ee459502e1
Merge pull request #177938 from lf-/hyperlink-ghc-boot
ghc8.10.7-ghc9.2.3: hyperlink sources in base lib haddocks
2022-06-17 22:46:44 +09:00
Dennis Gosnell
1216d8e7ab
Merge pull request #176788 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2022-06-17 22:42:52 +09:00
github-actions[bot]
8ac32ac4de
Merge staging-next into staging 2022-06-17 12:01:56 +00:00
github-actions[bot]
f6b0f94b9e
Merge master into staging-next 2022-06-17 12:01:21 +00:00
Faye Duxovni
7b1e56acf0
binaryen: 102 -> 105; emscripten: 3.0.0 -> 3.1.10 (#172741)
* binaryen: 102 -> 105

* emscripten: 3.0.0 -> 3.1.10

* Backport emscripten-core/emscripten#16986 to fix emscriptenPackages.libxml2 build

* Fix patch url/hash

Co-authored-by: Will Cohen <willcohen@users.noreply.github.com>

Co-authored-by: Will Cohen <willcohen@users.noreply.github.com>
2022-06-17 13:45:29 +02:00
mdarocha
8cdc2dbf67 inklecate: update dependencies 2022-06-17 10:12:43 +02:00
mdarocha
31205f3339 dotnet-sdk: 6.0.300 -> 6.0.301 2022-06-17 10:12:42 +02:00
github-actions[bot]
f905e3999b
Merge master into haskell-updates 2022-06-17 00:12:29 +00:00
Jade Lovelace
2cf08210fd ghc8107-ghc923: patch haddock to generate correct source links
Previously links to external modules were jacked because haddock was
doing them wrong. I fixed this upstream in early May 2022 but it's not
out yet.
2022-06-16 16:39:42 -07:00
github-actions[bot]
46b42d9734
Merge staging-next into staging 2022-06-16 23:27:58 +00:00
github-actions[bot]
ccdd0f7af6
Merge master into staging-next 2022-06-16 23:27:22 +00:00
Jade Lovelace
fc1548e597 ghc8.10.7-ghc9.2.3: hyperlink sources in base lib haddocks
This was disabled basically by accident before.

The links are jacked, but that was is true for every package; it is not
unique to this PR. I fixed it upstream here:
https://github.com/haskell/haddock/pull/1482
but it's not in any release distributions yet I don't think.

Fixes #171841
2022-06-16 15:04:26 -07:00
Thiago Kenji Okada
b2f19ab3b5 graalvmXX-ce: use a patched version of zlib
The previous releases of zlib were not sensitive to incorrect CRC
inputs with bits set above the low 32. Some programs were depended on
this behavior, including GraalVM. So this commit backports a patch from
`zlib` develop that brings back the old behavior. This will probably
be included in the next release of zlib.

Before:

```
$ rm -rf ~/.babashka
$ bb -e "(babashka.pods/load-pod 'clj-kondo/clj-kondo \"2022.05.31\")"
Downloading pod clj-kondo/clj-kondo (2022.05.31)
----- Error --------------------------------------------------------------------
Type:     java.util.zip.ZipException
Message:  invalid entry CRC (expected 0x269cdf2c but got 0x13b86fd8)
Location: <expr>:1:1

----- Context ------------------------------------------------------------------
1: (babashka.pods/load-pod 'clj-kondo/clj-kondo "2022.05.31")
   ^--- invalid entry CRC (expected 0x269cdf2c but got 0x13b86fd8)

----- Stack trace --------------------------------------------------------------
babashka.pods.impl.resolver/unzip             - <built-in>
babashka.pods.impl.resolver/resolve/fn--30674 - <built-in>
clojure.core/mapv/fn--8535                    - <built-in>
clojure.core.protocols/fn--8244               - <built-in>
clojure.core.protocols/fn--8204/G--8199--8213 - <built-in>
... (run with --debug to see elided elements)
babashka.pods.sci/load-pod/fn--30887          - <built-in>
babashka.pods.sci/load-pod                    - <built-in>
clojure.core/apply                            - <built-in>
babashka.impl.pods/load-pod                   - <built-in>
user                                          - <expr>:1:1
```

After:

```
$ rm -rf ~/.babashka
$ ./result/bin/bb -e "(babashka.pods/load-pod 'clj-kondo/clj-kondo \"2022.05.31\")"
Downloading pod clj-kondo/clj-kondo (2022.05.31)
Successfully installed pod clj-kondo/clj-kondo (2022.05.31)
```

The issue should affect other programs using GraalVM, but this was the
test that I had at hand.
2022-06-16 11:27:34 +01:00
Dennis Gosnell
2533b1a2a6
Merge pull request #177489 from nomeata/joachim/ghcjs-base
haskell.packages.ghcjs.ghcjs-base: 0.2.0.3 → 0.2.1.0
2022-06-16 13:34:30 +09:00
github-actions[bot]
8c2f449ebc
Merge staging-next into staging 2022-06-15 00:02:51 +00:00
github-actions[bot]
4e74812c3a
Merge master into staging-next 2022-06-15 00:02:12 +00:00
zowoq
2ca29d0bee go: remove outdated patch 2022-06-15 08:50:32 +10:00
github-actions[bot]
659ec6f582
Merge staging-next into staging 2022-06-14 18:02:03 +00:00
github-actions[bot]
34bc19a1dc
Merge master into staging-next 2022-06-14 18:01:25 +00:00
Gabriel Ebner
188ca099b7
Merge pull request #176677 from toastal/mlton-20210107
mlton: 20180207 → 20210107
2022-06-14 14:05:58 +02:00
github-actions[bot]
fa46b52651
Merge staging-next into staging 2022-06-13 12:02:02 +00:00
github-actions[bot]
153ddcc04c
Merge master into staging-next 2022-06-13 12:01:23 +00:00
FliegendeWurst
c08c35ced3 adoptopenjdk-bin: mark meta.sourceProvenance 2022-06-13 18:55:15 +08:00
Joachim Breitner
8c77993daf haskell.packages.ghcjs.ghcjs-base: 0.2.0.3 → 0.2.1.0
the new upstream release makes it build with aeson-2.0.
2022-06-13 10:34:00 +02:00
Artturin
8132fb355a vala: fix cross 2022-06-13 04:45:43 +03:00
github-actions[bot]
dea522a1e7
Merge master into staging-next 2022-06-12 00:02:14 +00:00
Robert Scott
27d4500b61 gforth: unmark broken on darwin 2022-06-11 19:13:40 +01:00
Robert Scott
b71cff07a7 gforth: explicitly set lispdir
otherwise in situations where we don't have a working sandbox
(darwin), if /usr/share/emacs happens to exist, the install
phase will try to put its lisp files there and fail due to
permissions.
2022-06-11 19:13:29 +01:00
github-actions[bot]
1ff1108cce
Merge master into staging-next 2022-06-11 12:01:21 +00:00
pennae
1dfc20711a
Merge pull request #176405 from alyssais/kernel-cgit
treewide: update git.kernel.org/cgit homepage URLs
2022-06-11 07:01:58 +00:00
github-actions[bot]
0fff57e90d
Merge master into staging-next 2022-06-11 00:01:54 +00:00
Artturi
cbbd54c206
Merge pull request #174450 from r-ryantm/auto-update/closure-compiler
closurecompiler: 20220202 -> 20220502
2022-06-11 01:24:34 +03:00
Alyssa Ross
690125bd0a
treewide: update git.kernel.org/cgit homepage URLs
These are now redirects, and no longer git clone-able despite looking
like git repo URLs.  I've updated them to the new locations.
2022-06-10 19:46:39 +00:00
github-actions[bot]
eaf5f4483a
Merge staging-next into staging 2022-06-10 06:02:10 +00:00
Sergei Trofimovich
8bc1f617dd squeak: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: vm/vm.a(cogit.o):spur64src/vm/cogitX64SysV.c:2552: multiple definition of
      `traceStores'; vm/vm.a(gcc3x-cointerp.o):spur64src/vm/cogit.h:140: first defined here
2022-06-09 21:38:39 -05:00
Sandro
3343cad8c3
Merge pull request #175783 from elliottslaughter/terra-1.0.0-beta5 2022-06-10 02:06:44 +02:00
github-actions[bot]
15065572a9
Merge staging-next into staging 2022-06-10 00:02:50 +00:00
Sandro
646c74dd66
Merge pull request #176591 from misuzu/llvm-armv7l
llvmPackages/libllvm: disable failing tests on armv7l
2022-06-10 02:00:14 +02:00
Guillaume Maudoux
abf6439a3a
Merge pull request #176891 from malbarbo/fix-mozart2
mozart2: fix build.
2022-06-10 00:18:00 +02:00
John Ericson
9458f8031a
Merge pull request #176925 from Ericson2314/llvm-14-fix-broken-gnu-install-dirs
llvmPackages_14: Fix remaining broken gnu-install-dirs patches
2022-06-09 16:19:43 -04:00
Fabián Heredia Montiel
ce77121c76 kotlin-native: 1.6.21 → 1.7.0 2022-06-09 09:49:28 -05:00
Fabián Heredia Montiel
3060e296ca kotlin: 1.6.21 → 1.7.0 2022-06-09 09:49:28 -05:00
Jörg Thalheim
0f9d6e910e
Merge pull request #176951 from Mic92/go
go_1_17: 1.17.10 -> 1.17.11, go_1_18: 1.18.2 -> 1.18.3
2022-06-08 21:41:37 +01:00
Martin Weinelt
6451e9d4a5 Merge remote-tracking branch 'origin/staging-next' into staging 2022-06-08 22:22:26 +02:00
Sandro Jäckel
6e7fb72f0f
go_1_18: 1.18.2 -> 1.18.3 2022-06-08 22:03:34 +02:00
Sandro Jäckel
47016de7ef
go_1_17: 1.17.10 -> 1.17.11 2022-06-08 22:03:33 +02:00
John Ericson
942da65b07 llvmPackages_14: Fix remaining broken gnu-install-dirs patches 2022-06-08 16:43:04 +00:00
Thiago Kenji Okada
e2851dcdae
Merge pull request #176565 from necrophcodr/add-gmqcc
gmqcc: init at unstable-2021-07-09
2022-06-08 15:11:29 +01:00
necrophcodr
13712fce0e gmqcc: init at unstable-2021-07-09 2022-06-08 15:51:58 +02:00
Marco A L Barbosa
14dd8631b5 mozart2: fix build. 2022-06-08 09:32:08 -03:00
Sergei Trofimovich
b5644dfa57 gcl: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: ./libgclp.a(user_match.o):(.bss+0x18): multiple definition of
      `tf'; ./libpre_gcl.a(main.o):(.bss+0x326d90): first defined here
2022-06-08 08:38:15 +01:00
Elliott Slaughter
4d96447ebf terra: 1.0.0-beta3 -> 1.0.0-beta5
https://github.com/terralang/terra/releases/tag/release-1.0.0-beta5
https://github.com/terralang/terra/releases/tag/release-1.0.0-beta4
2022-06-07 09:53:06 -07:00
toastal
1eca09a8a1 mlton: 20180207 → 20210107 2022-06-07 13:34:26 +07:00
Sandro Jäckel
548ae98b58
dtc: fix python 3.10 compatibility 2022-06-06 11:46:16 -07:00
misuzu
f8c1774e25 llvm_11: disable tools/gold/X86/split-dwarf.ll test on armv7l 2022-06-06 20:33:50 +03:00
misuzu
67df7777e7 llvm_12: disable failing tests on armv7l 2022-06-06 20:33:49 +03:00
misuzu
b1b9ceaa95 llvm_13: disable tools/gold/X86/split-dwarf.ll test on armv7l 2022-06-06 20:33:49 +03:00
github-actions[bot]
c7b66f5659
Merge staging-next into staging 2022-06-06 00:05:10 +00:00
Vladimír Čunát
06b472c49f
gcc9: 9.3.0 -> 9.5.0
The issue from 9.4.0 on aarch64-linux seems gone.
2022-06-05 23:24:46 +02:00
Guillaume Girol
2c93e9de7c
Merge pull request #173136 from athas/ispc-1.18.0
ispc: unstable-2021-04-02 -> 1.18.0, (co-)maintain
2022-06-05 18:03:34 +00:00
Sandro
b5bbecc5fd
Merge pull request #176361 from misuzu/llvm-14-armv7l
llvmPackages/libllvm: disable failing tests on armv7l
2022-06-05 19:37:51 +02:00
Robert Scott
53573e4866
Merge pull request #176278 from risicle/ris-jar-source-provenance
treewide: set `sourceProvenance` for packages containing downloaded jars
2022-06-05 12:04:38 +01:00
misuzu
d7848386e5 llvmPackages/libllvm: disable failing tests on armv7l 2022-06-05 09:54:18 +03:00
Robert Scott
3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
Rick van Schijndel
231efecec5
Merge pull request #176000 from Smaug123/unbreak-dotnet
dotnet: mark dotnet unbroken on Darwin
2022-06-04 20:45:28 +02:00
Vladimír Čunát
9efa2f4e8b
Merge #176100: openjfx11, openjfx15: add -fcommon workaround 2022-06-04 15:31:33 +02:00
sternenseemann
1dc61f76fb Merge remote-tracking branch 'origin/master' into haskell-updates 2022-06-04 10:57:30 +02:00
Timo Kaufmann
12bcceeb58
Merge pull request #176191 from trofi/workaround-fno-common-for-eli
eli: add -fcommon workaround
2022-06-04 10:54:48 +02:00
Sergei Trofimovich
6f86eabf6d eli: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: cexp.o:(.bss+0x40): multiple definition of `obstck'; cccp.o:(.bss+0x0): first defined here
2022-06-04 06:51:58 +01:00
github-actions[bot]
9ebf890b3f
Merge master into haskell-updates 2022-06-04 00:13:01 +00:00
Sandro
3b36dfc0b3
Merge pull request #175121 from trofi/workaround-fno-common-for-ocaml
ocaml-ng.ocamlPackages_4_00_1.ocaml, ocaml-ng.ocamlPackages_4_08.ocam…
2022-06-03 20:41:35 +02:00
Sergei Trofimovich
e9e734bf17 openjfx11, openjfx15: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: gsttypefindelement.o:(.bss._gst_disable_registry_cache+0x0): multiple definition of
      `_gst_disable_registry_cache'; gst.o:(.bss._gst_disable_registry_cache+0x0): first defined here

openjfx17 is not affected.
2022-06-03 13:48:50 +01:00
github-actions[bot]
1a2bb9918a
Merge master into haskell-updates 2022-06-03 00:11:59 +00:00
Smaug123
699fe4c869 Mark dotnet unbroken 2022-06-02 21:52:02 +01:00
Rick van Schijndel
85572bc862
Merge pull request #175865 from reckenrode/darwin-mono-fix
mono: fix build on Darwin
2022-06-02 20:38:57 +02:00
Troels Henriksen
9332a7c99c ispc: unstable-2021-04-02 -> 1.18.0, (co-)maintain 2022-06-02 15:01:26 +02:00
sternenseemann
0d9edbcdd0 Merge remote-tracking branch 'origin/master' into haskell-updates 2022-06-02 10:48:49 +02:00
Randy Eckenrode
9ce157afc8
mono: fix broken mono4 build on Darwin 2022-06-01 18:30:17 -04:00
Randy Eckenrode
1622a6cdeb
mono: be more precise in flagging broken builds 2022-06-01 18:30:05 -04:00
sternenseemann
38c31bdbe5 Merge remote-tracking branch 'origin/master' into haskell-updates 2022-06-01 19:08:57 +02:00
github-actions[bot]
ebcaa0d01c
Merge master into staging-next 2022-06-01 12:01:27 +00:00
Ben Siraphob
c8367fb9d4 koka: 2.3.8 -> 2.4.0 2022-06-01 10:24:15 +02:00
github-actions[bot]
5250c9bcbc
Merge master into haskell-updates 2022-05-31 00:12:58 +00:00
github-actions[bot]
8d36a138eb
Merge master into staging-next 2022-05-30 18:01:09 +00:00
Marek Fajkus
35fc22e248
Merge pull request #174985 from NoRedInk/add-elm-pages
elmPackages.elm-pages: init at 2.1.11
2022-05-30 16:48:18 +02:00
Jinnah Ali-Clarke
d29cd82bfb elmPackages.elm-pages: init at 2.1.11
`node-packages.nix` was regenerated after having run `generate-node-packages.sh`
in order to pick up dependencies for `elm-pages`.  In addition, we add `elm`,
`elm-review`, and `elm-optimize-level-2` to the `PATH` for `elm-pages` since those
are needed at runtime.

A patch is also included to fix an issue where files are copied from the `nix-store`
as read-only (credit to @bcardiff for that fix).  An upstream issue
https://github.com/dillonkearns/elm-pages/issues/305 has been opened to track this.
2022-05-30 09:56:44 -04:00
Janne Heß
bfc5086ae9
Merge pull request #173671 from Mindavi/treewide/broken-zhf
treewide: start marking packages broken
2022-05-30 14:10:43 +02:00
github-actions[bot]
76b451751c
Merge master into staging-next 2022-05-30 12:01:31 +00:00
Rick van Schijndel
cd19a0e7b4
swift: mark broken 2022-05-30 13:42:59 +02:00
Rick van Schijndel
11ee22d797
treewide: pkgs/development: mark broken for aarch64-linux 2022-05-30 13:42:59 +02:00
Rick van Schijndel
010f6ee30d
treewide: mark broken for darwin 2022-05-30 13:42:58 +02:00
Rick van Schijndel
0b45cae8a3
treewide: pkgs/development/compilers: mark broken for darwin 2022-05-30 13:41:09 +02:00
Jan Tojnar
8407184d50
Merge pull request #173782 from ranfdev/blueprint
blueprint-compiler: init at 0.1.0
2022-05-30 12:46:04 +02:00
github-actions[bot]
b39ef64425
Merge master into haskell-updates 2022-05-30 00:15:31 +00:00
github-actions[bot]
45f972f086
Merge master into staging-next 2022-05-30 00:02:49 +00:00
Guillaume Girol
f2493e87d8
Merge pull request #173110 from symphorien/ovmf-cross
nixos/libvirtd: make it possible to boot a UEFI aarch64 vm on x86_64
2022-05-29 21:46:45 +00:00
Sergei Trofimovich
849d47a928 ghc: use CXX=c++, not CXX=cxx
Otherwise attempt to build ghcHEAD from local checkout fails as:

    $ nix build -L --impure --expr 'with import ~/nm {}; haskell.compiler.ghcHEAD.overrideAttrs (oa: { src = ./.; patches = []; nativeBuildInputs = oa.nativeBuildInputs ++ [ git ]; })' --keep-failed
    ...
    ghc> checking C++ standard library flavour... ./configure: line 11487: /nix/store/r7r10qvsqlnvbzjkjinvscjlahqbxifl-gcc-wrapper-11.3.0/bin/cxx: No such file or directory

I think 'cxx' is not provided by stdenv.
2022-05-29 20:02:53 +02:00
github-actions[bot]
1767ba1baa
Merge master into staging-next 2022-05-29 18:01:10 +00:00
sternenseemann
4cec59e09c
Merge pull request #175170 from sternenseemann/ghc-9.2.3
haskell.compiler: ghc922 -> ghc923
2022-05-29 20:00:57 +02:00
Will Dietz
bc6116b23f
firrtl: init at 1.5.3 (#171065) 2022-05-29 12:19:51 -05:00
Mario Rodas
546900ec11
Merge pull request #175117 from alexshpilkin/smlnj-mainProgram
smlnj,smlnjBootstrap: set meta.mainProgram
2022-05-29 07:27:30 -05:00
github-actions[bot]
d68aadb952
Merge master into staging-next 2022-05-29 12:01:24 +00:00
Rick van Schijndel
6d9a33741e ccl: mark broken on x86_64-darwin 2022-05-29 10:56:04 +02:00
Rick van Schijndel
8152b170e2 bigloo: mark broken on x86_64 Darwin 2022-05-29 10:56:03 +02:00
Vladimír Čunát
1bd2c1f8ff
Merge #174125: gdc: nicer eval failure from versions >= 12 2022-05-29 10:39:51 +02:00
Vincent Laporte
5637570f51 ocamlPackages: rename sedlex_2 into sedlex 2022-05-29 08:48:00 +02:00
sternenseemann
90099ac5fa haskell.compiler: ghc922 -> ghc923
https://www.haskell.org/ghc/download_ghc_9_2_3.html

Since the tarball is generated by Hadrian, neither autoreconf nor ./boot
is executed so ./configure and ghc.mk is missing.
2022-05-28 21:11:07 +02:00
ranfdev
7d4af5de40 blueprint-compiler: init at 0.1.0
This package is needed by many new gtk apps.
2022-05-28 16:21:12 +02:00
Sergei Trofimovich
1bdc32f970 ocaml-ng.ocamlPackages_4_00_1.ocaml, ocaml-ng.ocamlPackages_4_08.ocaml: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    $ nix build --impure --expr 'with import ./. {}; ocaml-ng.ocamlPackages_4_00_1.ocaml.overrideAttrs (oa: {   NIX_CFLAGS_COMPILE = (["-fno-common"] ++ [oa.NIX_CFLAGS_COMPILE or ""]); })'
    ...
    > ld: libcamlrun.a(startup.o):(.bss+0x800): multiple definition of `caml_code_fragments_table'; libcamlrun.a(backtrace.o):(.bss+0x20): first defined here
    > collect2: error: ld returned 1 exit status
2022-05-28 13:37:55 +01:00
Alexander Shpilkin
f89bd409e9
smlnj,smlnjBootstrap: set meta.mainProgram 2022-05-28 14:48:53 +03:00
github-actions[bot]
ff43d848bf
Merge staging-next into staging 2022-05-27 18:01:52 +00:00
Jan Tojnar
ec17070dc6
Merge pull request #172744 from NixOS/vala_0.56_default
vala: default to vala_0_56
2022-05-27 19:56:35 +02:00
Sandro
f622a9de13
Merge pull request #174708 from rikhuijzer/rh/julia-1.7.3
julia_17-bin: 1.7.2 -> 1.7.3
2022-05-27 19:37:17 +02:00
Sandro
79f4249f74
Merge pull request #174857 from cdepillabout/purescript-updates
purescript: update script only considers full releases
2022-05-27 18:49:28 +02:00
Artturi
47f8dbee96
go_1_18: fix pkgsCross.raspberryPi.pkgsBuildHost.go_1_18 (#174612) 2022-05-27 19:34:32 +03:00
Artturi
60a0871486
Merge pull request #172391 from Artturin/deprecate-stdenv-glibc 2022-05-27 17:56:19 +03:00
7c6f434c
591afa6994
Merge pull request #174413 from r-ryantm/auto-update/abcl
abcl: 1.8.0 -> 1.9.0
2022-05-27 13:45:13 +00:00
Dennis Gosnell
4b4115df70
purescript: update script only considers full releases
Make sure the purescript update script only considers full releases.
Before this change, the purescript update script would consider
prereleases as valid releases.  This caused the r-ryantm bot to
create PRs trying to update the purescript derivation in Nixpkgs
to prerelease versions.

See https://github.com/NixOS/nixpkgs/pull/174485#issuecomment-1137291664
and
https://discourse.purescript.org/t/purescript-continuous-prereleases/3006/2?u=cdepillabout
for slightly more information.
2022-05-27 13:40:36 +09:00
Artturin
c1fffdfffb treewide: change some glibc to stdenv.cc.libc 2022-05-27 05:57:43 +03:00
github-actions[bot]
7ed55e7bca
Merge staging-next into staging 2022-05-26 18:01:45 +00:00
David Armstrong Lewis
87d9910cef gleam: 0.20.1 -> 0.21.0 2022-05-26 08:26:30 -04:00
github-actions[bot]
d8aac1a80f
Merge staging-next into staging 2022-05-26 12:01:59 +00:00
Maciej Krüger
a97c7f7380
Merge pull request #172873 from schuelermine/update/flutter-dart 2022-05-26 13:45:12 +02:00
rikhuijzer
aaf942564a julia_17-bin: 1.7.2 -> 1.7.3 2022-05-26 12:38:26 +02:00
sternenseemann
8b5e372c97
Merge pull request #168113 from a-m-joseph/ispowerpc-becomes-ispower32
lib/systems/inspect.nix: replace isPowerPC with isPower32BigEndian
2022-05-26 11:44:39 +02:00
Adam Joseph
b3fe9c32f8 ber_metaocaml: n107 -> n111
The configure script has changed and no longer seems to provide a way
to specify the location of the x11 libraries or headers.  Therefore
these configure options have been dropped.
2022-05-26 09:41:10 +02:00
github-actions[bot]
f82caaee74
Merge staging-next into staging 2022-05-26 00:02:58 +00:00
Sandro
b9c9593a88
Merge pull request #173304 from IvarWithoutBones/bump/dotnetmodule 2022-05-26 00:26:18 +02:00
github-actions[bot]
ab6c34c083
Merge staging-next into staging 2022-05-25 18:01:56 +00:00
Artturin
0c4d65b21e treewide: stdenv.glibc -> glibc 2022-05-25 15:51:20 +03:00
Arnout Engelen
b27f78f56e
Merge pull request #171641 from raboof/rename-dotty-scala_3
dotty: rename to scala_3
2022-05-25 14:11:57 +02:00
github-actions[bot]
39a2f44695
Merge staging-next into staging 2022-05-25 12:02:16 +00:00
R. Ryantm
5dff481dba closurecompiler: 20220202 -> 20220502 2022-05-25 08:38:25 +00:00
Adam Joseph
c0085404bd lib/systems/inspect.nix: remove isPowerPC
Very confusingly, the `isPowerPC` predicate in
`lib/systems/inspect.nix` does *not* match `powerpc64le`!

This is because `isPowerPC` is defined as

  isPowerPC      = { cpu = cpuTypes.powerpc; };

Where `cpuTypes.powerpc` is:

  { bits = 32; significantByte = bigEndian; family = "power"; };

This means that the `isPowerPC` predicate actually only matches the
subset of machines marketed under this name which happen to be 32-bit
and running in big-endian mode which is equivalent to:

  with stdenv.hostPlatform; isPower && isBigEndian && is32bit

This seems like a sharp edge that people could easily cut themselves
on.  In fact, that has already happened: in
`linux/kernel/common-config.nix` there is a test which will always
fail:

  (stdenv.hostPlatform.isPowerPC && stdenv.hostPlatform.is64bit)

A more subtle case of the strict isPowerPC being used instead of the
moreg general isPower accidentally are the GHC expressions:

  Update pkgs/development/compilers/ghc/8.10.7.nix
  Update pkgs/development/compilers/ghc/8.8.4.nix
  Update pkgs/development/compilers/ghc/9.2.2.nix
  Update pkgs/development/compilers/ghc/9.0.2.nix
  Update pkgs/development/compilers/ghc/head.nix

Since the remaining legitimate use sites of isPowerPC are so few, remove
the isPowerPC predicate completely. The alternative expression above is
noted in the release notes as an alternative.

Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2022-05-25 09:45:42 +02:00
Sergei Trofimovich
408d3b418a
Merge pull request #173977 from trofi/fix-fno-common-for-mkcl
mkcl: pull upstream fix for -fno-common toolchains
2022-05-25 06:44:16 +00:00
R. Ryantm
b28eda04a2 abcl: 1.8.0 -> 1.9.0 2022-05-25 05:16:18 +00:00
github-actions[bot]
59d64381a5
Merge staging-next into staging 2022-05-25 00:04:08 +00:00
github-actions[bot]
6935cd110f
Merge staging-next into staging 2022-05-24 18:02:00 +00:00
Rafael Fernández López
7397e96f1e
unison-ucm: M2j -> M2l 2022-05-24 19:58:08 +02:00
Adam Joseph
4b8488f72a ber-metaocaml: make useX11 be a parameter rather than a let-binding
This allows callers to choose the value of useX11 themselves, for
example in config.nix.
2022-05-24 18:09:50 +02:00
github-actions[bot]
2e043cf685
Merge staging-next into staging 2022-05-24 06:01:54 +00:00
Ben Siraphob
d0a10cce7f
Merge pull request #173118 from trofi/fix-fno-common-for-flasm 2022-05-23 21:57:22 -07:00
github-actions[bot]
574f2d4696
Merge staging-next into staging 2022-05-24 00:02:57 +00:00
Sandro
59a445b82f
Merge pull request #169205 from revol-xut/master
lingua-franca: 0.1.0-alpha -> 0.1.0-beta
2022-05-23 21:03:16 +02:00
Artturi
cf3cb4893f
Merge pull request #152988 from dukc/dmdLegacyFix 2022-05-23 21:17:47 +03:00
github-actions[bot]
fc9784b2f1
Merge staging-next into staging 2022-05-23 18:02:01 +00:00
github-actions[bot]
b30c12f45d
Merge master into staging-next 2022-05-23 18:01:20 +00:00