Commit graph

281324 commits

Author SHA1 Message Date
Viktor Kronvall
ecc293ff7a dockerTools: Implement merging of image tarballs
The `docker load` command supports loading tarballs that contain
multiple docker images with their respective image names and tags. This
enables distributing these images as a single file which simplifies the
release of software when an application requires multiple services to
run.

However, pkgs.dockerTools only create tarballs with a single docker
image and there exists is no mechanism in nixpkgs to combine the created
tarballs. This commit implements merging of tarballs in a way that is
compatible with `docker load`.
2021-04-07 22:49:44 +09:00
Jan Tojnar
e3c239fa55 gi-docgen: fix patch URL
Fixes: https://github.com/NixOS/nixpkgs/issues/118728
2021-04-07 15:33:15 +02:00
Sandro
4470e4bd84
Merge pull request #118412 from SuperSandro2000/SuperSandro2000-patch-1 2021-04-07 15:28:57 +02:00
Sandro
ab79e89081 zigbee2mqtt: add upgrade warning 2021-04-07 15:06:51 +02:00
Sandro
99fd96f6a8 pythonPackages.bokeh: add comment to update together with panel 2021-04-07 15:04:41 +02:00
Robert Hensing
58b21dea78
Merge pull request #116749 from vroad/docker-layered-image-fakeroot
dockerTools.streamLayeredImage: add fakeRootCommands option
2021-04-07 15:02:24 +02:00
Frederik Rietdijk
3660d282ac Revert "python3Packages.bokeh: 2.2.3 -> 2.3.0"
This version of bokeh is apparently incompatible with the current panel (0.9.7).
Using it results in all kind of missing models and modules.

We should upgrade panel but it is not straightforward. Until then, bokeh should
remain at 2.2.

