Commit graph

12075 commits

Author SHA1 Message Date
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
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
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
Ben Siraphob
d0a10cce7f
Merge pull request #173118 from trofi/fix-fno-common-for-flasm 2022-05-23 21:57:22 -07: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
Janne Heß
3673f148b3
Merge remote-tracking branch 'origin/staging-next'
* origin/staging-next: (62 commits)
  Re-Revert "lua: fix on darwin by using makeBinaryWrapper (#172749)"
  openldap: fix cross-compilation
  makeBinaryWrapper: fix codesign on aarch64-darwin
  python3Packages.ldap: fix linking with openldap 2.5+
  Revert "lua: fix on darwin by using makeBinaryWrapper (#172749)"
  wine: enable parallel build again
  pkgsi686Linux.gdb: fix formatting for 32-bit systems
  gtk4: Fix incorrect merge
  nixos/openldap: use upstream unit defaults
  openldap: update maintainers
  openldap: 2.4.58 -> 2.6.2
  Revert "Add mingwW64-llvm cross-system."
  lua: fix on darwin by using makeBinaryWrapper (#172749)
  python310Packages.python-mimeparse: execute tests
  pandas: fix darwin build
  gtk3: 3.24.33 -> 3.24.33-2022-03-11
  gtk4: patch fixing g-c-c crashes
  e2fsprogs: patch for CVE-2022-1304
  firefox-unwrapped: fix cross compilation
  rustc: expose correct llvmPackages for cross compile
  ...
2022-05-23 19:56:59 +02:00
ajs124
3d97e079df
Merge pull request #168618 from Luflosi/update/nextpnr
nextpnr: 2022.01.03 -> 0.3
2022-05-23 19:06:16 +02:00
Ivv
608d595855
Merge pull request #173116 from mdarocha/dotnet-6-update
dotnet-sdk: 6.0.202 -> 6.0.300
2022-05-23 17:43:41 +02:00
Artturi
e00bb60b19
Merge pull request #173430 from Artturin/fetchzippost 2022-05-23 18:25:50 +03:00
mdarocha
5258230d4e inklecate: update dependencies 2022-05-23 17:09:19 +02:00
Artturin
b3caa2f1fe treewide: extraPostFetch -> postFetch 2022-05-23 17:18:50 +03:00
Francesco Gazzetta
6436bdeb7f gcc: add langD support to gcc 10 2022-05-23 16:09:25 +02:00
Ate Eskola
e4650d6d6c dmd: made derivation compile when overriding version to 2.084.1, 2.087.1 or 2.088.1. 2022-05-23 12:29:10 +03:00
github-actions[bot]
ba5122823c
Merge master into staging-next 2022-05-23 00:02:36 +00:00
revol-xut
2c54c0602d
lingua-franca: 0.1.0 -> 0.2.0 2022-05-23 00:24:33 +02:00
Artturin
d6d211b445 buildCrystalPackage: enableParallelBuilding 2022-05-22 22:30:45 +03:00
Ben Siraphob
e11b61dc42
Merge pull request #173975 from trofi/workaround-fno-common-for-miranda 2022-05-22 11:29:19 -07:00
github-actions[bot]
107b6041bc
Merge master into staging-next 2022-05-22 18:01:20 +00:00
ajs124
b7a56be514
go_1_16: remove 2022-05-22 15:22:11 +00:00
mdarocha
1458666fa1 dotnet-sdk: 6.0.202 -> 6.0.300 2022-05-22 17:12:13 +02:00
Sergei Trofimovich
c882821dd4 mkcl: pull upstream fix for -fno-common toolchains
Without the change build on upstream gcc-10 fails as:

    ld: mkclgc.a(pthread_start.o):(.bss+0x0): multiple definition of
      `MK_GC_jmp_buf'; mkclgc.a(alloc.o):(.bss+0xc0): first defined here
2022-05-22 11:28:27 +01:00
Sergei Trofimovich
24241c7ded miranda: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: types.o:(.bss+0x11b0): multiple definition of `current_file'; y.tab.o:(.bss+0x70): first defined here
2022-05-22 11:21:35 +01:00
github-actions[bot]
084f3d75e7
Merge master into staging-next 2022-05-21 18:01:06 +00:00
Anderson Torres
1caa263b72
Merge pull request #173857 from trofi/fix-fno-common-for-intercal
intercal: fix build on -fno-common toolchains
2022-05-21 12:56:05 -03:00
Jan Tojnar
b8b9f52393 Merge branch 'master' into staging-next
Conflicts:
- pkgs/applications/networking/browsers/firefox/common.nix between 318fae87c0 and f6c5761935.
2022-05-21 17:52:39 +02:00
Sergei Trofimovich
fced75ac03 intercal: fix build on -fno-common toolchains
Without the change build fails on upstream gcc-10 as:

    ld: parser.o:/build/intercal-0.31/parser.c:1501: multiple definition of
      `yydebug'; src/perpet.o:/build/intercal-0.31/src/perpet.c:88: first defined here
2022-05-21 10:59:28 +01:00
Dennis Gosnell
d06c3e06e5
Merge pull request #173489 from cdepillabout/purescript-0.15.2
purescript: 0.15.0 -> 0.15.2
2022-05-21 17:36:31 +09:00
Sergei Trofimovich
857a06674d
Merge pull request #173817 from trofi/fix-gcc-12-on-darwin
gcc12: fix substituteInPlace on darwin
2022-05-21 06:42:58 +00:00
Janne Heß
ef8a2dac90
Merge pull request #173755 from fgaz/gdc/match-gcc
gdc: match gcc version
2022-05-21 02:02:39 +02:00
Sergei Trofimovich
5d2d60e3e2 gcc12: fix substituteInPlace on darwin
gcc-12 did a mass rename from .c to .cc c++ files. As a result build fails as:

    substitute(): ERROR: file 'gcc/config/darwin-c.c' does not exist

Closes: https://github.com/NixOS/nixpkgs/issues/172877
2022-05-20 23:59:36 +01:00
github-actions[bot]
77bded3c43
Merge master into staging-next 2022-05-20 18:02:18 +00:00
Vladimír Čunát
f0d68829b2
Merge #173733: ber-metaocaml: apply glibc>=2.34 fix 2022-05-20 17:07:30 +02:00
github-actions[bot]
f5558d8fda
Merge master into staging-next 2022-05-20 12:01:25 +00:00
Francesco Gazzetta
c6ea401438 gdc: match gcc version
Programs compiled with gdc (such as tumiki-fighters and torus-trooper)
that depend on c++ libraries were failing with errors such as

/nix/store/3fqi6nigj8dkbvjnw8y4dy59gkq8vsj4-binutils-2.38/bin/ld: /nix/store/36960p41h83cwkcs2vpzg8ni39w4sc5m-bulletml-0.0.6/lib/libbulletml.so: undefined reference to `std::__throw_bad_array_new_length()@GLIBCXX_3.4.29'

because of the mismatch with the gcc version used to compile the
libraries.

This commit unpins the gcc version gdc is based on, so they are kept in
sync.

gdc9 was removed since no other package depends specifically on that
version
2022-05-20 13:49:55 +02:00
Roman Timushev
667e13c619 openjdk17: 17.0.1 -> 17.0.3 (darwin) 2022-05-20 11:14:06 +02:00
Adam Joseph
be15e454d8 ber-metaocaml: apply glibc>=2.34 fix from ocaml/4.07.nix 2022-05-20 02:00:26 -07:00
Rick van Schijndel
437fd89069
Merge pull request #157129 from muscaln/tinygo-0.22.0
tinygo: 0.16.0 -> 0.23.0
2022-05-20 08:11:26 +02:00
Mustafa Çalışkan
5e3d09b3b0 tinygo: 0.16.0 -> 0.23.0 2022-05-20 00:37:01 +03:00
github-actions[bot]
b833efbcd7
Merge master into staging-next 2022-05-19 18:06:51 +00:00
Sandro
ede2e8d91e
Merge pull request #173633 from trofi/fix-fno-common-for-ccl
ccl: pull upstream fix for -fno-common
2022-05-19 19:33:50 +02:00
Sandro
161a60ceb7
Merge pull request #172861 from vbgl/jasmin-2022.04
jasmin-compiler: 21.0 → 2022.04.0
2022-05-19 19:17:51 +02:00
Sergei Trofimovich
7470efb0d3 ccl: pull upstream fix for -fno-common
Without the change build fails on upstream gcc-10 as:

    ld: x86_print.o:/build/ccl/lisp-kernel/linuxx8664/../area.h:111: multiple definition of
      `tcr_area_lock'; pmcl-kernel.o:/build/ccl/lisp-kernel/linuxx8664/../area.h:111: first defined here
2022-05-19 15:56:05 +01:00
Vladimír Čunát
849559c557
Merge branch 'staging' (older version) into staging-next
The point is to bring in PR #173487 as intended by authors.
2022-05-19 15:51:44 +02:00
github-actions[bot]
bd83e4cf98
Merge master into staging-next 2022-05-19 12:01:54 +00:00
Sergei Trofimovich
b8b36a3fba
Merge pull request #173471 from trofi/workaround-fno-common-for-yap
yap: add -fcommon workaround
2022-05-19 07:17:36 +00:00
github-actions[bot]
39ddfff2f2
Merge staging-next into staging 2022-05-18 18:01:51 +00:00
github-actions[bot]
925219f62b
Merge master into staging-next 2022-05-18 18:01:13 +00:00