Commit Graph
209197 Commits
Author SHA1 Message Date
Florian KlinkandGitHub d08c6c7380 Merge pull request #77525 from thefloweringash/fixup-backport
glibc: fix cross compilation build failure (again)
2020-01-13 06:18:43 +01:00
LassulusandGitHub bc4921a584 Merge pull request #73328 from magenbluten/af_xdp
linux config: add support for xdp sockets and ebpf jit
2020-01-13 05:54:57 +01:00
Niklas HambüchenandGitHub 2d4f45188d Merge pull request #77053 from r-ryantm/auto-update/filezilla
filezilla: 3.46.0 -> 3.46.3
2020-01-13 00:21:20 +01:00
Daiderd JordanandGitHub 05d4cdfad1 Merge pull request #77529 from symphorien/rls
rust: include the rustc-dev component
2020-01-12 10:26:46 +01:00
Frederik Rietdijk b3245241d8 Merge staging-next into staging 2020-01-12 09:47:43 +01:00
Frederik Rietdijk 960f062825 Merge master into staging-next 2020-01-12 09:47:19 +01:00
zowoqandWael Nasreddine e5672143d8 shfmt: 2.6.4 -> 3.0.1 (#77537) 2020-01-11 23:33:16 -08:00
Niklas HambüchenandGitHub 353ea7f3eb Merge pull request #77105 from r-ryantm/auto-update/kdbg
kdbg: 3.0.0 -> 3.0.1
2020-01-12 05:22:45 +01:00
Niklas Hambüchen 852bd1b2f2 kdbg: Add QT pluging path wrapper.
Fixes error

    qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
    This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

See #24256.
2020-01-12 05:20:39 +01:00
Niklas HambüchenandGitHub 2ddf7c0a6f Merge pull request #77096 from raboof/ms-sys-reproducibility
ms-sys: avoid leaking the build timestamp into the manpage
2020-01-12 04:55:51 +01:00
Arnout EngelenandNiklas Hambüchen b0ec8d6d2a ms-sys: avoid the build timestamp from leaking into the manpage
Also proposed upstream as https://sourceforge.net/p/ms-sys/patches/8/
2020-01-12 04:52:34 +01:00
Niklas HambüchenandGitHub fda97757a0 Merge pull request #77141 from r-ryantm/auto-update/libre
libre: 0.6.0 -> 0.6.1
2020-01-12 04:32:52 +01:00
Niklas HambüchenandGitHub c48562abf4 Merge pull request #77232 from r-ryantm/auto-update/qtractor
qtractor: 0.9.11 -> 0.9.12
2020-01-12 04:25:09 +01:00
Niklas HambüchenandGitHub b0649e2ed9 Merge pull request #77187 from r-ryantm/auto-update/pstoedit
pstoedit: 3.74 -> 3.75
2020-01-12 04:24:06 +01:00
Niklas HambüchenandGitHub 9aeb9664c8 Merge pull request #77188 from tilpner/goxel-update
goxel: 0.10.0 -> 0.10.5
2020-01-12 04:21:32 +01:00
Niklas HambüchenandGitHub 1d07083c8d Merge pull request #77512 from minijackson/kodiPlugins.vfs-sftp-1.0.5
kodiPlugins.vfs-sftp: 1.0.1 -> 1.0.5
2020-01-12 04:20:30 +01:00
adisbladisandGitHub 100012e55b Merge pull request #77538 from adisbladis/poetry2nix-1_2_1
poetry2nix: 1.2.0 -> 1.2.1
2020-01-12 00:04:23 +00:00
adisbladis 1282b60452 poetry2nix: 1.2.0 -> 1.2.1 2020-01-11 23:37:05 +00:00
Graham ChristensenandGitHub a7635ad8b5 Merge pull request #77536 from lovesegfault/copying-2020
COPYING: include 2020
2020-01-11 18:21:39 -05:00
Bernardo Meurer 0ac962e359 COPYING: include 2020 2020-01-11 15:17:22 -08:00
Will DietzandBjørn Forsman 977ce750b8 qmidinet: fix by using qt's mkDerivation 2020-01-12 00:08:09 +01:00
volthandBjørn Forsman 6abba2294d nixos/nat: use nixos-nat-out instead of OUTPUT 2020-01-12 00:06:49 +01:00
ivannandBjørn Forsman 9605addd32 fix catAttrs documentation signature 2020-01-12 00:04:18 +01:00
Graham ChristensenandGitHub 85bb15a662 Merge pull request #77530 from grahamc/python3/diceware
diceware: pythonPackages -> python3Packages
2020-01-11 18:03:19 -05:00
Florian KlinkandBjørn Forsman 1ec5d8249c davfs2: substitute ps command
umount.davfs2 uses ps to get a process list to terminate gracefully.

On NixOS, this currently fails:

```
sh: ps: command not found
/run/current-system/sw/bin/umount.davfs:
  can't find mount.davfs-process with pid 4085;
  trying to unmount anyway.
  you propably have to remove /var/run/mount.davfs/root-x.pid manually
sh: umount: command not found
```

Fix this by patching ${procps}/bin/ps into the ps_command.

Afterwards:

```
umount.davfs: waiting for mount.davfs (pid 4106) to terminate gracefully .. OK
```
2020-01-12 00:01:59 +01:00
Graham Christensen 062615d96a diceware: pythonPackages -> python3Packages 2020-01-11 17:10:51 -05:00
Benjamin HippleandJon eed30dfa5c pythonPackages.measurement: now python3 only
Upstream has dropped python2 support and updated their build dependencies as of
the 3.0 version; see here for changelog:
https://github.com/coddingtonbear/python-measurement/releases

Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-01-11 14:10:18 -08:00
Andrew Childs b5a45106ae glibc: backport fix for out of bounds access in IBM-1390 converter 2020-01-12 07:08:19 +09:00
Graham ChristensenandGitHub aafb982e03 Merge pull request #75438 from avnik/wine-update
wine: 4.0.2 -> 4.0.3, 4.17 -> 4.21
2020-01-11 17:06:55 -05:00
Andrew DunhamandJon a0790fb345 sidequest: 0.7.6 -> 0.8.4 2020-01-11 13:18:28 -08:00
MinijacksonandJon df7ed4382c rx: 0.3.0 -> 0.3.1 2020-01-11 13:08:13 -08:00
snicket2100andJon 1657acd5d4 actkbd: fixed the description of the services.actkbd.bindings option
The description referred to `<option>sound.enableMediaKeys</option>`,
which is actually called `<option>sound.mediaKeys.enable</option>`.
2020-01-11 13:07:19 -08:00
Aaron AndersenandGitHub 708a1772ed Merge pull request #75817 from filalex77/tuir-1.28.3
tuir: init at 1.28.03
2020-01-11 16:04:57 -05:00
Andrew Childs 22a8e7f13d glibc: fix cross compilation build failure (again) 2020-01-12 06:04:42 +09:00
Florian KlinkandJon f5f06128b4 mongodb-tools: use default openssl
https://github.com/NixOS/nixpkgs/issues/77503
2020-01-11 13:01:21 -08:00
Will DietzandJon 2e33f671bf dhcp: fix homepage, quote 2020-01-11 12:57:32 -08:00
Vladimír Čunát 7048b566c1 Merge #77526: krita: set -Wno-deprecated-copy for gcc
This reduces the build log length to fix the build on the Hydra.
2020-01-11 21:54:33 +01:00
Will DietzandJon f38fe4691d cinnamon.xapps: 1.6.8 -> 1.6.10 2020-01-11 12:53:08 -08:00
Florian Klink cd827f2209 Revert "glibc: fix cross compilation build failure"
This reverts commit 51014768d2.
2020-01-11 21:53:02 +01:00
Will DietzandJon 2e63e9c433 zsh-autosuggestions: 0.6.3 -> 0.6.4 2020-01-11 12:51:27 -08:00
MinijacksonandJon 6dafc78a56 vimPlugins.LanguageClient-neovim: 0.1.155 -> 0.1.156 2020-01-11 12:49:00 -08:00
Jonathan RingerandJon 27582b6035 python3Packages.discordpy: 1.2.4 -> 1.2.5, enable, add import checks 2020-01-11 12:48:39 -08:00
Olli HeleniusandJon 2a7e228c0c pythonPackages.hcloud: 1.6.2 -> 1.6.3 2020-01-11 12:39:07 -08:00
Dmitry Kalinkin 66dde827fb krita: set -Wno-deprecated-copy for gcc
This reduces the build log length to fix the build on the Hydra.
2020-01-11 15:15:12 -05:00
Florian KlinkandGitHub 5e51524293 Merge pull request #76972 from thefloweringash/cross-glibc-warnings
glibc: fix cross compilation build failure
2020-01-11 20:28:29 +01:00
Andrew Childs 51014768d2 glibc: fix cross compilation build failure 2020-01-12 03:37:07 +09:00
Andrew Childs 569f05222c glibc: remove TODO that is now done
This was preventing a mass-rebuild by returning null. As of
5f2d96ba2e it always returns a string.
2020-01-12 03:28:33 +09:00
worldofpeaceandGitHub 3d67d0284d Merge pull request #75523 from CheariX/open-vm-tools-11.0.1
open-vm-tools: 10.3.10 -> 11.0.1
2020-01-11 12:34:17 -05:00
Christian Mainkaandworldofpeace 316c4012e2 open-vm-tools: 10.3.10 -> 11.0.1
Also update our downstream patch.
2020-01-11 11:48:53 -05:00
Aaron AndersenandGitHub fabd3f506c Merge pull request #75413 from aanderse/pcsx2
pcsx2: 1.4.0 -> unstable-2020-01-05
2020-01-11 10:42:06 -05:00