This reverts commit ba9b70bcfd.
2021-04-07 14:25:52 +02:00
Emery Hemingway
32a5b44b8d nixos/samba: remove bad example for "securityType" option
Setting "security = share" causes silent failures.
2021-04-07 14:18:01 +02:00
vroad
63e7c4186f dockerTools.streamLayeredImage: Add test for fakeRootCommands 2021-04-07 18:11:02 +09:00
midchildan
de679c57ca
rclone: build with 'cmount' support (#117119)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-07 10:41:35 +02:00
Sandro
b219457ac0
Merge pull request #117333 from OPNA2608/fix/supercollider-wrapping/21.05
supercollider: fix Qt wrapping
2021-04-07 10:31:19 +02:00
Sandro
d9f9a4a976
Merge pull request #117554 from Zopieux/snapcast-meta 2021-04-07 10:30:32 +02:00
Sandro
096776ff93
Merge pull request #118698 from mweinelt/umoci
umoci: 0.4.6 -> 0.4.7
2021-04-07 10:13:15 +02:00
Sandro
a4abe29466
Merge pull request #105165 from ThibautMarty/poweralertd
poweralertd: init at 0.1.0
2021-04-07 10:10:17 +02:00
Jonas Heinrich
a0408312e8
krankerl: init at 0.13.0 (#118582) 2021-04-07 10:07:31 +02:00
Ivar
8daf0cedee
betterdiscord-installer: init at 1.0.0-beta (#118471) 2021-04-07 09:59:54 +02:00
Sandro
0582cc9cc6
Merge pull request #118368 from xdHampus/uhexen2
uhexen2: init at 1.5.9
2021-04-07 09:54:49 +02:00
Sandro
0e6c236629
Merge pull request #118641 from JamieMagee/nzbhydra2
nzbhydra2: 3.8.0 -> 3.13.2
2021-04-07 09:53:25 +02:00
Sandro
5e8de9cc4c
Merge pull request #118714 from zowoq/ytdl
youtube-dl: 2021.04.01 -> 2021.04.07
2021-04-07 09:51:53 +02:00
Ben Wolsieffer
4decd156ea
rkdeveloptool: unstable-2019-07-01 -> unstable-2021-02-03, fix build (#118707) 2021-04-07 09:51:21 +02:00
Sandro
597f75375b
Merge pull request #118706 from lukegb/pomerium
nixos/pomerium: fix useACMEHost
2021-04-07 09:50:36 +02:00
Sandro
54767a9b45
Merge pull request #118710 from lopsided98/buildbot-update
buildbot: 3.0.2 -> 3.1.0
2021-04-07 09:49:09 +02:00
Sandro
4b3624d5bd
Merge pull request #118709 from wpehrc/adguardhome
adguardhome: 0.104.3 -> 0.105.2
2021-04-07 09:48:37 +02:00
Kim Lindberger
bb91e5307b
Merge pull request #118715 from petabyteboy/feature/gitlab-invalid-backup
nixos/gitlab: do not set backup.upload by default
2021-04-07 09:30:53 +02:00
Milan Pässler
e0d8f6b183
nixos/gitlab: do not set backup.upload by default 2021-04-07 09:21:18 +02:00
zowoq
3b81abba55 youtube-dl: 2021.04.01 -> 2021.04.07
https://github.com/ytdl-org/youtube-dl/releases/tag/2021.04.07
2021-04-07 17:14:49 +10:00
Luke Granger-Brown
29363442f5 dino: fix compilation under new Vala
Fixes https://github.com/dino/dino/issues/1010
2021-04-07 08:52:45 +02:00
Ben Wolsieffer
8dd8ee4487 buildbot: 3.0.2 -> 3.1.0 2021-04-07 00:21:38 -04:00
wpehrc
386fc750e0 adguardhome: 0.104.3 -> 0.105.2 2021-04-06 23:49:33 -04:00
Luke Granger-Brown
ddf4795824 nixos/pomerium: fix useACMEHost
useACMEHost doesn't work properly, because I forgot to actually define
the variable that is being relied upon here. Oops.
2021-04-07 01:26:44 +00:00
hjones2199
4cb48cc256
indilib: set platform to linux (#118696)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-07 02:39:37 +02:00
Sandro
55fc885fbc
Merge pull request #118673 from alyssais/connman
connman: set sysconfdir to /etc
2021-04-07 02:39:17 +02:00
Sandro
faf4e17e6d
Merge pull request #118697 from dotlambda/pyspread-1.99.6
pyspread: 1.99.5 -> 1.99.6
2021-04-07 02:31:25 +02:00
Sandro
bd5e82a8ce
Merge pull request #118699 from TredwellGit/xorg.xf86inputlibinput
xorg.xf86inputlibinput: 0.30.0 -> 1.0.0
2021-04-07 02:30:58 +02:00
Martin Weinelt
e7ab6c3219
Merge pull request #118210 from fabaff/bump-pymodbus
python3Packages.pymodbus: 2.4.0 -> 2.5.1
2021-04-07 01:49:30 +02:00
Aaron Andersen
da527a0f1c
Merge pull request #117910 from aanderse/redmine
redmine: 4.1.2 -> 4.2.0
2021-04-06 19:35:06 -04:00
Sandro
c48c82c801
Merge pull request #118695 from plabadens/vim-plugin-taskwiki
vimPlugins: add taskwiki
2021-04-07 01:29:37 +02:00
Martin Weinelt
af4b72b618
Merge pull request #118453 from fabaff/openhomedevice 2021-04-07 01:12:38 +02:00
Sandro
4ad79f9c96
Merge pull request #118687 from 06kellyjac/kube3d
kube3d: 4.4.0 -> 4.4.1
2021-04-07 01:01:40 +02:00
Sandro
58ef108f81
Merge pull request #118690 from arjunv27/local
nodePackages_(gatsby-cli: init at 3.2.0, fleek-cli: init at 0.0.1)
2021-04-07 01:00:44 +02:00
Martin Weinelt
fec31a4f56
Merge pull request #118653 from fabaff/bump-awesomeversion 2021-04-07 00:59:26 +02:00
Sandro
673ad63f59
Merge pull request #118691 from 239/submit/pcloud-update
pcloud: 1.8.9 -> 1.9.1
2021-04-07 00:52:53 +02:00
Martin Weinelt
958a1e01bb
Merge pull request #118234 from fabaff/bump-hap-python
python3Packages.HAP-python: 3.4.0 -> 3.4.1
2021-04-07 00:47:59 +02:00
Alexandre Macabies
a32d17941f snapcast: v0.23.0 -> v0.24.0
Also, specify the more accurate license 'gpl3Plus'.
2021-04-07 00:45:54 +02:00
TredwellGit
551f1dac03 xorg.xf86inputlibinput: 0.30.0 -> 1.0.0
https://lists.x.org/archives/xorg-announce/2021-April/003079.html
2021-04-06 22:34:14 +00:00
Martin Weinelt
e6a9df050a
umoci: 0.4.6 -> 0.4.7
Fixes: CVE-2021-29136
2021-04-07 00:15:04 +02:00
Robert Schütz
e2756c5900 pyspread: 1.99.5 -> 1.99.6
https://gitlab.com/pyspread/pyspread/-/tags/v1.99.6
2021-04-07 00:03:57 +02:00
Sandro
adfccd848d
Merge pull request #118676 from ymatsiuk/appgatefix
appgate-sdp: add missing xdg-utils
2021-04-06 23:56:52 +02:00
Sandro
9859db04ef
Merge pull request #118674 from onsails/vim-plugins 2021-04-06 23:56:15 +02:00
Robert Schütz
e289a280f3
pyspread: fix build and simplify expression (#117906) 2021-04-06 23:54:37 +02:00