3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

12098 commits

Author SHA1 Message Date
sternenseemann 4cec59e09c
Merge pull request #175170 from sternenseemann/ghc-9.2.3
haskell.compiler: ghc922 -> ghc923
2022-05-29 20:00:57 +02: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
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
Alexander Shpilkin f89bd409e9
smlnj,smlnjBootstrap: set meta.mainProgram 2022-05-28 14:48:53 +03: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 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
David Armstrong Lewis 87d9910cef gleam: 0.20.1 -> 0.21.0 2022-05-26 08:26:30 -04: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
Sandro b9c9593a88
Merge pull request #173304 from IvarWithoutBones/bump/dotnetmodule 2022-05-26 00:26:18 +02: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
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
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
Vladimír Čunát cb4e7fd9bc
gdc: nicer eval failure from versions >= 12
12 will also be copied into future versions;
these parts seem OK to be copied by default.
2022-05-23 16:24:25 +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