Commit Graph

28754 Commits

Author SHA1 Message Date
Timo Kaufmann
f6be714647
Merge pull request #48788 from timokau/sage-docbuild
sage: fix docbuild
2018-10-21 19:35:24 +02:00
Jörg Thalheim
216dfc9e0a
Merge pull request #48782 from danieldk/git-crypt-0.6.0
git-crypt: 0.5.0 -> 0.6.0
2018-10-21 18:21:47 +01:00
Timo Kaufmann
b39142cd1f sage: fix dochtml tests 2018-10-21 19:17:07 +02:00
Timo Kaufmann
965fa76908
Merge pull request #46288 from r-ryantm/auto-update/fluidsynth
fluidsynth: 1.1.10 -> 1.1.11
2018-10-21 16:48:52 +02:00
Daniël de Kok
5a0843124d git-crypt: 0.5.0 -> 0.6.0
Changes: https://www.agwa.name/git/git-crypt.git/raw/master/NEWS
2018-10-21 16:34:26 +02:00
Andrew Childs
773c8807c9 mumble: fix hang on reconfiguring audio 2018-10-21 21:48:11 +09:00
Timo Kaufmann
38c2be5ffe sage: fix docbuild
This is only a hotfix without really knowing the issue. See
https://groups.google.com/forum/#!msg/sage-packaging/VU4h8IWGFLA/mrmCMocYBwAJ
2018-10-21 14:16:06 +02:00
Robert Helgesson
874894b397
eclipse-plugin-spotbugs: 3.1.6 -> 3.1.8 2018-10-21 13:11:37 +02:00
Timo Kaufmann
c55cd16bc1
Merge pull request #48773 from timokau/spotify-update-script
spotify: improve update script
2018-10-21 13:03:09 +02:00
Timo Kaufmann
7a46812e37 spotify: improve update script
More comments, better legibility, option to fetch from unstable
channels, nix-shell shebang.
2018-10-21 12:47:54 +02:00
Renaud
dc6e4f9b37
Merge pull request #48102 from Shados/update/pidgin-opensteamworks/git-2018-08-02
pidgin-opensteamworks: 1.6.1 -> git-2018-08-02
2018-10-21 10:09:30 +02:00
Frederik Rietdijk
86c7662be0 Merge staging-next into master 2018-10-21 08:37:30 +02:00
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
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
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
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
Michiel Leenaars
2fd8732ccc thonny: 3.0.0b3 -> 3.0.1 2018-10-20 21:26:20 +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
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
Renato Alves
7cd0cec3f4
freerdp: 2.0.0-rc2 -> 2.0.0-rc3 2018-10-20 16:53:15 +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
Frederik Rietdijk
ca6ee8f519 Merge master into staging-next 2018-10-20 09:40:09 +02:00
Franz Pletz
c6b09766aa
minishift: init at 1.25.0 2018-10-20 06:08:29 +02: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
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 Malakhovski
9f32d79ef4 remmina: reindent 2018-10-19 19:14:31 +00:00
Jan Malakhovski
972ec8b3be remmina: make gnome support optional
There's no runtime option to disable GNOME stuff, and storing things in
GNOME Keyring is very inconvenient for non-GNOME users.
2018-10-19 19:14:25 +00:00
Jan Malakhovski
8ec6322711 remmina: remove webkitgtk dependency
It was used by "survey" module which was removed in revision
d97920eb9b32dbe17b85f8eff12928d26c19fd3d of their repository
on 2016-12-13.

Meanwhile, WebKit plugin is a separate package
https://aur.archlinux.org/packages/remmina-plugin-webkit/
not packaged in nixpkgs.
2018-10-19 19:12:36 +00:00
Jörg Thalheim
b3b0769ece
Merge pull request #48698 from bfortz/mixxx
mixxx: added opus files support
2018-10-19 11:35:32 +01:00
Jörg Thalheim
4f3a0a394d
Merge pull request #48389 from r-ryantm/auto-update/openimageio
openimageio: 1.8.14 -> 1.8.15
2018-10-19 11:34:11 +01:00
Jörg Thalheim
4a36eeb9d4
Merge pull request #48659 from akru/master
parity: 1.11.10 -> 2.0.8; parity-beta: 2.0.3 -> 2.1.3
2018-10-19 10:42:09 +01:00
Vincent Laporte
c091e93b99
Merge pull request #48617 from Zimmi48/passthru-ocamlPackages-in-coq-package
coq: add ocamlPackages in passthru
2018-10-19 09:38:07 +00:00
Drakonis
a2d7574ebe rclone-browser: init at 1.2 (#44589) 2018-10-19 11:01:24 +02:00
Bernard Fortz
fa42b4698a mixxx: added opus files support 2018-10-19 10:43:04 +02:00
Jörg Thalheim
a595b872c8
Merge pull request #48509 from r-ryantm/auto-update/gtkwave
gtkwave: 3.3.94 -> 3.3.95
2018-10-19 09:29:23 +01:00
Edmund Wu
8861eca096
vscode: 1.28.0 -> 1.28.2 2018-10-18 22:35:07 -04:00
markuskowa
ff17dd2e11
Merge pull request #48513 from r-ryantm/auto-update/gpxsee
gpxsee: 5.18 -> 6.2
2018-10-18 23:44:02 +02:00
Will Dietz
f3de52d25c radiotray-ng: 0.2.3 -> 0.2.4 (#48670) 2018-10-18 23:11:58 +02:00
volth
337d140953 chromium: propagate stdenv for "chromium.override{ stdenv=gcc8Stdenv; }" (#48615) 2018-10-18 23:09:12 +02:00
Jörg Thalheim
02405cfe83
Merge pull request #48565 from rprospero/sasview-4.2.0
Sasview: unstable -> 4.2.0
2018-10-18 21:44:25 +01:00
Silvan Mosberger
810da21d6b
Merge pull request #48678 from Izorkin/znc
znc: add option to enable unicode support
2018-10-18 22:19:42 +02:00