Commit graph

51676 commits

Author SHA1 Message Date
Sandro 792103c8bd
Merge pull request #109365 from joulaud/upgrade-argo
argo: 2.11.8 -> 2.12.4
2021-01-14 16:25:20 +01:00
devhell 63bb84bbe2 profanity: 0.9.5 -> 0.10.0 2021-01-14 15:08:47 +00:00
Michael Raskin f2210b7287
Merge branch 'master' into remove-opensmt 2021-01-14 14:22:22 +00:00
Anderson Torres 956afcd713
Merge pull request #106548 from eraserhd/quickscope-kak
kakounePlugins.quickscope-kak: init at 1.0.0
2021-01-14 10:26:31 -03:00
github-actions[bot] 730ff71234
Merge master into staging-next 2021-01-14 12:42:20 +00:00
Sandro cebcc7a891
Merge pull request #109317 from hexop/mopidy-youtube
mopidy-youtube: 3.1 -> 3.2
2021-01-14 13:23:57 +01:00
Mario Rodas 8a7e21a8b8
Merge pull request #109333 from marsam/update-lfs
git-lfs: 2.13.1 -> 2.13.2
2021-01-14 07:18:38 -05:00
Francois Joulaud 183c8aa821 argo: 2.11.8 -> 2.12.4
cf. https://github.com/argoproj/argo/releases/tag/v2.12.4
2021-01-14 12:22:24 +01:00
fricklerhandwerk bb2879d593 mavproxy: fix darwin build 2021-01-14 09:26:12 +01:00
Mario Rodas 88710b0751 git-lfs: 2.13.1 -> 2.13.2
https://github.com/git-lfs/git-lfs/releases/tag/v2.13.2
2021-01-13 21:00:00 -05:00
Mario Rodas cf2ca61d97 ncspot: 0.2.6 -> 0.3.0
https://github.com/hrkfdn/ncspot/releases/tag/v0.3.0
2021-01-13 21:00:00 -05:00
Jan Tojnar b813710c04
Merge branch 'master' into staging-next 2021-01-14 02:24:17 +01:00
Silvan Mosberger 7ddb89332c
Merge pull request #109293 from ilian/u/reaper
reaper: 6.12c -> 6.19
2021-01-14 01:15:46 +01:00
Cole Helbling 326fc3736c Revert "calibre: 4.23.0 -> 5.9.0" 2021-01-13 15:52:36 -08:00
Nikolay Korotkiy 6e83386e82 lagrange: init at 1.0.3 2021-01-13 23:12:50 +01:00
ilian 72b730c5e9 reaper: 6.12c -> 6.19 2021-01-13 23:09:02 +01:00
ilian e10bf33327 bonzomatic: update maintainers 2021-01-13 23:09:02 +01:00
Michael Weiss 69dc4dc2c1
signal-desktop: 1.39.4 -> 1.39.5 2021-01-13 22:04:32 +01:00
coolneng 80a22aa1e7
mopidy-youtube: 3.1 -> 3.2 2021-01-13 21:46:36 +01:00
yoctocell 1ce9fe8d1b
tor-browser-bundle-bin: 10.0.7 -> 10.0.8
Update to latest release

https://blog.torproject.org/new-release-tor-browser-1008
2021-01-13 21:46:33 +01:00
adisbladis b1961de94e
Merge pull request #107152 from adisbladis/emacs-withpackage-refactor
emacsPackages*: Move to emacs*.pkgs
2021-01-13 21:03:43 +01:00
Sandro 3ef74a3565
Merge pull request #109287 from TredwellGit/element-desktop 2021-01-13 19:05:18 +01:00
Sandro 7f715cbebd
Merge pull request #109281 from CheariX/joplin-desktop-1.6.7
joplin-desktop: 1.4.19 -> 1.6.7
2021-01-13 19:03:51 +01:00
Michael Weiss 79150e0573
chromiumDev: 89.0.4381.6 -> 89.0.4385.0 2021-01-13 17:43:12 +01:00
adisbladis 4003f8cbc7
treewide: emacsPackages -> emacs.pkgs & emacsWithPackages -> emacs.pkgs.withPackages
The previous names are now aliases and shouldn't be used anywhere inside nixpkgs.
2021-01-13 17:13:10 +01:00
adisbladis 6347f78fd9
emacsPackages*: Move to emacs*.pkgs
This makes it much easier to create customisations around emacs via
the a new convenience passthru attr:
- `emacs.pkgs`: What used to be emacsPackages is now `emacs.pkgs`

