234981 Commits

Author SHA1 Message Date
Mario Rodas
016595d931
Merge pull request #93047 from avdv/git-delta-0.3.0
gitAndTools.delta: 0.2.0 -> 0.3.0
2020-07-13 07:08:58 -05:00
Daniël de Kok
166199a330
Merge pull request #93046 from avdv/wtf-0.31.0
wtf: 0.30.0 -> 0.31.0
2020-07-13 14:08:36 +02:00
Mario Rodas
b1de834f5c
Merge pull request #92989 from r-ryantm/auto-update/minikube
minikube: 1.11.0 -> 1.12.0
2020-07-13 07:06:33 -05:00
markuskowa
7204d9aa36
Merge pull request #93042 from r-ryantm/auto-update/gromacs
gromacs: 2020.2 -> 2020.3
2020-07-13 13:52:28 +02:00
adisbladis
ce49f8cbd0
nixos/doc/manual/release-notes: Add release notes for subuid/subgid mappings 2020-07-13 13:22:53 +02:00
adisbladis
5733967290
nixos.users-groups: Set up subuid/subgid mappings for all normal users
This is required by (among others) Podman to run containers in rootless mode.

Other distributions such as Fedora and Ubuntu already set up these mappings.

The scheme with a start UID/GID offset starting at 100000 and increasing in 65536 increments is copied from Fedora.
2020-07-13 13:15:02 +02:00
Daniël de Kok
0963cebfc5
Merge pull request #92897 from Moredread/chiaki
chiaki: 1.1.3 -> 1.2.1
2020-07-13 13:11:32 +02:00
adisbladis
1299a04ab3
Merge pull request #92849 from RaghavSood/ethereum/1.9.16
go-ethereum: 1.9.15 -> 1.9.16
2020-07-13 13:05:09 +02:00
R. RyanTM
d62c129e0d intel-media-sdk: 20.1.1 -> 20.2.0 2020-07-13 09:53:46 +00:00
Vladyslav M
b51835d247
Merge pull request #92557 from dywedir/b3sum 2020-07-13 12:26:49 +03:00
Mario Rodas
15a7e9c9bc
jetbrains-mono: 2.000 -> 2.001 2020-07-13 04:20:00 -05:00
Mario Rodas
49897b8859
SDL2: fix build on darwin 2020-07-13 04:20:00 -05:00
Sarah Brofeldt
7994b94057 pythonPackages.scipy_1_3: re-init for ceph 2020-07-13 10:55:45 +02:00
Claudio Bley
8aa6716621 gitAndTools.delta: 0.2.0 -> 0.3.0 2020-07-13 10:48:20 +02:00
Claudio Bley
ec427c3e66 wtf: 0.30.0 -> 0.31.0 2020-07-13 10:46:12 +02:00
R. RyanTM
7e858f9a47 gnome-podcasts: 0.4.7 -> 0.4.8 2020-07-13 10:42:11 +02:00
R. RyanTM
33348926b1 gtkgnutella: 1.1.15 -> 1.2.0 2020-07-13 08:22:37 +00:00
Samuel Gräfenstein
153367b0ea
oh-my-zsh: undefine functions that don't work on Nix
Both functions expect oh-my-zsh to be in ~/.oh-my-zsh and try to
modify the directory. This doesn't work, since it is in the
Nix store.
2020-07-13 09:38:18 +02:00
R. RyanTM
215011c44d gromacs: 2020.2 -> 2020.3 2020-07-13 07:11:49 +00:00
Frederik Rietdijk
9403c994b1 Merge master into staging-next 2020-07-13 09:06:20 +02:00
Vladimír Čunát
377324ca6d
Merge branch 'staging-next' (PR #91090) 2020-07-13 07:13:56 +02:00
Mario Rodas
5e6825612c
Merge pull request #92975 from r-ryantm/auto-update/fsmon
fsmon: 1.7.0 -> 1.8.1
2020-07-12 22:18:42 -05:00
Mario Rodas
15d72ad53f
Merge pull request #92980 from r-ryantm/auto-update/kepubify
kepubify: 3.1.2 -> 3.1.3
2020-07-12 22:11:06 -05:00
Mario Rodas
b8af0194d2
Merge pull request #92982 from r-ryantm/auto-update/leatherman
leatherman: 1.12.0 -> 1.12.1
2020-07-12 22:07:57 -05:00
R. RyanTM
926757029b fping: 4.2 -> 4.3 2020-07-13 03:00:24 +00:00
Dmitry Kalinkin
1e4290b78c
python2Packages.numpy: fix build on darwin
By applying the old patch (compatible with 1.18.x and older). Also
refactor expression to make presence of the "old" version more
explicit.
2020-07-12 21:49:31 -04:00
Jan Tojnar
cb9a3a0a32
Merge pull request #92926 from rawkode/gnomeExtensions/update-dash-to-panel
gnomeExtensions.dash-to-panel: 31 -> 38
2020-07-13 03:43:47 +02:00
Jan Tojnar
09558f1dbf
Merge pull request #73795 from worldofpeace/fontconfig-2.13.92 2020-07-13 03:34:06 +02:00
R. RyanTM
0260f04fe2 gnome3.gnome-initial-setup: 3.36.3 -> 3.36.4 2020-07-13 03:31:25 +02:00
R. RyanTM
2de809d327 gnome3.gnome-taquin: 3.36.3 -> 3.36.4 2020-07-13 03:31:09 +02:00
R. RyanTM
8aeb5cb000 ffsend: 0.2.64 -> 0.2.65 2020-07-13 01:14:36 +00:00
Niklas Hambüchen
45325b1d24
install-grub.pl: Fix GRUB always reinstalling. (#92756)
See https://github.com/NixOS/nixpkgs/pull/92520#issuecomment-655157990.

In #85895 I accidentally introduced a comparison between an array reference
and an array, which can never be true. Fixed by dereferencing.
2020-07-13 02:16:43 +02:00
Maximilian Bosch
28f1c45e29
Merge pull request #93018 from evanjs/diskonaut/0.9.0
diskonaut: 0.3.0 -> 0.9.0
2020-07-12 23:49:56 +02:00
Maximilian Bosch
e072276cf2
Merge pull request #93015 from equirosa/lazygit
lazygit: 0.20.5 -> 0.20.6
2020-07-12 23:37:50 +02:00
Carles Pagès
d6c63c7bcd minecraft: 2.1.15166 -> 2.1.15852 2020-07-12 23:34:36 +02:00
freezeboy
05f8c54f5b picmi: export in all-packages 2020-07-12 23:14:16 +02:00
freezeboy
16921381a8 bovo: export in all-packages 2020-07-12 23:11:09 +02:00
markuskowa
8a48fe1682
Merge pull request #92815 from ck3d/add-redo-c
redo-c: Init at 0.2
2020-07-12 23:07:30 +02:00
Florian Klink
9f83907013 lvm2: only split bin and lib out from out if cmdlib isn't enabled 2020-07-12 23:04:33 +02:00
Florian Klink
b8129312bd lvm2: fix location to systemd-run invocation 2020-07-12 23:04:33 +02:00
ajs124
e6a6846d4f lvm2: fix paths to use /run instead of /var/run.
This shuts up some warnings.
2020-07-12 23:04:33 +02:00
Florian Klink
d3a991d410 lvm2: add multiple output support 2020-07-12 23:04:33 +02:00
Florian Klink
df67459b89 lvm2: don't embed ./configure line in lvm2 binary 2020-07-12 23:04:33 +02:00
Florian Klink
198d1e6f5c lvm2: make --enable-cmdlib optional
This seems to be mostly used to simplify LV management tasks from a web
interface
(https://www.redhat.com/archives/linux-lvm/2008-September/msg00029.html),
and is as fat as the `lvm` binary itself
2020-07-12 23:04:33 +02:00
ajs124
3ca74a976a lvm2: 2.03.01 -> 2.03.09 2020-07-12 23:04:33 +02:00
Florian Klink
fbe7027251 lvm2: fetch sources from http instead of git
Otherwise, we end up in a dependency cycle:

systemd -> cryptsetup -> lvm -> fetchgit -> git -> openssh -> libfido2 -> hidapi -> libusb -> udev=systemd
2020-07-12 23:04:33 +02:00
ajs124
33030f1bd2 lvm2: add myself as maintainer 2020-07-12 23:04:33 +02:00
Florian Klink
5e1eb7bd59 lvm2: cleanups, make udev optional
- use installTargets again ("install", and
   "install_systemd_{generators,units,configuration}" when udev is not
   null)
 - The call to the blkid binary in lvm2's 13-dm-disk.rules file
   disappeared (so we don't need to patch in blkid anymore).
   lvm seems to rely on udev's internal blkid functionality.
 - Call /run/current-system/systemd/bin/udevadm instead
   of ${systemd}/bin/udevadm in the lvm activation generator.
   This is not necessary to break the dependency cycle (as we don't use
   that file when building without udev), but a good idea anyways -
   We want to trigger the udevadm of the current system, not the one
   that lvm was built with.
2020-07-12 23:04:33 +02:00
Florian Klink
2d2b7513d9 lvm2: remove unused default.upstream file 2020-07-12 23:04:32 +02:00
Maximilian Bosch
fccc613a59
Merge pull request #92987 from r-ryantm/auto-update/logrotate
logrotate: 3.16.0 -> 3.17.0
2020-07-12 23:00:42 +02:00