Silvan Mosberger
c1f872bfa8
Merge pull request #88110 from doronbehar/improve-neovim-wrapper
...
wrapNeovim: consolidate makeWrapper arguments and more
2020-08-01 00:59:45 +02:00
Martin Weinelt
be2eede676
home-assistant: revert back to python3.8
2020-08-01 00:55:12 +02:00
R. RyanTM
a1af43a7f7
cava: 0.7.1 -> 0.7.2
2020-07-31 22:40:22 +00:00
xeji
38aa804d5b
cryptpad: 3.13.0 -> 3.20.1 ( #94255 )
2020-07-31 22:34:43 +00:00
Sirio Balmelli
b14be7257a
python3Packages.west: init at 0.7.2
...
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
Co-authored-by: Joh <jonringer@users.noreply.github.com>
2020-07-31 14:25:42 -07:00
Jörg Thalheim
1d330c51bb
Merge pull request #94371 from r-ryantm/auto-update/cheat
...
cheat: 4.0.0 -> 4.0.2
2020-07-31 22:18:54 +01:00
R. RyanTM
b66b16420c
ccache: 3.7.10 -> 3.7.11
2020-07-31 21:13:49 +00:00
Sarah Brofeldt
ba21e8b0ef
Merge pull request #94337 from sikmir/slack
...
slack: 4.4.3 -> 4.7.0 (linux), 4.6.0 -> 4.8.0 (darwin)
2020-07-31 23:09:42 +02:00
Sirio Balmelli
223ed16ba9
python3Packages.sh: 1.12.14 -> 1.13.1
...
Sandbox build will now succeed on Darwin and Linux
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-31 13:48:33 -07:00
Ryan Mulligan
7a1dfb5b3d
Merge pull request #93360 from obsidiansystems/mattermost-v5.25.0
...
mattermost: 5.15.0 -> 5.25.0
2020-07-31 13:19:23 -07:00
Daniël de Kok
b1bbc582ea
Merge pull request #81840 from OPNA2608/package-bambootracker
...
bambootracker: init at 0.4.3
2020-07-31 22:14:04 +02:00
Nikolay Korotkiy
60be9548a4
slack: 4.4.3 -> 4.7.0 (linux), 4.6.0 -> 4.8.0 (darwin)
2020-07-31 23:12:56 +03:00
Christoph Neidahl
0e9f38426a
bambootracker: init at 0.4.3
2020-07-31 21:45:35 +02:00
Peter Simons
102fa5492c
Merge pull request #94347 from NixOS/haskell-updates
...
Update Haskell package set to LTS 16.7 (plus other fixes)
2020-07-31 21:32:45 +02:00
Maximilian Bosch
1df6682971
Merge pull request #94368 from primeos/tig-drop-broken-zsh-completion
...
tig: Don't install the broken ZSH completion
2020-07-31 21:31:04 +02:00
Maximilian Bosch
573988b713
Merge pull request #94351 from r-ryantm/auto-update/blender
...
blender: 2.83.1 -> 2.83.3
2020-07-31 21:24:51 +02:00
Peter Simons
16bd71bf8e
all-cabal-hashes: update to Hackage at 2020-07-30T22:14:54Z
2020-07-31 21:21:57 +02:00
Peter Simons
737486617c
haskell-streaming-commons: drop obsolete version override
2020-07-31 21:21:57 +02:00
Richard Marko
d86e0e5207
haskellPackages.haskell-language-server+hls-ide: fix lsp-test override
2020-07-31 21:21:57 +02:00
Richard Marko
2dab5712fb
haskellPackages.hnix: fix build for ghc-8.10 by adding repline
2020-07-31 21:21:57 +02:00
Victor Nawothnig
aa66f3fd08
ip: disable test suite
2020-07-31 21:21:57 +02:00
Victor Nawothnig
907b898383
bytebuild: disable test suite
2020-07-31 21:21:56 +02:00
Richard Marko
d834fc7d63
haskellPackages.zre: use repline_0_4_0_0
2020-07-31 21:21:56 +02:00
Richard Marko
2cc57f81ec
haskellPackages.haskeline_0_8_0_0: add dontCheck
...
Testsuite is trying to access executable which is part of the package
being built.
2020-07-31 21:21:56 +02:00
ken
bf5c3d3e6d
haskellPackages.hasql-migration unbroken
2020-07-31 21:21:56 +02:00
Peter Simons
4fe481dc49
hackage2nix: update list of broken packages to fix evaluation
2020-07-31 21:21:56 +02:00
Peter Simons
a03145bb96
hackage2nix: build the package set for the proper compiler version
2020-07-31 21:21:56 +02:00
Peter Simons
327f4bb361
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.5-12-g1b02e1b from Hackage revision
edb0920a8d
.
2020-07-31 21:21:50 +02:00
Peter Simons
3fd9a0c692
LTS Haskell 16.7
2020-07-31 21:20:42 +02:00
Maximilian Bosch
37e3cadb8b
nixos/systemd-networkd-vrf: implement working TCP test on a 5.x kernel
...
By design, VRFs allow route-leaking for forwarded packages, but not for
local processes using a socket. While it was possible to leak such TCP
traffic through a VRF on a 4.x kernel, this behavior was considered
wrong and got fixed in Linux 5.x[1].
From now on, local unix sockets must run in the VRF itself using
`ip vrf exec`[2] which basically injects a BPF program into the VRF and
drops elevated networking capabilities by default for the specified
command.
[1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3c82a21f4320c8d54cf6456b27c8d49e5ffb722e
[2] https://man7.org/linux/man-pages/man8/ip-vrf.8.html
2020-07-31 21:06:00 +02:00
Sarah Brofeldt
0b520e9269
Merge pull request #93430 from symphorien/io-latency
...
linux: enable io cost and io latency block group controller
2020-07-31 21:05:37 +02:00
rtreffer
08566523d8
Backport zfs 5.8 compaitibility patch to zfs 0.8.4
...
Adding this patch makes zfs compile against 5.8-rc7 kernels.
Upstream PR: https://github.com/openzfs/zfs/pull/10422
Modifications:
- spl_kvmalloc does not exists in zfs 0.8.4 - related code was dropped.
2020-07-31 21:02:36 +02:00
Michael Weiss
e9c36545a7
tig: Don't install the broken ZSH completion
...
There are some Nixpkgs specific issues that we could fix but due to
changes in Git it currently isn't possible to source git-completion.bash
from ZSH (at least not how tig-completion.bash expects it).
Upstream issue: https://github.com/jonas/tig/issues/940
For the meantime it seems best to simply not install it anymore so that
the fallback implementation from ZSH can be used (more inaccurate as the
git-log completion is reused but it is helpful to complete remotes,
branches, tags, etc. and doesn't emit an error to the console).
2020-07-31 20:57:35 +02:00
R. RyanTM
870081decf
cheat: 4.0.0 -> 4.0.2
2020-07-31 18:52:25 +00:00
Daniël de Kok
97e899d154
liblinear: 2.40 -> 2.41
...
According the website:
Version 2.41 released on July 29, 2020 (some bug fixes of version 2.40).
2020-07-31 20:34:37 +02:00
Daniël de Kok
c31de496b5
Merge pull request #93759 from danieldk/liblinear-2.40
...
liblinear: 2.30 -> 2.40
2020-07-31 20:32:20 +02:00
Vladyslav M
b6107d3eb4
Merge pull request #94352 from xrelkd/update/cargo-expand
...
cargo-expand: 0.6.4 -> 1.0.0
2020-07-31 21:28:52 +03:00
Maximilian Bosch
73ce9c2709
Merge pull request #94335 from r-ryantm/auto-update/ugrep
...
ugrep: 2.4.1 -> 2.5.0
2020-07-31 20:19:17 +02:00
R. RyanTM
f49d78473c
checkstyle: 8.34 -> 8.35
2020-07-31 18:10:33 +00:00
R. RyanTM
7d293e769f
broot: 0.18.1 -> 0.19.3
2020-07-31 18:06:04 +00:00
Daniël de Kok
c67ba72dd8
python3Packages.pytorch: 1.5.1 -> 1.6.0
...
Changelog:
https://github.com/pytorch/pytorch/releases/tag/v1.6.0
2020-07-31 10:58:45 -07:00
Pascal Hertleif
cda0a60c08
plexamp: fix icon
...
Co-authored-by: Andrew Fontaine <andrew@afontaine.ca>
2020-07-31 10:55:45 -07:00
Pascal Hertleif
5821103b06
plexamp: 3.0.3 -> 3.1.1
...
Co-authored-by: Andrew Fontaine <andrew@afontaine.ca>
2020-07-31 10:55:45 -07:00
Pascal Hertleif
30a97cf45c
plexamp: init at 3.0.3
...
Desktop file does not work.
2020-07-31 10:55:45 -07:00
R. RyanTM
21b77ce12a
python37Packages.opt-einsum: 3.2.1 -> 3.3.0
2020-07-31 10:48:32 -07:00
Doron Behar
85f6da6eed
wrapNeovim: Rewrite
...
Cleanups:
- Removed unneeded neovim.meta.description reset.
- Remove unnecessary -x checks in `postBuild`.
- Use a ${placeholder "out"} if needed.
Changes:
- Switch to symlinkJoin, so e.g manpages link to the environment (#87929 ).
- Use nvim-node from $out/bin/ just like all other providers.
- Compute all arguments to makeWrapper in pure Nix "before" `postBuild`.
- Prevent double wrapping in case `configure != {}` and rplugin.vim
needs to be generated.
Co-authored-by: Silvan Mosberger <contact@infinisil.com>
2020-07-31 20:39:12 +03:00
Alexander Bantyev
6fb6633c47
Merge pull request #93792 from cab404/photon-utils
...
SL1ToPhoton: init at 0.1.3
2020-07-31 20:30:29 +03:00
Karl Hallsby
1970c2dbd0
tor-browser-bundle-bin: 9.5 -> 9.5.3
...
Squashed commits:
1. tor-browser-bundle-bin: 9.5 -> 9.5.1
2. tor-browser-bundle-bin: 9.5.1 -> 9.5.3
2020-07-31 10:12:07 -07:00
Karl Hallsby
dde584b3c7
maintainers: add KarlJoad
2020-07-31 10:12:07 -07:00
Tina Bu
28c06140be
pythonPackages.qds_sdk: 1.12.0 -> 1.15.2
2020-07-31 10:04:45 -07:00