The previous versioned names `emacs*Packages` have been moved to
aliases.nix and are now considered deprecated in favour of `emacs*.pkgs`.
2021-01-13 17:04:55 +01:00
TredwellGit 7016ae47d9 element-desktop: replace riot-desktop with element-desktop
https://element.io/previously-riot
2021-01-13 15:43:26 +00:00
TredwellGit 8fdbb53c35 element-desktop: replace electron_9 with electron 2021-01-13 15:14:22 +00:00
Christian Mainka 210dec49a1 joplin-desktop: 1.4.19 -> 1.6.7 2021-01-13 15:13:14 +01:00
Sandro a76f0696cc
Merge pull request #109260 from ymatsiuk/flux2bump 2021-01-13 14:59:50 +01:00
Sandro c0ee156b1c
Merge pull request #109266 from suhr/droidcam 2021-01-13 14:59:25 +01:00
S. Nordin Abouzahra dbe008a52a firefox: remove python2 dependency
Python 2 is no longer required to build Firefox.
2021-01-13 08:06:48 -05:00
S. Nordin Abouzahra 7415d0589d firefox: overhaul LTO
Enable LTO support on Linux by default again.

Add patch to fix dependentlibs.list generation under LTO. This is
necessary for fixing firefox-wayland crashing when built with LTO.

