214243 Commits

Author SHA1 Message Date
Dmitry Kalinkin
6740593bdd
glibc: provide fallback for kernels with missing prlimit64
The current version of glibc implements support for kernels down to
3.2.0 (and we make sure to enable such support with apporopriate
--enable-kernel setting). The current RHEL6 operating system is based on
a maintained kernel based on 2.6.32 with lots of backports. We provide
basic support for this specific kernel by patching glibc to provide an
exception for this specific version of kernel. This allows for nixpkgs
software distribution to work on RHEL6 and it does so quite well with
almost no problems. There are, however, a few syscalls that are missing
in the 2.6.32 kernel, one of which is prlimit64. This commit provides a
fallback that uses an older {get,set}rlimit syscalls in cases when
prlimit64 is not available. This should streamline the experience for
nixpkgs users wanting to run it on RHEL6, namely, this fixes one of the
tests in findutils.

See also discussion in guix:
https://lists.gnu.org/archive/html/guix-devel/2018-03/msg00356.html
2020-03-01 17:33:27 -05:00
Thomas Tuegel
2cb48bb1c6
Merge pull request #80579 from mmilata/qt5-cmake-fix
qt5.qtbase: backport cmake macro fix (unbreaks FreeCAD build)
2020-02-24 09:22:24 -06:00
Cole Mickens
2f893b54bb pythonPackages.importlib-metadata: 1.3.0 -> 1.5.0 2020-02-23 22:35:59 -08:00
Peter Hoeg
2ddfc45235
Merge pull request #77071 from peterhoeg/git_emacs_files
git: upstream no longer ships .el files for emacs
2020-02-23 21:16:55 +08:00
worldofpeace
83b7dc4469
Merge pull request #80594 from worldofpeace/gnome-3.34.4-staging
Gnome updates staging
2020-02-22 23:51:54 -05:00
worldofpeace
dfa418772b vte: 0.58.2 -> 0.58.3 2020-02-22 18:27:33 -05:00
worldofpeace
8d2827fd53 tracker-miners: 2.3.1 -> 2.3.2 2020-02-22 18:27:32 -05:00
worldofpeace
9c1c68a96e tracker: 2.3.1 -> 2.3.2 2020-02-22 18:27:32 -05:00
worldofpeace
c6a1e23eb7 libsecret: 0.20.0 -> 0.20.1 2020-02-22 18:27:32 -05:00
worldofpeace
8bf3b33cf2 libpeas: 1.24.0 -> 1.24.1 2020-02-22 18:27:32 -05:00
worldofpeace
7e22c873a2 gtk3: 3.24.13 -> 3.24.14 2020-02-22 18:27:32 -05:00
worldofpeace
1e234806e1 grilo-plugins: 0.3.10 -> 0.3.11 2020-02-22 18:27:31 -05:00
worldofpeace
0def916454 grilo: 0.3.11 -> 0.3.12 2020-02-22 18:27:31 -05:00
worldofpeace
4ac9af7bd3 glib: 2.62.4 -> 2.62.5 2020-02-22 18:27:31 -05:00
worldofpeace
eef7600b20
Merge pull request #80623 from r-ryantm/auto-update/network-manager
networkmanager: 1.22.6 -> 1.22.8
2020-02-22 18:18:11 -05:00
Tor Hedin Brønner
00ac5d8ded
Merge pull request #80698 from hedning/p11-kit-0.23.20
p11-kit: 0.23.19 -> 0.23.20
2020-02-22 14:21:35 +01:00
Tor Hedin Brønner
bbbb49c450 p11-kit: 0.23.19 -> 0.23.20
Small bug fix release. Fixes a bunch of flatpak issues (eg. no playback
on spotify).

news: https://github.com/p11-glue/p11-kit/releases/tag/0.23.20
2020-02-21 09:00:45 +01:00
Jan Tojnar
f43ec582d4
Merge pull request #79997 from r-ryantm/auto-update/poppler-glib
poppler: 0.84.0 -> 0.85.0
2020-02-21 00:29:55 +01:00
Mario Rodas
df4d12626e
Merge pull request #80597 from r-ryantm/auto-update/gptfdisk
gptfdisk: 1.0.4 -> 1.0.5
2020-02-20 08:16:02 -05:00
R. RyanTM
d7ceb1738e networkmanager: 1.22.6 -> 1.22.8 2020-02-20 11:49:08 +00:00
Nikola Knezevic
6d8539c1d8 perl: Enable threading on darwin
Perl on darwin (and any other sane platform) has a pretty good threading
support, enable it.

As it turns out, we were building non-multithreaded perl on all systems,
since glibc was not part of the stdenv anymore:

    nix-repl> pkgs = import <nixpkgs> {}

    nix-repl> pkgs.stdenv ? glibc
    false

meaning that the comments were incorrect. Thus, clear up the confusion
and remove the misleading comments, while enabling multithreading by
default. The builds will fail on unsupported platforms, and in this case
the only place is the bootstrap, where we already force
non-multithreaded perl.

