Commit Graph

47445 Commits

Author SHA1 Message Date
Ben Siraphob
259fa13d53 treewide: remove nativeBuildInputs that are in stdenv 2022-04-16 21:46:46 +03:00
github-actions[bot]
6b9c75bed5
Merge master into staging-next 2022-04-16 18:01:07 +00:00
Martin Weinelt
9a171b1137
Merge pull request #168877 from LibreCybernetics/staging-next-fixes 2022-04-16 19:17:56 +02:00
Fabián Heredia Montiel
3795a2f707 flatcc: add two -Wno-error for compilation on gcc11 and later 2022-04-16 11:11:46 -05:00
Fabián Heredia Montiel
fb73942a4e qt5: inherit stdenv for modules and override gcc version for qt512 and qt514 2022-04-16 10:56:03 -05:00
Benjamin Hipple
1d327b6d21
Merge pull request #168925 from xanderio/libnfc-1.8
libnfc: 1.7.1 -> 1.8.0
2022-04-16 11:43:52 -04:00
Alexander Sieg
228209d60b libnfc: 1.7.1 -> 1.8.0
https://github.com/nfc-tools/libnfc/blob/master/ChangeLog
2022-04-16 16:01:04 +02:00
github-actions[bot]
6be56bfc2e
Merge master into staging-next 2022-04-16 12:01:10 +00:00
Mark Vainomaa
9f4b7f2952
libpostal: mark supported on darwin 2022-04-16 15:00:45 +03:00
Martin Weinelt
009f4890e0
Merge pull request #168516 from Ericson2314/newer-wasi-libc 2022-04-16 13:02:07 +02:00
Sandro
1ca334d1c3
Merge pull request #168884 from SuperSandro2000/kde-frameworks-update-homepage
kde-frameworks: update homepage
2022-04-16 09:25:16 +02:00
Sandro
5e6bd5771b
kde-frameworks: update homepage 2022-04-16 08:45:50 +02:00
Martin Weinelt
2bd8fc9378 Merge remote-tracking branch 'origin/master' into staging-next 2022-04-16 00:52:15 +02:00
Robert Schütz
9ada55cec5 libsForQt5.mapbox-gl-native: fix build 2022-04-15 21:38:41 +00:00
Ben Siraphob
00a56ae464
Merge pull request #166511 from siraben/meson-buildinputs 2022-04-15 21:19:22 +00:00
Ben Siraphob
ff73ea1c8f
template-glib: fix buildInputs 2022-04-15 16:18:52 -05:00
Martin Weinelt
8aebdc9fe9
Merge pull request #168797 from LibreCybernetics/staging-next-fixes 2022-04-15 20:27:01 +02:00
github-actions[bot]
40f288fa90
Merge master into staging-next 2022-04-15 18:01:30 +00:00
Fabián Heredia Montiel
e7fd0ebfa9 cpp-ipfs-api: add -Wno-error flag to fix build on gcc11 2022-04-15 11:16:26 -05:00
Fabián Heredia Montiel
6833a14e6b clucene-core: use -std=c++11 2022-04-15 11:09:20 -05:00
Fabián Heredia Montiel
d320445a8c belle-sip: add extra Wno-error flag needed by gcc11 2022-04-15 11:09:20 -05:00
Brian Leung
aaffbf925c
spdlog: fix build on aarch64-darwin 2022-04-15 08:23:36 -07:00
Brian Leung
a839c59d4e
spdlog: 1.9.2 -> 1.10.0 2022-04-15 08:23:36 -07:00
Ben Siraphob
7c188d8bae
Merge pull request #162265 from siraben/smtcoq-init
coqPackages.trakt: init at 1.0, coqPackages.smtcoq: init at itp22
2022-04-15 14:44:17 +00:00
Robert Scott
7b9e43199e
Merge pull request #168346 from dotlambda/igraph-0.9.8
igraph: 0.9.7 -> 0.9.8
2022-04-15 15:03:19 +01:00
Martin Weinelt
a7fc5aaa76 Merge remote-tracking branch 'origin/master' into staging-next 2022-04-15 13:30:48 +02:00
ajs124
0b43a436fb
Merge pull request #164718 from lasandell/cubicsdr-0.2.7
cubicsdr: 0.2.5 -> 0.2.7
2022-04-15 12:03:24 +01:00
Markus Kowalewski
95d49fac4f
mpich: 4.0.1 -> 4.0.2 2022-04-15 12:10:03 +02:00
github-actions[bot]
eef7dee538
Merge master into staging-next 2022-04-15 06:01:16 +00:00
Sandro
f19b0a553d
Merge pull request #168573 from a-m-joseph/boost178-architecture-renaming
boost: fix taxonomy mistake, account taxonomy change in v1.78
2022-04-15 04:18:39 +02:00
Martin Weinelt
95fb30e575
Merge pull request #168508 from trofi/pcre-on-crossen
pcre, pcre2: autodetect jit support, don't force-enable
2022-04-15 03:49:08 +02:00
Martin Weinelt
ae0bb28468
Merge pull request #148539 from r-burns/gfortran-default-gcc
[staging] gfortran: default to same gcc version as stdenv
2022-04-15 03:47:09 +02:00
Justinas Stankevičius
2532909462
jellyfin-ffmpeg: init at 4.4.1-4, use as default for jellyfin (#151617)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-04-15 03:04:18 +02:00
Will Dietz
dde5b0ca7a
python3Packages.fenics: fix build, pin to older boost (#166728)
* python3Packages.fenics: fix build, pin to older boost

Looking at upstream, there are various issues with newer boost.
(At least some of them have been since fixed)

For now, fix the build by using a version of boost that works
with the current version.

Error here was complaining about `std::min_element`,
which is no longer available, apparently, due to newer boost
no longer (transitively) including <algorithm>.

This was added in C++17, so I'm not sure the cmake flag
specifying dolfin built with C++11 makes sense or is used.
Leaving for now :).

* nixos/tests/fenics: fix name of machine/node in script

Still fails for now.

* python3Packages.fenics: fix accidentally changed strings in subst

Looks like in migration to pkg-config this was erroneously
changed from `pkgconfig` (python package, and source string)
to `pkg-config` (nix package name, tool name).
(see 9bb3fccb5b)

Fixes the NixOS test.
2022-04-14 19:37:20 -05:00
Anderson Torres
ccb9653427
Merge pull request #168648 from AndersonTorres/new-vivarium
tomlc99: init at 0.pre+date=2022-04-04
tomlcpp: init at 0.pre+date=2022-05-01
2022-04-14 21:08:20 -03:00
github-actions[bot]
1c0229dbfd
Merge staging-next into staging 2022-04-15 00:03:21 +00:00
Niklas Hambüchen
0a9c88ab30
Merge pull request #167301 from lourkeur/update/ghc_filesystem
ghc_filesystem: 1.5.6 -> 1.5.12
2022-04-14 22:42:22 +02:00
github-actions[bot]
795332a20e
Merge staging-next into staging 2022-04-14 18:01:48 +00:00
John Ericson
942f536c76 wasilibc: unstable-2021-09-23 -> unstable-2022-04-12
Done in response to a few PRs which I made to wasi-libc to make things
better for downstream packagers like us.
2022-04-14 17:06:34 +00:00
Thomas Tuegel
6bb4f38513
Merge pull request #168603 from wineee/polkit-qt
polkit-qt-1: 0.113.0 -> 0.114.0
2022-04-14 11:02:29 -05:00
AndersonTorres
8d9d486be2 tomlcpp: init at 0.pre+date=2022-05-01 2022-04-14 12:59:07 -03:00
Ryan Mulligan
cb80b946a4
Merge pull request #168310 from r-ryantm/auto-update/gtk-frdp
gtk-frdp: unstable-2022-04-07 -> unstable-2022-04-11, gnome-connections: 42.1.1 -> 42.1.2
2022-04-14 08:23:43 -07:00
AndersonTorres
ebad91bd17 tomlc99: init at 0.pre+date=2022-04-04 2022-04-14 12:17:20 -03:00
Thomas Tuegel
e516ffb990
Merge pull request #168524 from willcohen/qt-5.14-darwin
qt5, libsForQt5: 5.12 -> 5.14 on darwin
2022-04-14 09:25:35 -05:00
rewine
d4e28b604b polkit-qt-1: 0.113.0 -> 0.114.0 2022-04-14 16:51:46 +08:00
Vladimír Čunát
d5d94127fd
Merge branch 'staging-next' into staging
Minor conflicts; I hope I didn't mess up:
	pkgs/development/tools/misc/binutils/default.nix
	pkgs/games/openjk/default.nix
2022-04-14 09:53:21 +02:00
Vladimír Čunát
43c910047f
Merge #168470: libarchive: 3.6.0 -> 3.6.1 (into staging) 2022-04-14 09:43:40 +02:00
Adam Joseph
5952698e53 boost: fix taxonomy mistake, account taxonomy change in v1.78
This commit makes two changes:

1. Boost changed its taxonomy for architecture names between the 1.77 and
   1.78 releases, in this commit:

   6edc8184a7

2. During the review of #161162 I [was asked about][1] the source of
   the [mips64-context.patch][2] that I had included in the original
   version of the PR.  I searched through the boost-context revision
   history and found [a nearly identical patch][3], which I
   substituted in the final, merged version of the PR.

   As it turns out, my [mips64-context.patch][2] was an earlier
   revision of what was eventually accepted to boost-context.  The
   only difference between the two patches is the name they use:
   mips64 vs mips1.

   When switching to the accepted version of the boost patch, I should
   have also updated libraries/boost/generic.nix to change mips64 to
   mips1.  This commit does that.

[1]: https://github.com/NixOS/nixpkgs/pull/161162#discussion_r847903087
[2]: https://raw.githubusercontent.com/a-m-joseph/nixpkgs/1ca5025945470ce96408552b9117674b12efaf04/pkgs/development/libraries/boost/mips64-context.patch
[3]: e3f744a186.patch
2022-04-13 21:56:44 -07:00
AndersonTorres
46fe96c68d libarchive: rewriting 2022-04-14 01:50:44 -03:00
AndersonTorres
a1f6164c1d libarchive: 3.6.0 -> 3.6.1 2022-04-14 00:35:01 -03:00