Add makeFlags which set ar, ranlib, and nm to be llvm-ar, llvm-ranlib
and llvm-nm when building with llvm-based LTO. (bmo#1480005)
2021-01-13 08:06:48 -05:00
S. Nordin Abouzahra 40b4eb1c52 firefox: simplify NIX_LDFLAGS usage
This was required to solve the XPCOMGlueLoad error when building with
LTO. However, it turns out libxul.so is supposed to have some libraries
that are reported as not found by ldd. Setting the RPATH worked around
the error as it forced dependency resolution but failed to fix the real
issue of broken generation of dependentlibs.list.

The libraries that are reported as not found by ldd are supposed to be
dlopened through the logic found in nsXPCOMGlue.cpp. However since the
generation of dependentlibs.list is broken under LTO this did not
happen. Instead of pulling libwayland-client.so from the GTK libraries
it found the stub library first (libmozwayland.so). The stub library
causes (as it should) wl_display_connect to always return NULL which is
the cause of the segmentation fault and LTO breaking wayland support.

Remove the hardcoded path used for the XPCOMGlueLoad error workaround
in NIX_LDFLAGS. libunwind is still unfortunately needed. Once the issue
of the generation of dependentlibs.list being borked is fixed it should
remedy the wayland crash issue on LTO.
2021-01-13 08:06:47 -05:00
S. Nordin Abouzahra a277fca1c4 firefox: remove patchelf usage
Firefox has a number of optional dependencies that get dlopened.
Instead of using patchelf to set the RPATH use LD_LIBRARY_PATH.
The motivation for this is we already set LD_LIBRARY_PATH in the
wrapper on Linux.
2021-01-13 08:06:46 -05:00
S. Nordin Abouzahra 80e863c52c firefox: clean up optionals
Change `lib.optionals a [ b ]` to `lib.optional a b`.
2021-01-13 08:06:45 -05:00
S. Nordin Abouzahra 96c34702e9 firefox: restrict system NSPR workaround
It only affected FF80 so place an upper bound restriction. See
bmo#1661096 for details.

This fixes substituteStream() warnings about missing patterns which
appeared in the logs.
2021-01-13 08:06:45 -05:00
S. Nordin Abouzahra c6f113a3f4 firefox: remove superfluous NIX_CFLAGS_COMPILE
It was added for nspr and nss back in the 55.0.3 to 56.0 upgrade. It
also served as a workaround for an undeclared gio-unix-2.0 dependency.
Sometime afterwards nspr was removed, leaving just the two. Since then,
upstream has added a declaration for gio-unix-2.0 (in FF62). As for the
nss include it seemingly has no purpose since current firefox builds
with it removed.
2021-01-13 08:06:44 -05:00
Sandro 9534559209
Merge pull request #109264 from 06kellyjac/terragrunt
terragrunt: 0.27.0 -> 0.27.1
2021-01-13 14:05:14 +01:00
Sandro 0d1a657a25
Merge pull request #109142 from freezeboy/remove-postinstall-amfora
amfora: remove unnecessary postInstall phase for darwin
2021-01-13 14:04:33 +01:00
Sandro 8b59c33807
Merge pull request #107142 from 06kellyjac/tektoncd-cli
tektoncd-cli: 0.14.0 -> 0.15.0
2021-01-13 14:01:48 +01:00
Sandro c05e2bc529
Merge pull request #109115 from charvp/pr/bump-gomuks
gomuks: 0.2.1 -> 0.2.2
2021-01-13 14:01:19 +01:00
Сухарик 5b224ab564 droidcam: 1.6 -> 1.7 2021-01-13 14:03:29 +03:00
06kellyjac 2525c0252e terragrunt: 0.27.0 -> 0.27.1 2021-01-13 10:54:37 +00:00
Mark Vainomaa b451286b1f
docker: 19.03.4 -> 20.10.2 (#108960)
This commit refactors the build process to handle Docker engine and
CLI split.
2021-01-13 11:33:14 +01:00
Yurii Matsiuk 63960b3b30
fluxcd: 0.5.0 -> 0.5.9 2021-01-13 10:58:53 +01:00
Charlotte Van Petegem da9395cf8f
gomuks: 0.2.1 -> 0.2.2 2021-01-13 10:52:50 +01:00
adisbladis f2380fe2ee
Merge pull request #109246 from adisbladis/emacs-packages-2021-01-13
emacsPackages: Bump to 2021-01-13
2021-01-13 10:11:57 +01:00
freezeboy 5a15487897 amfora: remove unnecessary postInstall phase for darwin 2021-01-13 09:34:40 +01:00
Sandro c36b928f4f
Merge pull request #108993 from flokli/nufraw-gimp
remove ufraw and the gimp plugin
2021-01-13 09:19:39 +01:00
Sandro e12409de89
Merge pull request #108959 from mikroskeem/docker-proxy-update
docker-proxy: 7b2b1fe -> fa125a3
2021-01-13 09:18:19 +01:00
Sandro 0499c16150
Merge pull request #90272 from alexfmpe/bump-printrun
printrun: 1.6.0 -> 2.0.0rc5
2021-01-13 08:50:28 +01:00
Sandro 10c8ab5e23
Merge pull request #109018 from 06kellyjac/exodus
exodus: 20.12.4 -> 21.1.7
2021-01-13 08:49:47 +01:00
Sandro c7a1cbf5cf
Merge pull request #100642 from oxzi/astroid-plugin-fix
astroid: fix python plugin usage
2021-01-13 08:49:29 +01:00
Sandro f73fb5337e
Merge pull request #100447 from uvNikita/ultralist 2021-01-13 08:47:53 +01:00
Sandro 0238b200e7
Merge pull request #109130 from yoctocell/gita-0.11.9 2021-01-13 08:44:12 +01:00
Florian Klink c0a6ee2511 gerrit: 3.2.3 -> 3.3.1
Fixes https://github.com/NixOS/nixpkgs/issues/109167
Addresses CVE-2020-8919
Addresses CVE-2020-8920
2021-01-12 23:08:43 -08:00
adisbladis 5ea6dcd1d2
emacsPackages.melpa-packages: 2021-01-13 2021-01-13 03:54:10 +01:00
adisbladis 19d9d0023d
emacsPackages.org-packages: 2021-01-13 2021-01-13 03:53:14 +01:00
adisbladis 051af70ce5
emacsPackages.elpa-packages: 2021-01-13 2021-01-13 03:53:13 +01:00
adisbladis 35fca4864e
emacs.update-from-overlay: Allow broken in all nix-instantiate calls 2021-01-13 03:52:39 +01:00
github-actions[bot] 3edc776d77
Merge master into staging-next 2021-01-13 01:11:17 +00:00
Alexandre Esteves 400213309c printrun: 1.6.0 -> 2.0.0rc5 2021-01-13 00:34:31 +00:00
Florian Klink 038de4c5b1 ufraw: remove
This is broken and unmaintained. nufraw seems to be a drop-in
alternative, but is currently broken (see
https://github.com/NixOS/nixpkgs/pull/108993#issuecomment-757988146).

Using Darktable seems to be the reasonable choice for now.

Closes https://github.com/NixOS/nixpkgs/issues/97946.
2021-01-13 00:30:46 +01:00
Sandro e35938ab71
Merge pull request #109135 from divanorama/mycrypto_1.7.13
mycrypto: 1.7.12 -> 1.7.13
2021-01-12 23:45:26 +01:00
Pavol Rusnak e6229b82f0
Merge pull request #108945 from prusnak/electrs
electrs: init at 0.8.6
2021-01-12 23:33:53 +01:00
yoctocell 0714396196
gitAndTools.gita: 0.10.10 -> 0.11.9 2021-01-12 19:59:55 +01:00
github-actions[bot] f47a1ddfe4
Merge master into staging-next 2021-01-12 18:47:24 +00:00
Niklas Hambüchen e350b35cce
Merge pull request #109103 from taku0/thunderbird-bin-78.6.1
thunderbird,  thunderbird-bin: 78.6.0 -> 78.6.1 [Critical security fix]
2021-01-12 19:36:40 +01:00
Sandro aa401c386f
Merge pull request #109106 from marzzzello/i3-update
i3, i3-gaps: 4.18.3 -> 4.19
2021-01-12 19:16:30 +01:00
Dmitry Ivankov c249d03341 mycrypto: 1.7.12 -> 1.7.13 2021-01-12 19:06:41 +01:00
Sandro 769a4a83e6
Merge pull request #90580 from fps/add-tap-plugins
tap-plugins: init at 1.0.1
2021-01-12 17:03:56 +01:00
Sandro 69b5b1a35f
Merge pull request #107884 from freezeboy/update-amfora
amfora: 1.6.0 -> 1.7.2
2021-01-12 17:02:38 +01:00
Sandro b53bee873e
Merge pull request #107841 from freezeboy/update-3proxy
_3proxy: 0.8.13 -> 0.9.3
2021-01-12 17:02:23 +01:00
marzzzello af56bbf6ac i3, i3-gaps: 4.18.3 -> 4.19
Upstream switched from the autotools build system to the meson build system.
Also the source archive format switched from tar.bz2 to tar.xz
The build now supports application documentation in /share/doc/i3/
https://i3wm.org/downloads/RELEASE-NOTES-4.19.txt
2021-01-12 16:55:21 +01:00
06kellyjac 245e4b7961 exodus: 20.12.4 -> 21.1.7 2021-01-12 15:02:47 +00:00
Sandro 65a4ef7cb8
Merge pull request #108221 from eduardosm/masterpdfeditor4
masterpdfeditor4: init at 4.3.89
2021-01-12 16:00:58 +01:00
Nikita Uvarov 33cc60dc34
ultralist: 0.8.1 -> 1.5.1 2021-01-12 15:48:50 +01:00
Nikita Uvarov 5b82aad3f9
ultralist: rename from todolist
Announcement: https://github.com/ultralist/ultralist/issues/136.
2021-01-12 15:48:45 +01:00
Anderson Torres 2900382c14
Merge pull request #109090 from hugolgst/update/calibre
calibre: 4.23.0 -> 5.9.0
2021-01-12 11:03:20 -03:00
Alvar Penning 1eae217a5f astroid: fix python plugin usage
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-12 13:47:27 +01:00
github-actions[bot] f1bb6c74f9
Merge master into staging-next 2021-01-12 12:34:36 +00:00
Hugo Lageneste bbe300a6b8
calibre: 4.23.0 -> 5.9.0
Updates calibre version to 5.9.0 by pinning the Python version to 3.
Calibre upgraded to Python 3 since the 5.0 release.
Adds aliases for removed packages.

Fixes #106256.
2021-01-12 13:11:54 +01:00
Maximilian Bosch 0ac27f8beb
Merge pull request #109037 from zeripath/gitea-add-sqlite-unlock-notify
gitea: add sqlite_unlock_notify build tag
2021-01-12 12:08:01 +01:00
freezeboy 7ff002dc9f amfora: 1.6.0 -> 1.7.2 2021-01-12 11:44:07 +01:00
Pavol Rusnak 488c4cf2e5
electrs: init at 0.8.6 2021-01-12 10:04:16 +01:00
github-actions[bot] bfcc20a149
Merge master into staging-next 2021-01-12 06:34:30 +00:00
David Birks fec9f56aa6 pulseeffects: 4.8.3 -> 4.8.4 2021-01-11 20:08:44 -08:00
github-actions[bot] 32a46d68f3
Merge master into staging-next 2021-01-12 01:04:47 +00:00
Sandro 5ea525376f
Merge pull request #108951 from erictapen/sub-batch-init
sub-batch: init at 0.3.0
2021-01-11 22:56:56 +01:00
fps.io 5e0cf323e7 tap-plugins: init at 1.0.1 2021-01-11 21:45:48 +01:00
github-actions[bot] 757ad34b82
Merge master into staging-next 2021-01-11 18:42:29 +00:00
Sandro 91c82426f0
Merge pull request #108925 from SuperSandro2000/fix-collection2 2021-01-11 19:26:51 +01:00
freezeboy 02e8041e72 _3proxy: 0.8.13 -> 0.9.3 2021-01-11 19:14:28 +01:00
taku0 b731d1e50d thunderbird: 78.6.0 -> 78.6.1 2021-01-12 03:13:06 +09:00
taku0 8ede48bb19 thunderbird-bin: 78.6.0 -> 78.6.1 2021-01-12 03:12:32 +09:00
zeripath 0e0900cba5
gitea: add sqlite_unlock_notify build tag
Fix #109004

When building Gitea with sqlite support the sqlite_unlock_notify tag must also be added otherwise there will be frequent error reports of database is locked.
2021-01-11 18:09:14 +00:00
Sandro 724887c85e
Merge pull request #107772 from nrdxp/kak-fzf
kak-fzf: 2020-05-24 -> 2020-07-26
2021-01-11 19:09:03 +01:00
Sandro 5faf6b7db6
Merge pull request #109022 from sikmir/buku
buku: enable on darwin
2021-01-11 17:47:47 +01:00
Sandro d3c91b35cb
Merge pull request #108976 from oyren/portfolio-0.50.0
portfolio: 0.49.3 -> 0.50.0
2021-01-11 17:34:58 +01:00
Sandro b373156539
Merge pull request #108974 from Stunkymonkey/mediaelch-2.8.4
mediaelch: 2.8.2 -> 2.8.4
2021-01-11 17:34:13 +01:00
Pavol Rusnak db132fe8db
Merge pull request #109026 from rnhmjoj/monero
monero: 0.1.17.8 -> 0.1.17.9
2021-01-11 17:17:48 +01:00
rnhmjoj bb3b833e36
monero-gui: 0.17.1.8 -> 0.17.1.9 2021-01-11 16:09:49 +01:00
Nikolay Korotkiy 56bec3c895
buku: enable on darwin 2021-01-11 18:01:11 +03:00
Manoj Karthick 36ee158783 reddsaver: init at 0.2.2
Motivation: Command line tool to download saved images from Reddit
2021-01-11 05:20:34 -08:00
Jan Tojnar 2b9372b2ca
Merge branch 'master' into staging-next 2021-01-11 13:36:42 +01:00
Sandro Jäckel e6925c9348
lieer: Disable tests 2021-01-11 12:11:36 +01:00
Sandro Jäckel 55444ed07f
nasc: Fix compilation with gcc10 2021-01-11 12:08:20 +01:00
Sandro Jäckel 0a1a3ad2d6
gnomecast: Disable tests 2021-01-11 12:08:20 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Justin Humm 509cd74e49
sub-batch: init at 0.3.0 2021-01-11 09:14:37 +01:00
Sandro 1109e2423d
Merge pull request #108753 from manojkarthick/expenses-init 2021-01-11 08:55:48 +01:00
github-actions[bot] 75bb36a66f
Merge staging-next into staging 2021-01-11 06:33:34 +00:00
github-actions[bot] db7b9735f9
Merge master into staging-next 2021-01-11 06:33:30 +00:00
Sandro 9411c1d387
Merge pull request #105402 from sikmir/crow-translate
crow-translate: init at 2.6.2
2021-01-11 02:11:46 +01:00
Sandro 2dc9bfb42f
Merge pull request #108191 from WolfangAukang/signumone-ks-init 2021-01-11 02:03:50 +01:00
github-actions[bot] 1cce663933
Merge staging-next into staging 2021-01-11 01:02:25 +00:00
github-actions[bot] 36bab113bf
Merge master into staging-next 2021-01-11 01:02:21 +00:00
Sandro f4017bff44
Merge pull request #108167 from fgaz/ft2-clone/1.42 2021-01-11 02:00:49 +01:00
rnhmjoj 2b29ae506e
monero: 0.17.1.8 -> 0.17.1.9 2021-01-10 23:31:07 +01:00
Jan Tojnar 88c998fb21
Merge branch 'staging-next' into staging 2021-01-10 23:24:57 +01:00
Jan Tojnar dd72357155
Merge branch 'master' into staging-next 2021-01-10 23:24:33 +01:00
Moritz Scheuren 68a9d3f345 portfolio: 0.49.3 -> 0.50.0 2021-01-10 21:55:56 +01:00
Felix Buehler 3928722424 mediaelch: 2.8.2 -> 2.8.4 2021-01-10 21:05:27 +01:00
John Ericson 05b5b5491e
Merge pull request #108507 from Ericson2314/ott-mode
ott-mode: Factor our from ott
2021-01-10 14:30:59 -05:00
Mario Rodas 4d0a146f69
Merge pull request #108905 from marsam/update-flexget
flexget: 3.1.95 -> 3.1.98
2021-01-10 14:19:31 -05:00
Sandro f41dc35387
Merge pull request #108799 from SuperSandro2000/fix-collection 2021-01-10 20:04:46 +01:00
github-actions[bot] bd9e17e21f
Merge staging-next into staging 2021-01-10 18:41:46 +00:00
github-actions[bot] 76394e4624
Merge master into staging-next 2021-01-10 18:41:43 +00:00
ajs124 fe0ee326e0
Merge pull request #108770 from FlorianFranzen/firefox_update
Firefox 84.0.2
2021-01-10 18:06:01 +01:00
Mark Vainomaa 855bf1a311
docker-proxy: 7b2b1fe -> fa125a3 2021-01-10 17:31:10 +02:00
Frederik Rietdijk b209617ff0 plasma5Packages: alias to the libsForQt5 used to build the plasma5 desktop
For in NixOS it is beneficial if both plasma5 and pam use the same Qt5
version. Because the plasma5 desktop may use a different version as the
default Qt5 version, we introduce plasma5Packages.
2021-01-10 15:59:45 +01:00
Frederik Rietdijk 49f21e06d9 Merge staging-next into staging 2021-01-10 15:51:40 +01:00
Frederik Rietdijk 0c42bb5027 Merge master into staging-next 2021-01-10 15:50:49 +01:00
Phillip Cloud 4cd4468144 nvidia-container-toolkit: remove unused input 2021-01-10 08:54:38 -05:00
Phillip Cloud 5af3dd4a96 nvidia-container-toolkit: fix license 2021-01-10 08:54:38 -05:00
Phillip Cloud 8f33bef20f nvidia-container-runtime: fix license 2021-01-10 08:54:38 -05:00
Phillip Cloud 7eed27754c libnvidia-container: fix license 2021-01-10 08:54:38 -05:00
Phillip Cloud 8169d5c644 nvidia-container-toolkit: pass nvidia-container-runtime into drv 2021-01-10 08:54:38 -05:00
Phillip Cloud f91f9eacd6 nvidia-container-toolkit: format 2021-01-10 08:54:37 -05:00
Phillip Cloud bc43141b48 nvidia-container-runtime: format 2021-01-10 08:54:37 -05:00
Phillip Cloud b0b92e598d libnvidia-container: remove line break 2021-01-10 08:54:37 -05:00
Phillip Cloud d93754bb40 nvidia-docker: fix lib access 2021-01-10 08:54:37 -05:00
Phillip Cloud e94a0228c5 nvidia-docker: clean up drv inputs 2021-01-10 08:54:37 -05:00
Phillip Cloud 6b5b64173f nvidia-docker: no longer perform templating of container runtime config files 2021-01-10 08:54:37 -05:00
Phillip Cloud 91b47ae43c nvidia-docker: podman-config.toml -> nvidia-podman/config.toml 2021-01-10 08:54:37 -05:00
Phillip Cloud e67c679649 nvidia-docker: split out nvidia-container-toolkit into separate drv 2021-01-10 08:54:37 -05:00
Phillip Cloud 610ec202dc nvidia-docker: split out nvidia-container-runtime into separate drv 2021-01-10 08:54:37 -05:00
Phillip Cloud 27cd42fd6d nvidia-docker: use pname for repo attribute 2021-01-10 08:54:37 -05:00
Phillip Cloud b578c28217 nvidia-docker: split out libnvidia-container into separate drv 2021-01-10 08:54:37 -05:00
Sandro Jäckel 55a9cbedca
i3altlayout: Disable tests 2021-01-10 13:18:41 +01:00
Sandro Jäckel 2ce71085bc
remarkable-mouse: Disable tests 2021-01-10 13:18:40 +01:00
Sandro Jäckel ecbf33092c
raiseorlaunch: Disable tests 2021-01-10 13:18:40 +01:00
Sandro Jäckel 87a1698247
dockbarx: Disable tests 2021-01-10 13:18:39 +01:00
Sandro ad97cdf81d
Merge pull request #108928 from SuperSandro2000/opustags 2021-01-10 13:14:56 +01:00
Sandro Jäckel 6bd95f2d1d
opustags: 1.5.1 -> 1.6.0 2021-01-10 11:00:00 +01:00
github-actions[bot] 31f01e4bcc
Merge staging-next into staging 2021-01-10 01:03:39 +00:00
github-actions[bot] 433c7b069c
Merge master into staging-next 2021-01-10 01:03:35 +00:00
Wilson E. Husin 9ecd8455de
sonobuoy: 0.19.0 -> 0.20.0 (#106928)
* Sonobuoy 0.19.0 -> 0.20.0

* Add comments to explain why we need both version and rev

Co-authored-by: Léo Gaspard <github@leo.gaspard.ninja>
2021-01-10 00:18:50 +01:00
markuskowa 965d351a54
Merge pull request #108864 from markuskowa/upd-octopus
octopus: 10.0 -> 10.3
2021-01-10 00:18:04 +01:00
Colin L Rice eabc2286e3 ipfs-cluster: 0.13.0 -> unstable-2020-10
ipfs-cluster hasn't had a release since may 2020, however go-ipfs needs
to be updated for support with go1.15 and go1.16 (1.14 goes out of
support in february).

I've requested they tag a new revision, but until then we'll have to use
an unstable version.

I've re enabled the tests since they pass and are critical to catch
errors within ipfs-cluster (and in general make maintenance easier). One
test failed, so I manually disabled it via a patch and .Skip()
2021-01-09 14:48:12 -05:00
Daniël de Kok e1af3f94f7
Merge pull request #108870 from 0x4A6F/master-zola
zola: 0.12.2 -> 0.13.0
2021-01-09 20:47:55 +01:00
Michael Weiss ac0fe3b0c0
wayvnc: 0.3.1 -> 0.4.0 2021-01-09 20:01:22 +01:00
github-actions[bot] fcbe48c797
Merge master into staging-next 2021-01-09 18:41:27 +00:00
Sandro d00ed88cf4
Merge pull request #108802 from cole-h/alacritty 2021-01-09 19:11:43 +01:00
Michael Weiss 85b23ec5e5
Merge pull request #108155 from primeos/libplacebo
libplacebo: 2.72.2 -> 3.104.0
2021-01-09 18:32:28 +01:00
Pavol Rusnak 5468a0563f
Merge pull request #108820 from prusnak/xr-update
monado: Add serviceSupport option
2021-01-09 17:58:08 +01:00
Michael Weiss 7d8351f4d7
libplacebo: 2.72.2 -> 3.104.0 2021-01-09 17:56:35 +01:00
Michael Weiss 288fb1f2ba
gitRepo: 2.11 -> 2.11.1 2021-01-09 17:49:35 +01:00
0x4A6F 880dcc6848
zola: 0.12.2 -> 0.13.0
- Enable HTML minification
- Support `output_dir` in `config.toml`
- Allow sections to be drafted
- Allow specifying default language in filenames
- Render emoji in Markdown content if the `render_emoji` option is enabled
- Enable YouTube privacy mode for the YouTube shortcode
- Add language as class to the `<code>` block and as `data-lang`
- Add bibtex to `load_data`
- Add a `[markdown]` section to `config.toml` to configure rendering
- Add `highlight_code` and `highlight_theme` to a `[markdown]` section in `config.toml`
- Add `external_links_target_blank`, `external_links_no_follow` and `external_links_no_referrer`
- Add a `smart_punctuation` option in the `[markdown]` section in `config.toml` to turn elements like dots and dashes
into their typographic forms
- Add iteration count variable `nth` for shortcodes to know how many times a shortcode has been invoked in a given
content
- Update some highlighting syntaxes and the TS syntax will now be used instead of JS due to issues with it
- Remove `zola serve --watch-only`: since we build the HTML in memory and not on disk, it doesn't make sense anymore
- Update clojure syntax
- Prefer extra syntaxes to the default ones if we have a match for language
- Fix `zola serve` having issues with non-ascii paths
- 404 page now gets the site default language as `lang`
2021-01-09 16:47:10 +00:00
Sandro 5ec6c8e718
Merge pull request #108813 from sikmir/osmium 2021-01-09 17:46:26 +01:00
Markus Kowalewski 14caa4b2bf
octopus: 10.0 -> 10.3 2021-01-09 16:32:49 +01:00
Markus Kowalewski 0961d5b998
octopus: update licenses 2021-01-09 16:32:49 +01:00
Cole Helbling 016ebc0604
alacritty: 0.7.0 -> 0.7.1
https://github.com/alacritty/alacritty/releases/tag/v0.7.1

https://github.com/alacritty/alacritty/compare/v0.7.0...v0.7.1
2021-01-09 07:18:26 -08:00
Michael Weiss 84840c81e3
chromiumDev: 89.0.4356.6 -> 89.0.4381.6 2021-01-09 14:53:20 +01:00
Kevin Cox f56a833916
Merge pull request #108668 from moritzschaefer/fix-sparkleshare-dependency
Add sh/bash dependency to fix 'missing sh in PATH' error
2021-01-09 07:40:53 -05:00
Moritz Schaefer b78ec60157 sparkleshare: add missing 'bash' dependency
Sparkleshare requires 'sh' to be in its PATH, or push-operations fail. Its PATH consists of a single entry, which is configured in the postInstall phase. The bash-derivative includes 'sh', and adding it to the dependencies resolves the issue.
2021-01-09 12:33:29 +01:00
Michael Weiss 8ae8602bf7
Merge branch 'master' into staging-next
Manually resolved a conflict in
pkgs/development/libraries/libbladeRF/default.nix.
2021-01-09 12:16:11 +01:00
Cyril Cohen 9ffd16b385 coqPackages: refactor 2021-01-09 11:56:17 +01:00
Jörg Thalheim ce9a7356a3
Merge pull request #108547 from cpcloud/podman-nvidia 2021-01-09 10:37:29 +00:00
Alyssa Ross 81b0104d85 hello-wayland: init at 2020-07-27
This is a program that just displays a static cat picture in a Wayland
window.  I packaged it a while ago thinking it wouldn't be useful for
anybody else, but a conversation on IRC today made me realise it would
be!

hello-wayland is very useful as a minimal example when hacking on
Wayland ecosystem stuff -- even if Firefox doesn't work yet,
hello-wayland probably will and that can be useful to guide you in the
right direction!
2021-01-09 06:47:53 +00:00
Manoj Karthick 1c28232076 expenses: init at 0.2.1
Motivation: An interactive command line expense logger
2021-01-08 21:55:09 -08:00
Sandro 58ce91234f
Merge pull request #108785 from 06kellyjac/terragrunt
terragrunt: 0.26.7 -> 0.27.0
2021-01-09 03:28:16 +01:00
Sandro 25fc7dc36f
Merge pull request #108781 from 06kellyjac/starboard-octant-plugin
starboard-octant-plugin: 0.7.1 -> 0.8.0
2021-01-09 03:15:42 +01:00
github-actions[bot] e251591528
Merge master into staging-next 2021-01-09 01:00:25 +00:00
Joe Hermaszewski 42743be017
monado: Add serviceSupport option
This controls XRT_FEATURE_SERVICE. See
https://gitlab.freedesktop.org/monado/monado/-/blob/master/doc/targets.md#xrt_feature_service-disabled
for more info.
2021-01-09 00:38:10 +01:00
Joe Hermaszewski b08b22d85f
xrgears: init at unstable-2020-04-15 2021-01-09 00:36:01 +01:00
Pavol Rusnak 9ff1aa8d2c
Merge pull request #106888 from NomisIV/master
blender: add option for OptiX
2021-01-09 00:25:55 +01:00
Nikolay Korotkiy 00a23bd1b3
osmium-tool: 1.12.1 → 1.13.0 2021-01-09 00:51:40 +03:00
Daniël de Kok b12a7fe9d9
Merge pull request #108806 from danieldk/makemkv-1.15.4
makemkv: 1.15.3 -> 1.15.4
2021-01-08 21:40:31 +01:00
Timo Kaufmann 05983b1825
Merge pull request #98969 from xwvvvvwx/lndconnect
lndconnect: init at 0.2.0
2021-01-08 21:13:33 +01:00
Daniël de Kok 09c533a46e makemkv: 1.15.3 -> 1.15.4
Upstream changes:

* Improved hanbdling of disks with mastering errors.
* Seamless joining  of TrueHD streams with overlapping frames.
* Recognizes and converts double-track Dolby Vision MKV files.
* Internal improvements and bugfixes.
2021-01-08 20:38:01 +01:00
Anderson Torres d54d5f6602
Merge pull request #108194 from Vonfry/fix/emacs/gnuplot
emacsPackages.gnuplot: autoreconf is not needed any longer.
2021-01-08 16:25:28 -03:00
Cole Helbling 4dadeb3730
alacritty: 0.6.0 -> 0.7.0
https://github.com/alacritty/alacritty/releases/tag/v0.7.0

https://github.com/alacritty/alacritty/compare/v0.6.0...v0.7.0
2021-01-08 10:53:08 -08:00
github-actions[bot] f89e74dbcc
Merge master into staging-next 2021-01-08 18:37:56 +00:00
06kellyjac 5aabd460ca terragrunt: 0.26.7 -> 0.27.0 2021-01-08 16:30:49 +00:00
Mario Rodas 422659123e
Merge pull request #108764 from xwvvvvwx/lieer-1.3
lieer: 1.2 -> 1.3
2021-01-08 11:09:05 -05:00
Mario Rodas 3f45221a23
Merge pull request #108767 from madjar/bump-pijul
pijul: 1.0.0-alpha.24 -> 1.0.0-alpha.31
2021-01-08 11:07:16 -05:00
06kellyjac 2f26edbeec starboard-octant-plugin: 0.7.1 -> 0.8.0 2021-01-08 16:00:19 +00:00
Sandro e90b05bfd8
Merge pull request #108729 from sikmir/mtpaint
mtPaint: 3.49.12 → 3.50.01
2021-01-08 16:18:59 +01:00