Commit Graph

156266 Commits

Author SHA1 Message Date
Jörg Thalheim
7e51738957
Merge pull request #48751 from unode/freerdp
freerdp: 2.0.0-rc2 -> 2.0.0-rc3
2018-10-21 00:12:03 +01:00
Jörg Thalheim
27f51b4884
Merge pull request #48759 from mayflower/pkg/stern
stern: 1.8.0 -> 1.10.0
2018-10-20 23:59:26 +01:00
Jörg Thalheim
52ad76f074
Merge pull request #48747 from vlaci/master
kitty: fix locating libstartup-notification-1
2018-10-20 23:50:17 +01:00
Jörg Thalheim
9b1c2c479b
Merge pull request #48750 from Ma27/fix-vim-clang-completion
vimPlugins.clang_complete: fix path to libclang.so
2018-10-20 23:45:19 +01:00
Timo Kaufmann
38c71c1163
Merge pull request #48394 from r-ryantm/auto-update/libvirt-glib
libvirt-glib: 1.0.0 -> 2.0.0
2018-10-20 23:26:54 +02:00
Timo Kaufmann
a3971059e1
Merge pull request #47081 from r-ryantm/auto-update/elfutils
elfutils: 0.173 -> 0.174
2018-10-20 23:18:45 +02:00
Timo Kaufmann
dd00db3c63
Merge pull request #46992 from r-ryantm/auto-update/ocamlbuild
ocamlPackages.ocamlbuild: 0.12.0 -> 0.13.0
2018-10-20 23:12:04 +02:00
Timo Kaufmann
2b5a353535
Merge pull request #46991 from r-ryantm/auto-update/openal-soft
openal: 1.18.2 -> 1.19.0
2018-10-20 23:09:51 +02:00
Timo Kaufmann
4fb56f1368
Merge pull request #48387 from r-ryantm/auto-update/ocaml4.06.1-ppxlib
ocamlPackages.ppxlib: 0.3.0 -> 0.3.1
2018-10-20 23:01:08 +02:00
Timo Kaufmann
d75c5585cd
Merge pull request #48755 from leenaars/thonny
thonny: 3.0.0b3 -> 3.0.1
2018-10-20 22:58:07 +02:00
Vladyslav M
183310a75b
Merge pull request #48746 from romildo/upd.sierra-gtk-theme
sierra-gtk-theme: 2018-10-01 -> 2018-10-12
2018-10-20 23:34:01 +03:00
Jörg Thalheim
9772ea0314
Merge pull request #48693 from samueldr/ruby/2.5.3
ruby: 2.5.2 -> 2.5.3
2018-10-20 21:24:25 +01:00
Jaka Hudoklin
8ff3df3eef
Merge pull request #48736 from mayflower/pkg/minishift
minishift: init at 1.25.0
2018-10-20 22:14:06 +02:00
Jaka Hudoklin
c018b7c73d
Merge pull request #48758 from mayflower/pkg/docker-machine-kvm
docker-machine-kvm: 0.8.2 -> 0.10.0, docker-machine-kvm2: use minikube source
2018-10-20 22:03:28 +02:00
Franz Pletz
672ff7eb0e
docker-machine-kvm2: use minikube version & source 2018-10-20 21:44:32 +02:00
Franz Pletz
5d45de1fc1
docker-machine-kvm: 0.8.2 -> 0.10.0 2018-10-20 21:44:31 +02:00
Franz Pletz
02ca5c10ef
stern: 1.8.0 -> 1.10.0 2018-10-20 21:43:36 +02:00
Joachim F
c39fa89db5
Merge pull request #48727 from spacefrogg/factor
factor-lang: 0.97 -> 0.98
2018-10-20 19:40:23 +00:00
Michiel Leenaars
2fd8732ccc thonny: 3.0.0b3 -> 3.0.1 2018-10-20 21:26:20 +02:00
Silvan Mosberger
2146c6d8db
Merge pull request #48756 from Infinisil/fix/znc-extraZncConf
nixos/znc: Fix regressions introduced in #45470
2018-10-20 21:17:02 +02:00
Stewart Mackenzie
d0b9f95ac8 ndn-cxx: fixed broken build and updated to latest release (#48706) 2018-10-20 21:16:26 +02:00
Silvan Mosberger
1fa1bcbab0
nixos/znc: Fix confOptions.uriPrefix not being applied
This was overlooked on a rebase of mine on master, when I didn't realize
that in the time of me writing the znc changes this new option got
introduced.
2018-10-20 20:56:30 +02:00
Timo Kaufmann
0c7934017b
Merge pull request #48741 from uvNikita/todolist/upgrade
todolist: 0.8 -> 0.8.1
2018-10-20 20:44:45 +02:00
Vaskó László
2fdfa2115d kitty: fixing environment variable substituition in docs/Makefile
The previous substitutution only worked by accident as make requires
environment variables to be enclosed in curly brackets as shown in this
excerpt from the build output:
> PYTHONPATH=YTHONPATH:.. HOME=MPDIR/nowhere sphinx-build -M html "." "_build" -T

The substituition is moved to the existing patch file to simplify the
builder expression.
2018-10-20 20:42:23 +02:00
Vaskó László
1842c4aaa4 kitty: fix locating libstartup-notification-1
Startup notification doesn't work in recent versions of Kitty:
> Traceback (most recent call last):
>   File "/nix/store/3a3b0xd952gp8jw70k5kh3a4zhgzf0p7-kitty-0.12.3/bin/../lib/kitty/kitty/utils.py", line 216, in init_startup_notification
>     return init_startup_notification_x11(window_handle, startup_id)
>   File "/nix/store/3a3b0xd952gp8jw70k5kh3a4zhgzf0p7-kitty-0.12.3/bin/../lib/kitty/kitty/utils.py", line 201, in init_startup_notification_x11
>     return init_x11_startup_notification(display, window_handle, sid)
> OSError: Failed to load libstartup-notification-1.so with error: libstartup-notification-1.so: cannot open shared object file: No such file or directory

Apparently dispatching of startup notification has been moved to a C
binding in kitty 0.6.0 [1] so the substituion had to be modified to reflect
that. Without this fix Kitty still works except that window managers
which depend on startup notifications to be fired (e.g. Awesome)
cannot apply special placement rules.

The substitution mechanism is also changed to use a patch file to detect
this kind of mistakes in the future.

[1]: b08f4ab593
2018-10-20 20:40:54 +02:00
Silvan Mosberger
039fc37f9c
nixos/znc: Fix confOptions.extraZncConf being applied to wrong section
This bug was introduced in https://github.com/NixOS/nixpkgs/pull/41467
2018-10-20 20:36:18 +02:00
Jörg Thalheim
ef10c80847
Merge pull request #48742 from danieldk/spacy-update
pythonPackages.spacy: 2.0.12 -> 2.0.16
2018-10-20 19:25:51 +01:00
Michael Weiss
d3ede3db59 androidStudioPackages.{dev,canary}: 3.3.0.12 -> 3.4.0.0 2018-10-20 20:03:55 +02:00
Michael Weiss
ff93048c3b androidStudioPackages.beta: 3.2.1.0 -> 3.3.0.13 2018-10-20 20:03:09 +02:00
Thomas Tuegel
2285503d54
Merge pull request #48555 from bkchr/kde_frameworks_5_51
kde-frameworks: 5.50 -> 5.51
2018-10-20 11:43:05 -05:00
Renaud
80906eb858
Merge pull request #48522 from r-ryantm/auto-update/flatpak
flatpak: 1.0.2 -> 1.0.4
2018-10-20 17:21:49 +02:00
Renaud
ffcfa3f820
Merge pull request #48335 from pnelson/weather-icons-2.0.10
weather-icons: init at 2.0.10
2018-10-20 17:21:24 +02:00
Tim Steinbach
154f457bc3
linux: 4.18.15 -> 4.18.16 2018-10-20 11:16:21 -04:00
Tim Steinbach
719087fb8c
linux: 4.14.77 -> 4.14.78 2018-10-20 11:15:12 -04:00
Tim Steinbach
560e61a3fd
linux: 4.9.134 -> 4.9.135 2018-10-20 11:14:57 -04:00
Tim Steinbach
218bf14c3e
linux: 4.4.161 -> 4.4.162 2018-10-20 11:14:19 -04:00
Renato Alves
7cd0cec3f4
freerdp: 2.0.0-rc2 -> 2.0.0-rc3 2018-10-20 16:53:15 +02:00
Renaud
0b97a9c475
Merge pull request #48386 from r-ryantm/auto-update/opencollada
opencollada: 1.6.63 -> 1.6.65
2018-10-20 16:23:03 +02:00
José Romildo Malaquias
1fcf0a143e sierra-gtk-theme: 2018-10-01 -> 2018-10-12 2018-10-20 11:13:15 -03:00
R. RyanTM
2be930cc4a flatbuffers: 1.8.0 -> 1.10.0 (#48521)
* flatbuffers: 1.8.0 -> 1.10.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatbuffers/versions

* flatbuffers: fix build on Darwin and enable checks

Bazel BUILD file is conflicting with build directory on case-insensitive FS
+ checkPhase now runs "make test"
2018-10-20 15:33:09 +02:00
Thomas Tuegel
43130899ab
Merge pull request #48700 from alyssais/qtwebkit-darwin
qt59.qtwebkit: fix build on Darwin
2018-10-20 08:27:49 -05:00
Thomas Tuegel
2e4397f631
Merge pull request #35213 from jluttine/suitesparse-5.1.2
suitesparse: 4.4.4 -> 5.3.0
2018-10-20 08:07:27 -05:00
Maximilian Bosch
d301d5cb74
vimPlugins.clang_complete: fix path to libclang.so
With the current plugin configuration I get the following error when
opening a C/C++ file in ViM:

```
"main.cpp" 246L, 7522C
Loading libclang failed, completion won't be available. Are you sure '/nix/store/jdz3pbl853dw6k0qg54ifd5fplkq7xl8-cla
ng-3.9.1/lib/libclang.so' contains libclang?
```
2018-10-20 14:54:46 +02:00
Pierre Bourdon
cf58856d90 nixos/prometheus: add webExternalUrl option
Similar to the prometheus.alertmanager.webExternalUrl option, but for
Prometheus itself.
2018-10-20 13:45:55 +02:00
Daniël de Kok
b932a35c08 pythonPackages.spacy: 2.0.12 -> 2.0.16 2018-10-20 12:20:42 +02:00
Daniël de Kok
b505418a70 pythonPackages.thinc: 6.11.2 -> 6.12.0 2018-10-20 12:20:41 +02:00
Daniël de Kok
5e58e979e4 pythonPackages.preshed: 1.0.1 -> 2.0.1 2018-10-20 12:20:37 +02:00
Daniël de Kok
5653f3d531 pythonPackages.cymem: 1.31.2 -> 2.0.2 2018-10-20 12:20:30 +02:00
Nikita Uvarov
8659ff38a8
todolist: 0.8 -> 0.8.1 2018-10-20 11:32:30 +02:00
markuskowa
7a10601dc4
Merge pull request #48530 from r-ryantm/auto-update/chirp-daily
chirp: 20180906 -> 20181009
2018-10-20 11:26:16 +02:00