Commit graph

200617 commits

Author SHA1 Message Date
Mario Rodas 8a1569d1c5
x11docker: add missing dependencies 2019-11-03 09:00:00 -05:00
Franz Pletz c424a9dec5
sshfs: fix fetchpatch hash 2019-11-03 14:58:56 +01:00
Mario Rodas d21aab443a
Merge pull request #72705 from r-ryantm/auto-update/wolfssl
wolfssl: 4.1.0 -> 4.2.0
2019-11-03 08:53:05 -05:00
Will Dietz 43c721df4a make-bootstrap-tools: use 'extreme' option to reduce size but not cost
Apparently this option trades compression time for size,
and explicitly does so without increasing resources needed in decomp.

Doesn't make tarball creation unbearable, so add it to options!
2019-11-03 14:52:44 +01:00
Will Dietz 78d3cb1d16 binutils: offer "for bootstrap" variant that's less.. feature-complete 2019-11-03 14:52:44 +01:00
Will Dietz 5b46a7c240 gcc7: make building w/LTO support optional, don't use in bootstrap tools 2019-11-03 14:52:44 +01:00
Mario Rodas 9920076549
Merge pull request #72688 from marsam/update-du-dust
du-dust: 0.2.3 -> 0.4.1.2
2019-11-03 08:47:12 -05:00
Gabriel Ebner 8821d1f68f
Merge pull request #72711 from gebner/freecad0184
freecad: 0.18.3 -> 0.18.4
2019-11-03 14:45:40 +01:00
Michael Eden 5b96d9cf21 nodejs: cross compile runtime for ARM 2019-11-03 14:45:13 +01:00
Jan Tojnar f3a8147404
gimpPlugin.exposureBlend: mark as broken
It produces an error:

	GIMP-Error: Calling error for procedure 'gimp-image-get-active-layer':
	Procedure 'gimp-image-get-active-layer' has been called with an invalid ID for argument 'image'. Most likely a plug-in is trying to work on an image that doesn't exist any longer.

	(script-fu:25123): GLib-WARNING **: 12:41:03.500: (../glib/gerror.c:416):g_error_new_valist: runtime check failed: (domain != 0)
	script-fu-Warning: Error while loading /nix/store/31y1qiyg8fzn07yz6lrnkbja33298gmz-gimp-with-plugins-2.10.14/share/gimp/2.0/scripts/exposure-blend/nds9ds1m18d0wg1b01fch8wyzdwpmr8x-exposure-blend.scm:

	Error: (/nix/store/31y1qiyg8fzn07yz6lrnkbja33298gmz-gimp-with-plugins-2.10.14/share/gimp/2.0/scripts/exposure-blend/nds9ds1m18d0wg1b01fch8wyzdwpmr8x-exposure-blend.scm : 627) Procedure execution of gimp-image-get-active-layer failed on invalid input arguments: Procedure 'gimp-image-get-active-layer' has been called with an invalid ID for argument 'image'. Most likely a plug-in is trying to work on an image that doesn't exist any longer.
2019-11-03 14:43:14 +01:00
Jan Tojnar e93c38ff7c
gimp-with-plugins: pass all script attributes
to the pluginDerivation
2019-11-03 14:43:14 +01:00
Jan Tojnar 46818a55b1
gimpPlugins.gap: fix build 2019-11-03 14:43:13 +01:00
Jan Tojnar a73ad445a9
gimpPlugins.waveletSharpen: fix build 2019-11-03 14:43:13 +01:00
Jan Tojnar 8da26cc578
gimp-with-plugins: install plug-ins into subdirs
GIMP 3 will require all plugins to be installed into their own subdirectories, so let’s just do that now.
2019-11-03 14:43:13 +01:00
Jan Tojnar ae21a2bc60
gimp-with-plugins: fix installing custom scripts
script-fu (Scheme) scripts are not actually loaded from $GIMP2_PLUGINDIR (lib/gimp/2.10) but $GIMP_DATADIR (share/gimp/2.10).
2019-11-03 14:43:12 +01:00
Jan Tojnar 43c3f471b8
gimp: format with nixpkgs-format 2019-11-03 14:43:12 +01:00
Jan Tojnar c75c6b588a
gimp: 2.10.12 → 2.10.14
https://www.gimp.org/news/2019/10/31/gimp-2-10-14-released/
2019-11-03 14:43:12 +01:00
Jan Tojnar 258f6f4437
gegl_0_4: 0.4.16 → 0.4.18
https://gitlab.gnome.org/GNOME/gegl/blob/GEGL_0_4_18/docs/NEWS.txt#L1-123

Ported to Meson, which means ton of extra dependencies used by default.
Though the closure size effect appears to be minimal: 88.9M → 92.9M

