Commit graph

254347 commits

Author SHA1 Message Date
Tim Steinbach c384c5409a
linux: 4.14.208 -> 4.14.209 2020-11-24 10:04:18 -05:00
John Ericson d19b920c60
Merge pull request #102503 from siraben/remarkable-init
Initial implementation of remarkable1 cross-compile
2020-11-24 10:03:54 -05:00
Graham Christensen 22965d84d5
sssd: fix build on glibc-2.32
For https://hydra.nixos.org/build/128488320 which errored with:

    src/responder/nss/nss_cmd.c:733:16: error: 'nss_setnetgrent' redeclared as different kind of symbol
      733 | static errno_t nss_setnetgrent(struct cli_ctx *cli_ctx,
          |                ^~~~~~~~~~~~~~~
    In file included from ./src/sss_client/sss_cli.h:28,
                     from ./src/db/sysdb.h:27,
                     from src/responder/nss/nss_cmd.c:26:
    /nix/store/a2n8nrsf215x01a7fv8l94crdjwf69pa-glibc-2.32-dev/include/nss.h:184:25: note: previous declaration of 'nss_setnetgrent' was here
      184 | typedef enum nss_status nss_setnetgrent (const char *, struct __netgrent *);
          |                         ^~~~~~~~~~~~~~~
    make[2]: *** [Makefile:17818: src/responder/nss/nss_cmd.o] Error 1
    make[2]: Leaving directory '/build/sssd-1.16.4'
    make[1]: *** [Makefile:33824: all-recursive] Error 1
    make[1]: Leaving directory '/build/sssd-1.16.4'
    make: *** [Makefile:10123: all] Error 2
2020-11-24 09:50:33 -05:00
adisbladis ce84cc06bf
texlive: Use lib.unique for uniqueness checks
In 85605c8a29 we got a really nice
performance improvement.

By using this implementation for texlive instantiation RSS is cut by
~2.6x with a similar wall time speedup.
2020-11-24 15:40:22 +01:00
Jörg Thalheim 79086e5d55
Merge pull request #104769 from symphorien/appimage-run-locale
appimage-run: parse readelf's output in C locale
2020-11-24 15:39:35 +01:00
Jonas Chevalier fbeebf8b49
Merge pull request #104771 from zimbatm/terraform-providers.postgresql-1.7.1
terraform-providers.postgresql: 1.6.0 -> 1.7.1
2020-11-24 15:28:25 +01:00
zimbatm 688c8c0333
terraform-providers.postgresql: 1.6.0 -> 1.7.1 2020-11-24 15:21:52 +01:00
Artturin 4db239272c mullvad-vpn: add iproute2 2020-11-24 06:12:32 -08:00
adisbladis 04150a003e
Merge pull request #104744 from adisbladis/unique-foldl
lib.lists.unique: Switch from recursive function to using a fold
2020-11-24 14:55:42 +01:00
Ryan Mulligan 91f1d7e405
Merge pull request #104734 from ju1m/fix-udev
nixos/network-interfaces: fix typo in udev rule syntax
2020-11-24 05:44:52 -08:00
Timothy Stott 0fb14ea4d3 terraform-providers.google-beta: 3.18.0 -> 3.47.0 2020-11-24 05:42:49 -08:00
Timothy Stott 0fc33746c6 terraform-providers.google: 3.18.0 -> 3.47.0 2020-11-24 05:42:49 -08:00
Timothy Stott 1b413b1ca2 terraform-providers.digitalocean: 1.19.0 -> 2.2.0 2020-11-24 05:42:49 -08:00
Timothy Stott 82ae6fc998 terraform-providers.ibm: 1.7.0 -> 1.14.0 2020-11-24 05:42:49 -08:00
Timothy Stott 2aca345a59 terraform-providers.helm: 1.2.2 -> 1.3.2 2020-11-24 05:42:49 -08:00
Timothy Stott 4377259a93 terraform-providers.external: build with Go module 2020-11-24 05:42:49 -08:00
Timothy Stott 6fc4083a26 terraform-providers.archive: build with Go module 2020-11-24 05:42:49 -08:00
Timothy Stott 4a8fbd2044 terraform-providers.http: 1.2.0 -> 2.0.0 2020-11-24 05:42:49 -08:00
Timothy Stott 481cb9717d terraform-providers.local: build with Go module 2020-11-24 05:42:49 -08:00
Timothy Stott ba45f19dc7 terraform-providers.template: build with Go module 2020-11-24 05:42:49 -08:00
Timothy Stott b98455973d terraform-providers.tls: build with Go module 2020-11-24 05:42:49 -08:00
Timothy Stott d4f3c08e26 terraform-providers.null: build with Go module 2020-11-24 05:42:49 -08:00
Timothy Stott fca860edaa terraform-providers.random: build with Go module 2020-11-24 05:42:49 -08:00
Timothy Stott 214f9d2a51 terraform-providers.dns: 2.2.0 -> 3.0.0 2020-11-24 05:42:49 -08:00
Timothy Stott a35f2851d4 terraform-providers.aws: 2.65.0 -> 3.15.0 2020-11-24 05:42:49 -08:00
Timothy Stott 31589fe918 terraform-providers: support providers with Go module 2020-11-24 05:42:49 -08:00
Alvar Penning 160c5e9376 platformio: 5.0.2 -> 5.0.3
In addition to the version change, the source is managed in a central
location, since previously the same change had to be made in two places.
2020-11-24 14:36:19 +01:00
adisbladis 85605c8a29
lib.lists.unique: Switch from recursive function to using a fold
This improves performance by ~30-40% for smaller test cases and makes
larger cases where my laptop would OOM pass in seconds.
2020-11-24 14:31:54 +01:00
Michele Guerini Rocco 4f165c6d7d
Merge pull request #104746 from CertainLach/patch-1
mpv: fix vapoursynth path
2020-11-24 14:30:24 +01:00
Markus Kowalewski 53fa857092
moosefs: fix mfscli
python in buildInputs fixes automatically mfscli and mfscgiserv.
2020-11-24 14:30:15 +01:00
Ryan Mulligan d3de5b0534
Merge pull request #104699 from LibreCybernetics/update-recoll
recoll: refactor and 1.24.5 -> 1.27.12
2020-11-24 05:29:08 -08:00
Dmitry Kalinkin 7d9c1b2dca
Merge pull request #86834 from eadwu/nvidia_x11/fix-vulkan-icd
nvidia_x11: fix vulkan icd filename
2020-11-24 08:02:39 -05:00
Symphorien Gibol 4d51f95638 appimage-run: parse readelf's output in C locale
fixes #101137
2020-11-24 13:55:04 +01:00
Martin Hardselius f69e63d8d7
nodePackages.gqlint: init at 1.8.0 2020-11-24 13:51:52 +01:00
Bart Brouns 56437bfba4 hybridreverb2: 2.1.1 -> 2.1.2 2020-11-24 13:05:17 +01:00
Pavol Rusnak ffcf28a5e3
Merge pull request #99326 from oxzi/openrct2-v0.3.1
openrct2: 0.3.0 -> 0.3.2
2020-11-24 13:03:21 +01:00
Sandro 3cd08dc855
Merge pull request #103803 from SCOTT-HAMILTON/openssh
openssh: fix hpn sha256
2020-11-24 12:44:18 +01:00
Peter Simons e49ba890c2
Merge pull request #104677 from woffs/fix-104666
shotcut: fix melt path
2020-11-24 12:10:05 +01:00
Alvar Penning 6f88d6332d openrct2: 0.3.1 -> 0.3.2 2020-11-24 11:26:57 +01:00
Doron Behar 8d8532cd32
Merge pull request #103665 from doronbehar/pkg/hetzner-kube/sh-comp
hetzner-kube: support for bash completion
2020-11-24 12:20:45 +02:00
StigP 13b0a81056
Merge pull request #104644 from stigtsp/package/rakudo-2020.11
rakudo: 2020.10 -> 2020.11
2020-11-24 11:02:00 +01:00
Alvar Penning f67c9a36f3 openrct2: 0.3.0 -> 0.3.1 2020-11-24 10:55:18 +01:00
Sascha Grunert 52271f44b1 crun: 0.15.1 -> 0.16
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-11-24 19:35:46 +10:00
Pascal Wittmann 4c4de46665
Merge pull request #98267 from oxzi/dmenu-5.0
dmenu: 4.9 -> 5.0
2020-11-24 10:31:30 +01:00
Daniël de Kok 99947385e5
Merge pull request #101634 from siraben/aflplusplus-period
aflplusplus: standardize description
2020-11-24 10:17:37 +01:00
Ben Siraphob b6b2b2f864 aflplusplus: standardize description
- Remove package name from start
- Remove period from end
2020-11-24 15:58:37 +07:00
Frank Doepper a21a641169 shotcut: fix melt path
closes #104666
2020-11-24 09:21:29 +01:00
Peter Simons 58f29d3ca8
Merge pull request #104721 from vkleen/postfix-smtp-fix
nixos.postfix: make postfix.enableSmtp work again
2020-11-24 08:58:35 +01:00
Jörg Thalheim 4b610d814e
Merge pull request #99210 from schmittlauch/mplayer-v4l
mplayer: allow enabling v4l2 driver for e.g webcams
2020-11-24 08:24:34 +01:00
Vincent Laporte 5a6981654b ocamlPackages.camlp5: 7.12 → 7.13 2020-11-24 08:21:21 +01:00