Alyssa Ross
547b5b7a73
ruby.withPackages: preserve setup hooks ( #72743 )
...
This fixes
nix-shell -p 'ruby.withPackages (const [])' ruby.devdoc
which otherwise wouldn't find documentation, unlike
nix-shell -p ruby ruby.devdoc
which would, because ruby has setup hooks to accomodate for this, that
were being masked by the withPackages wrapper.
2019-11-03 22:09:44 +00:00
Jan Tojnar
3df93dbe0e
Merge pull request #72386 from jtojnar/gimp-2.10.14
...
gimp: 2.10.12 → 2.10.14
2019-11-03 21:48:13 +01:00
John Ericson
d8cf78466e
Merge pull request #72694 from kirelagin/gnu-efi-cross
...
gnu-efi: Use their crosscompilation support correctly
2019-11-03 15:14:29 -05:00
Jonathan Ringer
deb201b311
update-python-libraries: update usage comments
2019-11-03 12:03:27 -08:00
R. RyanTM
6ca77c43ae
yq: 2.7.2 -> 2.8.1
2019-11-03 19:59:25 +01:00
Daiderd Jordan
80a5dd7f02
gegl: fix darwin build
...
../gegl/opencl/cl_gl.h:37:10: fatal error: 'OpenGL/CGLDevice.h' file not found
#include <OpenGL/CGLDevice.h>
2019-11-03 18:59:24 +01:00
worldofpeace
c751f6000b
Merge pull request #69052 from worldofpeace/elementary-updates-maybe-5.1
...
Pantheon 5.1
2019-11-03 17:03:04 +00:00
Ryan Mulligan
5d5dfbfb8a
Merge pull request #72552 from danieldk/spacy-2.2.2
...
Update spacy to 2.2.2 + necessary dependency updates
2019-11-03 07:58:12 -08:00
Terje Larsen
9a4ae42195
Revert "python: pg8000: 1.12.5 -> 1.13.2"
...
This reverts commit 35bdea0d6c
.
2019-11-03 16:44:51 +01:00
worldofpeace
3507066e16
Merge pull request #72720 from bandresen/clj-kondo_bump_v2019.10.26
...
clj-kondo: 2019.07.31-alpha -> 2019.10.26
2019-11-03 15:32:38 +00:00
Benjamin Andresen
a88a238724
clj-kondo: 2019.07.31-alpha -> 2019.10.26
2019-11-03 16:20:54 +01:00
Frederik Rietdijk
458964dea2
gcc8: make building w/LTO support optional, fixes eval
2019-11-03 16:04:52 +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
5b46a7c240
gcc7: make building w/LTO support optional, don't use in bootstrap tools
2019-11-03 14:52:44 +01:00
Michael Eden
5b96d9cf21
nodejs: cross compile runtime for ARM
2019-11-03 14:45:13 +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
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
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
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
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
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
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
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
R. RyanTM
5a8a2e9d33
serialdv: 1.1.2 -> 1.1.4
2019-11-03 10:22:25 +01:00
Frederik Rietdijk
0caf36def0
Merge master into staging-next
2019-11-03 10:15:58 +01:00
R. RyanTM
2947823125
python38Packages.wxPython_4_0: 4.0.6 -> 4.0.7
2019-11-03 10:05:01 +01:00
R. RyanTM
0d71f7fec7
simpleitk: 1.2.2 -> 1.2.3
2019-11-03 10:04:39 +01:00
R. RyanTM
ee3ab209fe
sysprof: 3.34.0 -> 3.34.1
2019-11-03 10:03:07 +01:00
R. RyanTM
cf9b33dd49
template-glib: 3.32.0 -> 3.34.0
2019-11-03 00:47:42 -07:00
R. RyanTM
f42e4ef5f9
python38Packages.twilio: 6.29.3 -> 6.32.0
2019-11-02 17:01:43 -07:00
R. RyanTM
b425aa6393
python38Packages.pypillowfight: 0.2.4 -> 0.3.0
2019-11-02 16:45:32 -07:00
R. RyanTM
f64ad2582b
python38Packages.dogpile_cache: 0.8.0 -> 0.9.0
2019-11-02 16:41:39 -07:00
R. RyanTM
780ae6ff39
python38Packages.django_extensions: 2.2.3 -> 2.2.5
2019-11-02 16:35:06 -07:00
R. RyanTM
20361715aa
python38Packages.plumbum: 1.6.7 -> 1.6.8
2019-11-02 16:33:57 -07:00
R. RyanTM
742e3de047
python38Packages.boolean-py: 3.6 -> 3.7
2019-11-02 16:32:26 -07:00
R. RyanTM
19d0158940
python38Packages.azure-mgmt-storage: 5.0.0 -> 6.0.0
2019-11-02 16:31:02 -07:00
R. RyanTM
48b1e9d6ed
python38Packages.elementpath: 1.3.0 -> 1.3.1
2019-11-02 16:30:02 -07:00
R. RyanTM
035dcb39ed
python38Packages.flask-jwt-extended: 3.24.0 -> 3.24.1
2019-11-02 16:29:27 -07:00
R. RyanTM
ba3d399a1f
python38Packages.emcee: 3.0.0 -> 3.0.1
2019-11-02 16:28:47 -07:00
R. RyanTM
980ecf2cba
libburn: 1.5.0 -> 1.5.2 ( #72547 )
2019-11-03 00:09:49 +01:00
R. RyanTM
1d7166766d
libisofs: 1.5.0 -> 1.5.2 ( #72545 )
2019-11-02 23:59:35 +01:00
Ryan Mulligan
63d74db555
Merge pull request #72615 from r-ryantm/auto-update/postman
...
postman: 7.9.0 -> 7.10.0
2019-11-02 15:58:56 -07:00
R. RyanTM
025964d772
libxls: 1.5.1 -> 1.5.2 ( #72557 )
2019-11-02 23:47:32 +01:00
R. RyanTM
fd66f95106
libwhereami: 0.3.0 -> 0.3.1 ( #72561 )
2019-11-02 23:44:23 +01:00