As a consequence of the above, this change will cause the full rebuild
of stdenv on all platforms, including linux.
2020-02-20 08:35:45 +01:00
Jonathan Ringer
cd97c055a0 python: execute pythonImportsCheckPhase in subshell
Execute in subshell so that the cwd returns back
to the original directory. This is important as
it enables pythonImportsCheck to work with checkPhase
2020-02-19 22:30:50 -08:00
R. RyanTM
b4f0854fcf gptfdisk: 1.0.4 -> 1.0.5 2020-02-20 03:05:17 +00:00
worldofpeace
df2d5fbad7 gjs: 1.58.4 -> 1.58.5 2020-02-19 21:28:09 -05:00
worldofpeace
fede9f643b folks: 0.13.1 -> 0.13.2 2020-02-19 21:28:09 -05:00
worldofpeace
1b24c1afcc gnome3.gnome-desktop: 3.34.2 -> 3.34.4 2020-02-19 21:28:08 -05:00
worldofpeace
504f8bffaa Merge branch 'staging-next' into staging 2020-02-19 21:27:20 -05:00
worldofpeace
42351ffeb9 Merge branch 'master' into staging-next 2020-02-19 21:25:18 -05:00
worldofpeace
e893358693
Merge pull request #80334 from hedning/gnome-3.34.4
Gnome 3.34.4
2020-02-19 20:57:49 -05:00
worldofpeace
f3fddcb9cc gnome3.gnome-boxes: 3.34.3 -> 3.34.4 2020-02-19 20:55:10 -05:00
Maximilian Bosch
e474ce247f
riot-web: add myself as maintainer 2020-02-20 02:50:23 +01:00
Shahrukh Khan
8acd3c804d
argocd: Fix build flags (#80545) 2020-02-19 15:48:39 -10:00
Maximilian Bosch
da45483b35
riot-web: 1.5.9 -> 1.5.10
https://github.com/vector-im/riot-web/releases/tag/v1.5.10
2020-02-20 02:36:54 +01:00
Konrad Borowski
686274ea62 pythonPackages.decorator: fix Python 2 build 2020-02-19 17:34:31 -08:00
Mario Rodas
82a6834e3b
Merge pull request #80527 from marsam/update-bazel-remote
bazel-remote: 2020-01-29 -> 1.0.0
2020-02-19 20:03:47 -05:00
Maximilian Bosch
3c0b262cee
Merge pull request #80417 from Ma27/fix-waybar
waybar: 0.9.0 -> 0.9.1, fix build
2020-02-20 01:50:44 +01:00
Mario Rodas
5e32ee987e
Merge pull request #79795 from r-ryantm/auto-update/you-get
you-get: 0.4.1388 -> 0.4.1403
2020-02-19 19:35:36 -05:00
Mario Rodas
8cf9a89a34
Merge pull request #79768 from r-ryantm/auto-update/yadm
yadm: 2.3.0 -> 2.4.0
2020-02-19 19:22:36 -05:00
Mario Rodas
6da679bad3
Merge pull request #79921 from r-ryantm/auto-update/gti
gti: 1.6.1 -> 1.7.0
2020-02-19 19:15:20 -05:00
Mario Rodas
0123ad0f13
Merge pull request #80557 from r-ryantm/auto-update/cvs-fast-export
cvs_fast_export: 1.50 -> 1.51
2020-02-19 19:13:39 -05:00
Mario Rodas
11cf0b21b7
Merge pull request #80081 from marsam/update-satysfi
satysfi: 0.0.3 -> 0.0.4
2020-02-19 19:10:18 -05:00
Michele Guerini Rocco
de56cc5217
Merge pull request #80565 from Frostman/tinydns-fix-test
nixos/tinydns: use local dns server to fix test
2020-02-20 01:09:02 +01:00
Martin Milata
80650ae4f0 qt5.qtbase: backport cmake macro fix
Backport fix of QT5_MAKE_OUTPUT_FILE CMake macro which causes FreeCAD
build failure when building with qt-5.12.7.

https://bugreports.qt.io/browse/QTBUG-81715
2020-02-20 00:55:57 +01:00
Maximilian Bosch
6c6d7cb2e3
roundcube: 1.4.2 -> 1.4.3
https://github.com/roundcube/roundcubemail/releases/tag/1.4.3
2020-02-19 23:57:37 +01:00
Maximilian Bosch
43a775649c
Merge pull request #80563 from aanderse/phpPackages.pdo_oci
phpPackages.pdo_oci: init
2020-02-19 21:37:26 +01:00
Sergey Lukjanov
c8a873560f nixos/tinydns: use local dns server to fix test 2020-02-19 12:27:29 -08:00
R. RyanTM
24bc04b9d2 bmake: 20181221 -> 20200212 2020-02-19 14:18:49 -06:00
Aaron Andersen
d0e817f63f phpPackages.pdo_oci: init 2020-02-19 15:12:16 -05:00
Daiderd Jordan
af1fffab5b
Merge pull request #79769 from virusdave/dnicponski/scratch/make_git_gui_work_on_modern_mac
git: Fix git-gui to work on Catalina
2020-02-19 20:25:41 +01:00
R. RyanTM
170f42098d cvs_fast_export: 1.50 -> 1.51 2020-02-19 19:05:34 +00:00