Peter Hoeg
5de7993f7e
dropbox: 6.4.14 -> 8.4.19 ( #17797 )
2016-08-17 16:19:32 +02:00
Michal Rus
d965dfc00d
bitwig-studio: init at 1.3.12 ( #17756 )
2016-08-17 13:23:48 +02:00
cmfwyp
c403221af5
calibre: 2.58.0 -> 2.64.0 ( #17771 )
...
Extension definitions were moved to extensions.json, so the patch
needed to be updated.
2016-08-17 13:20:39 +02:00
Franz Pletz
6aa729cf52
ympd: remove unncessary preConfigure hook
...
Fixes #17788 .
2016-08-17 13:19:41 +02:00
Franz Pletz
131bc22b84
gitlab service: add option for db_key_base secret
2016-08-17 13:17:47 +02:00
Langston Barrett
0cc89278a1
ympd: init at 1.3.0
2016-08-17 13:17:41 +02:00
Rommel M. Martinez
e5a4afc1b7
emem: 0.2.23 -> 0.2.24
2016-08-17 14:37:37 +08:00
Franz Pletz
b070a9c439
gitlab: 8.10.3 -> 8.10.6
2016-08-17 05:36:24 +02:00
Frederik Rietdijk
5a501bd828
Remove top-level dbus_python and pythonDBus.
...
See #11567 .
Furthermore, it renames pythonPackages.dbus to pythonPackages.dbus-
python as that's the name upstream uses.
There is a small rebuild but I couldn't figure out the actual cause.
2016-08-16 22:52:37 +02:00
Domen Kožar
584c19b4a5
Merge pull request #17720 from oxij/fix-xen
...
Fix xen build
2016-08-16 22:06:52 +02:00
Frederik Rietdijk
6d75bf842b
mercurial: pass in pythonPackages
2016-08-16 11:48:09 +02:00
Michal Rus
3313353899
guitarix: 0.34.0 -> 0.35.1; add glib_networking dep ( #17740 )
...
glib_networking is needed for downloading presets from withing Guitarix
UI. Before, Guitarix would return an “install glib_networking” error.
2016-08-15 14:25:46 +00:00
ibrahim Sağıroğlu
9ff4501c55
marathon: 0.15.3 -> v1.1.1 ( #17612 )
2016-08-15 14:13:05 +00:00
Pascal Wittmann
b22fc4c411
Merge pull request #17708 from DamienCassou/fix-byzanz
...
byzanz: Let it find gstreamer plugins
2016-08-15 10:56:57 +02:00
Nikolay Amiantov
9b4a7984a4
qutebrowser: add shared files and cleanup
2016-08-15 11:38:53 +03:00
Mike Cooper
b5194d7b9a
firefox-bin: Add libxcb to build inputs ( #17700 )
...
This is needed for future versions of Firefox, and makes external
packaging of prerelease versions of Firefox much easier.
2016-08-15 01:03:19 +02:00
Joachim F
2c3964fabc
Merge pull request #17742 from mimadrid/update/nano-2.6.3
...
nano: 2.6.2 -> 2.6.3
2016-08-15 00:59:20 +02:00
Rok Garbas
6f074bad5b
Merge pull request #17719 from mbakke/rofi-1.2.0
...
rofi: 1.1.0 -> 1.2.0
2016-08-15 00:58:02 +02:00
mimadrid
f5b2d63e4c
nano: 2.6.2 -> 2.6.3
2016-08-15 00:51:05 +02:00
Graham Christensen
226cba764f
Merge pull request #17707 from womfoo/fix/tini-build
...
tini: fix build
2016-08-14 18:25:04 -04:00
Ram Kromberg
7802a0f14b
midori: update to current webkitgtk ( #17731 )
2016-08-14 21:49:19 +00:00
Bryan Gardiner
a510c5046f
claws-mail: 3.13.2 -> 3.14.0 ( #17734 )
2016-08-14 22:54:07 +02:00
Nikolay Amiantov
86f3595cfe
tdesktop: 0.9.56 -> 0.10.1
2016-08-14 22:37:07 +03:00
Nikolay Amiantov
9e7f77a634
urxvt_tabbedex: 2015-03-03 -> 2016-08-09
2016-08-14 22:37:07 +03:00
Nikolay Amiantov
909094a3ce
octoprint-plugins.m3d-fio: 0.32 -> 1.5
2016-08-14 22:37:07 +03:00
Nikolay Amiantov
503eefa412
octoprint: 1.12.10 -> 1.12.15
2016-08-14 22:37:07 +03:00
Nikolay Amiantov
8f62339911
yed: 3.15.0.2 -> 3.16.1
2016-08-14 22:37:06 +03:00
Damien Cassou
6d27410111
byzanz: Let it find gstreamer plugins
2016-08-14 17:23:01 +02:00
Frederik Rietdijk
e4b47de694
Remove top-level pycrypto
...
See #11567 .
2016-08-14 14:28:26 +02:00
Frederik Rietdijk
7986b718f3
Remove pycairo from top-level
...
See #11567 .
2016-08-14 13:52:42 +02:00
8573
14120a423b
dmenu: Fix scripts to run commands by store paths ( #17709 )
...
The `dmenu` package includes two binary programs, `dmenu` and `stest`,
and two shell scripts, `dmenu_run` and `dmenu_path`. `dmenu_run`
invokes `dmenu` and `dmenu_path`, and `dmenu_path` invokes `stest`.
`dmenu_run`'s invocation of `dmenu` was patched to run it by its full
store path, but its invocation of `dmenu_path` and `dmenu_path`'s
invocation of `stest` were not.
If `dmenu_path` and `stest` were not in the set of system packages or
otherwise in the `PATH`, this situation would result in `dmenu_run`
opening a dmenu instance with no menu entries (which would normally be
generated by `dmenu_path`, which `dmenu_run` couldn't find, as it was
running it by `PATH` lookup).
This commit fixes the package to also patch the invocation of
`dmenu_path` in `dmenu_run` and the invocations of `stest` in
`dmenu_path` to invoke those programs by their full store paths.
I have tested this change on NixOS.
2016-08-14 11:38:25 +00:00
Peter Hoeg
6172662676
syncthing: 0.14.3 -> 0.14.4 ( #17723 )
2016-08-14 11:30:19 +00:00
Frederik Rietdijk
eb3e23c49e
Remove top-level setuptools
...
See #11567 .
2016-08-14 13:07:26 +02:00
Frederik Rietdijk
57b9ff06f1
Remove top-level pylint
...
See #11567 .
2016-08-14 13:07:26 +02:00
Frederik Rietdijk
b6452f8534
Remove top-level pygame
...
See #11567 .
2016-08-14 13:07:26 +02:00
Frederik Rietdijk
6842a24b21
Remove top-level pyqt4
...
See #11567 .
2016-08-14 12:38:01 +02:00
Frederik Rietdijk
11d1fdfd8b
Remove top-level cython and cython3
...
See #11567 .
2016-08-14 12:01:09 +02:00
Marius Bakke
c2013ac1d6
rofi: 1.1.0 -> 1.2.0
2016-08-14 00:07:50 +01:00
Jan Malakhovski
fdca71776a
xen: cleanup 4.5.0 expression a bit
2016-08-13 21:53:25 +00:00
Jan Malakhovski
16ce708555
xen: fix urls and hashes (fallout from #15469 )
2016-08-13 21:53:24 +00:00
Austin Seipp
97e5b88d06
nixpkgs: abc-verifier 20150614 -> 20160813
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-08-13 17:48:42 +00:00
Kranium Gikos Mendoza
9a0dfe23d8
tini: fix build
2016-08-13 14:23:20 +08:00
Luca Bruno
c8ca30fe2a
Merge pull request #17247 from lucas8/yadm
...
yadm: init at 1.04
2016-08-12 22:08:29 +01:00
Luca Bruno
27f294f38d
Merge pull request #17589 from cmfwyp/sagemath
...
sagemath: update mirrors, fix TeX Live dependency
2016-08-12 21:58:41 +01:00
Luca Bruno
2d4afafc64
Merge pull request #17692 from mimadrid/update/filezilla-3.20.1
...
filezilla: 3.20.0 -> 3.20.1
2016-08-12 21:46:45 +01:00
zimbatm
c2302f2f45
Merge pull request #17677 from kamilchm/no-go-libs-json
...
buildGoPackage: remove Go deps file `libs.json`
2016-08-12 18:13:29 +01:00
Miguel Madrid
bd20aaa767
diff-so-fancy: 0.10.1 -> 0.11.1 ( #17691 )
2016-08-12 15:12:29 +02:00
Ram Kromberg
4412bcc135
audacious: 3.5.2 -> 3.7.2
...
Fixes #17543 .
@fpletz: Removed unnecessary autotools dependencies & use wrapGAppsHook
instead of makeWrapper.
2016-08-12 14:22:09 +02:00
mimadrid
300e83ba3a
filezilla: 3.20.0 -> 3.20.1
2016-08-12 14:08:38 +02:00
Kamil Chmielewski
da3ddd48e4
buildGoPackage: remove Go deps file libs.json
...
After #16017 there were a lot
of comments saying that `nix` would be better than `JSON`
for Go packages dependency sets.
As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046
> Because of the content-addressable store, if two programs have the
> same dependency it will already result in the same derivation in
> the
> store. Git also has compression in the pack files so it won't make
> much difference to duplicate the dependencies on disk. And finally
> most users will just use the binary builds so it won't make any
> differences to them.
This PR removes `libs.json` file and puts all package dependencies in
theirs `deps.json`.
2016-08-11 23:07:09 +02:00