about summary refs log tree commit diff
path: root/pkgs/development/compilers
AgeCommit message (Collapse)AuthorFilesLines
2022-06-04Merge #176100: openjfx11, openjfx15: add -fcommon workaroundVladimír Čunát2-4/+17
2022-06-04Merge remote-tracking branch 'origin/master' into haskell-updatessternenseemann1-0/+3
2022-06-04Merge pull request #176191 from trofi/workaround-fno-common-for-eliTimo Kaufmann1-0/+3
eli: add -fcommon workaround
2022-06-04eli: add -fcommon workaroundSergei Trofimovich1-0/+3
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-04Merge master into haskell-updatesgithub-actions[bot]9-0/+54
2022-06-03Merge pull request #175121 from trofi/workaround-fno-common-for-ocamlSandro9-0/+54
ocaml-ng.ocamlPackages_4_00_1.ocaml, ocaml-ng.ocamlPackages_4_08.ocam…
2022-06-03openjfx11, openjfx15: add -fcommon workaroundSergei Trofimovich2-4/+17
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-03Merge master into haskell-updatesgithub-actions[bot]2-3/+5
2022-06-02Merge pull request #175865 from reckenrode/darwin-mono-fixRick van Schijndel2-3/+5
mono: fix build on Darwin
2022-06-02Merge remote-tracking branch 'origin/master' into haskell-updatessternenseemann4-17/+19
2022-06-01mono: fix broken mono4 build on DarwinRandy Eckenrode1-2/+2
2022-06-01mono: be more precise in flagging broken buildsRandy Eckenrode1-1/+3
2022-06-01Merge remote-tracking branch 'origin/master' into haskell-updatessternenseemann1-2/+2
2022-06-01Merge master into staging-nextgithub-actions[bot]1-2/+2
2022-06-01koka: 2.3.8 -> 2.4.0Ben Siraphob1-2/+2
2022-05-31Merge master into haskell-updatesgithub-actions[bot]31-411/+1248
2022-05-30Merge master into staging-nextgithub-actions[bot]30-411/+1197
2022-05-30Merge pull request #174985 from NoRedInk/add-elm-pagesMarek Fajkus5-406/+1162
elmPackages.elm-pages: init at 2.1.11
2022-05-30elmPackages.elm-pages: init at 2.1.11Jinnah Ali-Clarke5-406/+1162
`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-30Merge pull request #173671 from Mindavi/treewide/broken-zhfJanne Heß25-5/+35
treewide: start marking packages broken
2022-05-30Merge master into staging-nextgithub-actions[bot]1-0/+51
2022-05-30swift: mark brokenRick van Schijndel1-0/+1
2022-05-30treewide: pkgs/development: mark broken for aarch64-linuxRick van Schijndel6-4/+9
2022-05-30treewide: mark broken for darwinRick van Schijndel1-1/+1
2022-05-30treewide: pkgs/development/compilers: mark broken for darwinRick van Schijndel16-1/+19
2022-05-30Merge pull request #173782 from ranfdev/blueprintJan Tojnar1-0/+51
blueprint-compiler: init at 0.1.0
2022-05-30Merge master into haskell-updatesgithub-actions[bot]2-4/+86
2022-05-30Merge master into staging-nextgithub-actions[bot]1-4/+26
2022-05-29Merge pull request #173110 from symphorien/ovmf-crossGuillaume Girol1-4/+26
nixos/libvirtd: make it possible to boot a UEFI aarch64 vm on x86_64
2022-05-29ghc: use CXX=c++, not CXX=cxxSergei Trofimovich5-5/+5
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-29Merge master into staging-nextgithub-actions[bot]3-0/+62
2022-05-29Merge pull request #175170 from sternenseemann/ghc-9.2.3sternenseemann1-2/+8
haskell.compiler: ghc922 -> ghc923
2022-05-29firrtl: init at 1.5.3 (#171065)Will Dietz1-0/+60
2022-05-29Merge pull request #175117 from alexshpilkin/smlnj-mainProgramMario Rodas2-0/+2
smlnj,smlnjBootstrap: set meta.mainProgram
2022-05-29Merge master into staging-nextgithub-actions[bot]3-5/+12
2022-05-29ccl: mark broken on x86_64-darwinRick van Schijndel1-0/+2
2022-05-29bigloo: mark broken on x86_64 DarwinRick van Schijndel1-0/+4
2022-05-29Merge #174125: gdc: nicer eval failure from versions >= 12Vladimír Čunát1-2/+9
2022-05-29ocamlPackages: rename sedlex_2 into sedlexVincent Laporte2-3/+3
2022-05-28haskell.compiler: ghc922 -> ghc923sternenseemann1-2/+8
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-28blueprint-compiler: init at 0.1.0ranfdev1-0/+51
This package is needed by many new gtk apps.
2022-05-28ocaml-ng.ocamlPackages_4_00_1.ocaml, ocaml-ng.ocamlPackages_4_08.ocaml: add ↵Sergei Trofimovich9-0/+54
-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-28smlnj,smlnjBootstrap: set meta.mainProgramAlexander Shpilkin2-0/+2
2022-05-27Merge staging-next into staginggithub-actions[bot]4-8/+6
2022-05-27Merge pull request #172744 from NixOS/vala_0.56_defaultJan Tojnar1-1/+1
vala: default to vala_0_56
2022-05-27Merge pull request #174708 from rikhuijzer/rh/julia-1.7.3Sandro1-2/+2
julia_17-bin: 1.7.2 -> 1.7.3
2022-05-27Merge pull request #174857 from cdepillabout/purescript-updatesSandro1-1/+1
purescript: update script only considers full releases
2022-05-27go_1_18: fix pkgsCross.raspberryPi.pkgsBuildHost.go_1_18 (#174612)Artturi2-0/+2
2022-05-27Merge pull request #172391 from Artturin/deprecate-stdenv-glibcArtturi1-3/+1
2022-05-27Merge pull request #174413 from r-ryantm/auto-update/abcl7c6f434c1-2/+2
abcl: 1.8.0 -> 1.9.0