Also drop GTK dependency, since it is not needed any more (was it ever?)
2019-11-03 14:43:09 +01:00
Alex Rice 66611546f0 brillo: init at 1.4.8 2019-11-03 14:42:43 +01:00
Franz Pletz 6928b5c12b
arangodb: 3.3.23.1 -> 3.3.24, 3.4.7 -> 3.4.8, 3.5.0-rc.7 -> 3.5.1 2019-11-03 14:33:50 +01:00
Franz Pletz 286bfac78c
libksi: 2015-07-03 -> 3.20.3025 2019-11-03 14:33:50 +01:00
Jan Tojnar 148eae459b
poly2tri-c: init at 0.1.0 2019-11-03 14:31:38 +01:00
Jan Tojnar fdd6153555
netsurf.libnsgif: build on Darwin 2019-11-03 14:31:38 +01:00
Jan Tojnar a881d113a9
netsurf.buildsystem: build on Darwin 2019-11-03 14:31:37 +01:00
Michael Weiss 3f0d188f65
sshfs: 3.5.2 -> 3.6.0
The patch prevents the following error:
[2/7] Generating manpages with a custom command.
../sshfs.rst:210: (ERROR/3) Unexpected indentation.
../sshfs.rst:211: (WARNING/2) Block quote ends without a blank line; unexpected unindent.
2019-11-03 14:21:43 +01:00
Michael Weiss 828061351c
fuse3: 3.7.0 -> 3.8.0 2019-11-03 14:21:43 +01:00
Gabriel Ebner cf5597809e freecad: 0.18.3 -> 0.18.4 2019-11-03 14:14:35 +01:00
Renaud 266d3dd7f6
Merge pull request #72187 from Izorkin/netdata-fix
nixos/netdata: add which to path
2019-11-03 14:06:51 +01:00
Michael Weiss 5b2a6c9984
gns3-{gui,server}: 2.2.0 -> 2.2.1 2019-11-03 14:05:31 +01:00
Michael Weiss 546c02c0e4
androidStudioPackages.beta: 3.6.0.13 -> 3.6.0.14 2019-11-03 14:05:31 +01:00
Florian Klink 51dc44f91a
Merge pull request #72642 from r-ryantm/auto-update/python3.8-twilio
python38Packages.twilio: 6.29.3 -> 6.32.0
2019-11-03 13:58:34 +01:00
Renaud 21b48a2db1
Merge pull request #72409 from prusnak/veracrypt
veracrypt: 1.23-Hotfix-2 -> 1.24-Hotfix1
2019-11-03 13:51:21 +01:00
Tobias Mayer a7cd3c2d82 cmake-format: init at 0.6.0 2019-11-03 13:47:38 +01:00
Frederik Rietdijk f3bc4373dc
Merge pull request #72224 from NixOS/staging-next
Staging next
2019-11-03 13:31:58 +01:00
Ente edc0b28d28 maintainers: add Enteee 2019-11-03 13:24:48 +01:00
Ente 8177aa48c3 keepass-otpkeyprov: init at 2.6 2019-11-03 13:22:57 +01:00
zimbatm 01f6d4d36f
Merge pull request #72419 from WilliButz/rubyPackages/remove-global-v8-pinning
rubyPackages: remove global v8 pinning
2019-11-03 12:19:18 +00:00
R. RyanTM 7befcddb33 wolfssl: 4.1.0 -> 4.2.0 2019-11-03 03:50:53 -08:00
R. RyanTM a40b03c608 x11docker: 6.2.0 -> 6.3.0 2019-11-03 03:36:33 -08:00
Jan Tojnar 561b40dacb
Merge pull request #72676 from r-ryantm/auto-update/template-glib
template-glib: 3.32.0 -> 3.34.0
2019-11-03 12:35:19 +01:00
Jan Tojnar 56cd83a71a
gnome3.swell-foop: 3.34.0 -> 3.34.1 (#72677)
gnome3.swell-foop: 3.34.0 -> 3.34.1
2019-11-03 12:32:23 +01:00
Renaud a5807e79c9
Merge pull request #71507 from SRGOM/patch-11
nixos/x11/libinput: Document values for option
2019-11-03 12:30:09 +01:00
Pavol Rusnak 17e7fb2fef
veracrypt: 1.23-Hotfix-2 -> 1.24-Hotfix1 2019-11-03 11:33:54 +01:00
Kirill Elagin 7cacaea1db gnu-efi: Use their crosscompilation support correctly
IIUC, previously, the cross-compilation support was done in a somewhat
hacky way and was, basically, special-cased for ARM.

Now we use the cross-compilation support intergrated into their own
build system.

Test:

* nix-build --arg crossSystem '(import <nixpkgs/lib>).systems.examples.musl64' '<nixpkgs>' -A gnu-efi
2019-11-03 13:29:30 +03:00
Frederik Rietdijk 7827d3f449 python35: 3.5.8 -> 3.5.9
There were no new changes in version 3.5.9; 3.5.9 was released only because of a CDN caching problem,
which resulted in some users downloading a prerelease version of the 3.5.8 .xz source tarball.
Apart from the version number, 3.5.9 is identical to the proper 3.5.8 release.
2019-11-03 11:21:05 +01:00
xrelkd bd638c7f04 just: 0.4.4 -> 0.4.5 2019-11-03 12:09:02 +02:00
R. RyanTM c9c0e6f5aa synthv1: 0.9.10 -> 0.9.11 2019-11-03 02:03:25 -08:00
R. RyanTM a4a032376f checkstyle: 8.25 -> 8.26 (#72467) 2019-11-03 10:31:19 +01:00
R. RyanTM 36038807ca alembic: 1.7.11 -> 1.7.12 (#72454) 2019-11-03 10:28:07 +01:00
Renaud c7fdfc4128
Merge pull request #72581 from romildo/upd.theme-jade1
theme-jade1: 3.3 -> 1.5
2019-11-03 10:25:11 +01:00