Michele Guerini Rocco
3d3392a492
Merge pull request #80090 from crabtw/master
...
nixos/pppd: fix build error
2020-02-14 10:50:47 +01:00
R. RyanTM
40556c9617
worker: 4.2.0 -> 4.3.0
2020-02-14 09:45:51 +00:00
Michele Guerini Rocco
30bc29280a
Merge pull request #80089 from ivanbrennan/urxvt-perls-update
...
rxvt-unicode-plugins.perls: 2.2 -> 2.3
2020-02-14 10:29:39 +01:00
Vincent Laporte
c589de98e2
ocamlPackages.resource-pooling: 0.6 → 1.1
...
ocamlPackages.ocsigen-start: 1.8.0 → 2.7.0
2020-02-14 10:09:41 +01:00
Jacek Galowicz
32e3d15638
nixosTests.krb5: Add to all-tests.nix
2020-02-14 09:56:43 +01:00
Jacek Galowicz
0c0a338d20
nixosTests.krb5: Port to python
2020-02-14 09:56:32 +01:00
Marek Mahut
a1d8399ff1
Merge pull request #79995 from mmahut/grisbi
...
grisbi: 1.2.1 -> 1.2.2
2020-02-14 09:55:06 +01:00
Marek Mahut
f9388a7634
Merge pull request #79937 from mmahut/eggdrop
...
eggdrop: 1.6.21-nix1 -> 1.8.4
2020-02-14 09:49:06 +01:00
lewo
d49804cf45
Merge pull request #80102 from nlewo/fix-78744
...
dockerTools.buildLayeredImage: store all paths passed in final layer (fix 78744)
2020-02-14 09:48:52 +01:00
Marek Mahut
d7b8edf723
Merge pull request #79940 from mmahut/glide
...
glide: 0.12.3 -> 0.13.3
2020-02-14 09:48:38 +01:00
Marek Mahut
5885e01f08
Merge pull request #79935 from mmahut/ezquake
...
ezquake: 3.0.1 -> 3.1
2020-02-14 09:47:48 +01:00
Mario Rodas
7696369bec
docker-slim: move expression to outside of build-support ( #80078 )
2020-02-14 09:42:18 +01:00
Michele Guerini Rocco
66b5b29977
Merge pull request #80076 from rnhmjoj/alsa
...
nixos/alsa: replace list by attrset in environment.etc
2020-02-14 09:40:41 +01:00
Michele Guerini Rocco
ae55174fa9
Merge pull request #80077 from rnhmjoj/unclutter
...
nixos/unclutter: fix remaining typo
2020-02-14 09:38:45 +01:00
Lily Ballard
6c4228f7d1
tokei: 10.1.1 -> 10.1.2
2020-02-14 00:34:11 -08:00
Antoine Eiche
baa78de594
nixosTests.docker-tools: add bulk-layer test
...
A regression test for https://github.com/NixOS/nixpkgs/issues/78744 .
2020-02-14 09:26:26 +01:00
Richard Wallace
3b65b3f6d6
dockerTools.buildLayeredImage: store all paths passed in final layer
...
Fixes #78744
My previous change broke when there are more packages than the maximum
number of layers. I had assumed that the `store-path-to-layer.sh` was
only ever passed a single store path, but that is not the case if
there are multiple packages going into the final layer. To fix this, we
loop through the paths going into the final layer, appending them to the
tar file and making sure they end up at the right path.
2020-02-14 09:26:26 +01:00
Dmitry Kalinkin
8979d2dde5
Merge pull request #80052 from mmilata/hunspell-dict-cs
...
hunspellDicts: add Czech and Slovak dictionary
2020-02-14 02:51:35 -05:00
R. RyanTM
f0a6a458e6
teamviewer: 15.1.3937 -> 15.2.2756
2020-02-14 07:39:05 +00:00
R. RyanTM
334e013a0a
gitAndTools.svn-all-fast-export: 1.0.16 -> 1.0.17
2020-02-14 07:09:30 +00:00
R. RyanTM
c5b6c6958f
python27Packages.Wand: 0.5.8 -> 0.5.9
2020-02-13 22:51:53 -08:00
R. RyanTM
893f7e8f43
python27Packages.Rtree: 0.9.3 -> 0.9.4
2020-02-13 22:51:19 -08:00
Jan Tojnar
49bba752d5
python3.pkgs.babelgladeextractor: 0.6.3 → 0.7.0
...
https://github.com/gnome-keysign/babel-glade/compare/0.6.3...0.7.0
2020-02-14 07:44:48 +01:00
Benjamin Hipple
eb11feaa0b
treewide: change fetchCargoTarball default to opt-out
...
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.
This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.
See #79975 for details.
2020-02-13 22:41:37 -08:00
Vincent Laporte
e57fdf508a
ocamlPackages.uunf: 11.0.0 → 12.0.0
2020-02-14 07:31:17 +01:00
R. RyanTM
f422253fdd
stress-ng: 0.10.16 -> 0.10.19
2020-02-14 05:30:51 +00:00
Jyun-Yan You
0f8d1ac47d
nixos/pppd: fix build error
2020-02-14 12:51:50 +08:00
ivanbrennan
73b22c4096
rxvt-unicode-plugins.perls: deprecated plugins
...
While the clipboard and url-select plugins have been deprecated, it's
likely there are still many users expecting them to exist, so continue
to provide them.
https://github.com/muennich/urxvt-perls/blob/master/deprecated/README.md
2020-02-13 23:44:30 -05:00
ivanbrennan
0e69b50b60
rxvt-unicode-plugins.perls: 2.2 -> 2.3
...
This upgrade brings a new option to the keyboard-select plugin:
URxvt.keyboard-select.clipboard: If true, copy to clipboard too
and removes the now deprecated clipboard and url-select plugins. The
reasons for deprecating these two plugins are described at:
https://github.com/muennich/urxvt-perls/blob/master/deprecated/README.md
2020-02-13 23:34:45 -05:00
Niklas Hambüchen
92176bc7c3
Merge pull request #79815 from nh2/fftw-remove-openmp-disables
...
fftw: Re-enable OpenMP with non-GCC and musl
2020-02-14 05:04:07 +01:00
Kira Bruneau
0509ce6408
texlab: 1.9.0 -> 1.10.0 ( #79885 )
2020-02-13 22:35:02 -05:00
Alyssa Ross
95ee2c8e26
python3.pkgs.cmd2: fix shebang
...
The bang was missing! What was there before would still have worked,
but I think it would end up being executed by /bin/sh since it had no
shebang line.
2020-02-14 04:16:50 +01:00
Alyssa Ross
ed12380827
alsaPluginWrapper: fix shebang
...
The bang was missing! But there's a neater way to do this anyway.
What was there before would still have worked, but I think it would
end up being executed by /bin/sh since it had no shebang line.
2020-02-14 04:16:50 +01:00
Mario Rodas
0565f10b24
Merge pull request #80073 from zowoq/gh
...
gitAndTools.gh: 0.5.4 -> 0.5.5
2020-02-13 21:48:54 -05:00
Mario Rodas
ed582c76ab
Merge pull request #80079 from marsam/update-procs
...
procs: 0.9.6 -> 0.9.9
2020-02-13 21:23:51 -05:00
rnhmjoj
f01bcccd25
nixos/unclutter: fix remaining typo
2020-02-14 01:28:03 +01:00
rnhmjoj
2ad680ac73
nixos/alsa: replace list by attrset in environment.etc
2020-02-14 01:17:18 +01:00
Michael Weiss
c1741fc12a
gitRepo: 2.1.1 -> 2.3
2020-02-14 01:06:36 +01:00
Michael Weiss
574a57a67f
chromium: 80.0.3987.100 -> 80.0.3987.106
...
https://chromereleases.googleblog.com/2020/02/stable-channel-update-for-desktop_13.html
2020-02-14 00:57:17 +01:00
Jon
4580ffa701
python3Packages.sphinx-jinja: fix python3 namespace during tests
2020-02-13 15:52:29 -08:00
R. RyanTM
5a40f6c329
python27Packages.sphinx-jinja: 1.1.0 -> 1.1.1
2020-02-13 15:52:29 -08:00
Austin Seipp
c7c57b9f84
liburing: 0.2 -> 0.4pre514_2454d630
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-02-13 17:51:39 -06:00
Michael Weiss
da9de2e115
Merge pull request #79860 from primeos/chromium
...
chromium: 80.0.3987.87 -> 80.0.3987.100
2020-02-14 00:50:13 +01:00
zowoq
66f50128dc
gitAndTools.gh: 0.5.4 -> 0.5.5
...
https://github.com/cli/cli/releases/tag/v0.5.5
2020-02-14 09:46:21 +10:00
Michele Guerini Rocco
f8c3e15771
Merge pull request #75163 from rnhmjoj/gohu
...
gohufont: generate opentype files
2020-02-14 00:46:05 +01:00
Michele Guerini Rocco
5c86fd62fd
Merge pull request #79984 from dtzWill/feature/bdf2sfd
...
bdf2sfd: init at 1.1.0
2020-02-14 00:44:37 +01:00
Michael Weiss
a59a557cf6
tdesktop: 1.9.12 -> 1.9.13
2020-02-14 00:43:20 +01:00
Michael Weiss
3fadc45499
google-chrome-dev: Add the newly required dependencies
...
google-chrome-unstable won't launch without the following shared object
files: libdrm.so.2 and libgbm.so.1.
2020-02-14 00:37:05 +01:00
Florian Klink
591fca255e
Merge pull request #80065 from tfc/port-nsd-test
...
nixosTests.nsd: Port to python
2020-02-14 00:26:16 +01:00
Florian Klink
b2f603e3bd
Merge pull request #80069 from hax404/fix_bino3d_xcb
...
bino3d: use mkDerivation from qt
2020-02-14 00:19:53 +01:00