Commit Graph

156709 Commits

Author SHA1 Message Date
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
Piotr Bogdan
be63e30563 debootstrap: fix up paths to {chroot,unshare}, small clean up
Fixes #45915.
2018-10-20 18:02:09 +01: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
Yegor Timoshenko
7731f70045
Merge pull request #46920 from urkud/pokerth-1.1.2
pokerth: 1.1.1 -> 1.1.2, refactor, Qt 5
2018-10-20 09:11:51 +00:00
Daniël de Kok
35349b17cf libtensorflow: add pkgconfig file
Some software that depends on libtensorflow (e.g. the Tensorflow Rust
bindings) expect tensorflow.pc to be available. This change adds a
pkgconfig file.
2018-10-20 09:49:53 +02:00
Jörg Thalheim
809e566c25
Merge pull request #48716 from jslight90/mattermost
mattermost: 5.3.0 -> 5.4.0
2018-10-20 08:42:22 +01:00
Frederik Rietdijk
ca6ee8f519 Merge master into staging-next 2018-10-20 09:40:09 +02:00
Will Dietz
ceb0ce849f
Merge pull request #48735 from dtzWill/update/xbps-0.53
xbps: 0.52 -> 0.53, update repo owner name (voidlinux -> void-linux)
2018-10-20 00:07:30 -05:00
Franz Pletz
c6b09766aa
minishift: init at 1.25.0 2018-10-20 06:08:29 +02:00
Will Dietz
9973ca8c2f xbps: 0.52 -> 0.53, update repo owner name (voidlinux -> void-linux) 2018-10-19 22:22:25 -05:00
Will Dietz
8895ae2a62
Merge pull request #48730 from dtzWill/update/snowman-0.1.3
snowman: 0.1.2 -> 0.1.3
2018-10-19 22:21:36 -05:00
Thomas Tuegel
e63a843efb
Merge pull request #46957 from bkchr/plasma_5_14_0
plasma5: 5.13.5 -> 5.14.0
2018-10-19 21:40:37 -05:00
Will Dietz
6b06bda3b3 snowman: 0.1.2 -> 0.1.3 2018-10-19 20:56:40 -05:00
Michael Raitza
69cabf7750 factor-lang: 0.97 -> 0.98
Much improved build with support for GUI libraries and FUEL, the emacs
development environment.

Also directs the work vocabulary to point to /var/lib/factor as a machine-local
writable location. So, scaffolding should work as intended, now.
2018-10-20 02:51:35 +02:00
Thomas Tuegel
daa0cd73f3
Merge pull request #48724 from bhipple/u/libdbusmenu-qt
libdbusmenu-qt: 0.9.3+14 -> 0.9.3+16
2018-10-19 19:25:40 -05:00
Timo Kaufmann
a413dedde1
Merge pull request #44527 from timokau/sage-8.4
[WIP] sage: 8.3 -> 8.4
2018-10-20 01:34:34 +02:00
Renaud
f641099792
warmux: 11.04.1 -> unstable-2017-10-20 (#48277)
Gna.org forge is closed but someone was kind
enough to clone the repo on GitHub and even
add some fixes on top of it
2018-10-20 00:25:22 +02:00
Renaud
42ead52bfe
Merge pull request #48718 from oxij/pkgs/anki-send-to-trash
anki: use send2trash from nixpkgs
2018-10-20 00:18:22 +02:00
worldofpeace
af8dc1f1de lollypop: 0.9.604 -> 0.9.605 (#48717) 2018-10-20 00:14:03 +02:00
worldofpeace
9d49b19ea5 eolie: 0.9.41 -> 0.9.45 (#48719) 2018-10-20 00:12:54 +02:00
Jan Tojnar
185c7fa993
Merge pull request #48723 from dywedir/rust-cbindgen
rust-cbindgen: 0.6.2 -> 0.6.3
2018-10-20 00:08:41 +02:00
Jan Malakhovski
141eb8b843 anki: update meta 2018-10-19 21:59:47 +00:00