Commit graph

86149 commits

Author SHA1 Message Date
Shea Levy
6857424cf3 src: bump 2016-06-28 10:25:15 -04:00
Arseniy Seroka
e4f49533d2 Merge pull request #16562 from vrthra/mdp
mdp: 1.0.6 -> 1.0.7
2016-06-28 16:04:34 +03:00
Joachim Fasting
cdcdc25ef3
grsecurity: 4.5.7-201606262019 -> 4.5.7-201606280009 2016-06-28 14:57:20 +02:00
Bjørn Forsman
1f4853f7a9 system-config-printer: update hash to really upgrade to 1.5.7
Commit 03353ce6ff ("system-config-printer: 1.3.12 -> 1 5.7")
forgot to update the hash. So since that commit we actually continued to
use the old version (1.3.12) because of the NixOS tarball cache...

The new version prints some warnings on startup:

  /nix/store/HASH-system-config-printer-1.5.7/share/system-config-printer/system-config-printer.py:32: \
    PyGIWarning: Polkit was imported without specifying a version first. \
    Use gi.require_version('Polkit', '1.0') before import to ensure that the right version gets loaded.
  from gi.repository import Polkit

...and similar errors for GdkPixbuf, Gdk, Gtk and Notify. These warnings
are already fixed upstream and will be part of the next release.

Implementation details:
* The new version needs python3.
* Remove unneeded, and python3 incompatible, 'notify' dependency.
  system-config-printer > 1.3.12 replaced it with GOBject introspection
  bindings to libnotify (from gi.repository import Notify).
* Add gtk3, gdk_pixbuf, pango, atk, libnotify as needed (for gobject
  introspection).
* A new --with-udevdir configure option is used to prevent the
  installer from trying to install stuff to "/rules.d" (yes, the root).
* Get pycups from the passed pythonPackages set (fixes loading of
  python cups module).
* Use pygobject3 instead of pygobject, as needed.
* Use dbus from the passed pythonPackages attrset instead of
  pythonDBus, so we get a python3 compatible module that loads
  successfully.
* Python requests2 modules is required.
2016-06-28 14:23:49 +02:00
mimadrid
654b978fa3
youtube-dl: 2016.06.19.1 -> 2016.06.27 2016-06-28 13:10:43 +02:00
Bjørn Forsman
66ee7a4c46 nixos/gnome-desktop: enable colord service
Fixes this (line wrapped):

  $ gnome-control-center
  [... click on the "Color" item ...]
  (gnome-control-center:3977): color-cc-panel-WARNING **: \
    The name org.freedesktop.ColorManager was not provided by any .service files

With this patch applied, the above warnings are not printed and the GUI
shows some devices that can be managed (my printer and display). Without
this patch the GUI is empty (non-functional).

(cups will also complain in the journal with a similar message when
doing print jobs, without this patch.)
2016-06-28 11:46:37 +02:00
Edward Tjörnhammar
4eb08c560d Merge pull request #16553 from cko/typesafe_activator
activator: 1.3.5 -> 1.3.10
2016-06-28 10:10:14 +02:00
Vladimír Čunát
f4792cdc0c make-bootstrap-tools*: fixup after #16406
Our coreutils now uses single-binary-build mode where, by default,
simple shebang scripts are used for all the binaries. That doesn't work
e.g. with the Linux unpacker which only handles standard binaries and
symlinks. Let's use the symlinked mode instead for boostrapping.
This does NOT change any stdenv hashes.

I only tested the case most important to me:
$ nix-build pkgs/top-level/release.nix -A stdenvBootstrapTools.x86_64-linux.test
2016-06-28 09:54:22 +02:00
Wout Mertens
69df7b63ff Merge pull request #16405 from philandstuff/better-dbus-services-packages-docstring
services.dbus module: more complete docstring
2016-06-28 09:50:16 +02:00
Philip Potter
36c7c50512 services.dbus module: more complete docstring
The docstring for the `services.dbus.packages` configuration option only
mentioned one directory, but the implementation actually looked for DBus
config files in four separate places within the target packages.  This
commit updates the docstring to reflect the actual implementation
behaviour.
2016-06-28 08:24:32 +01:00
Austin Seipp
de6977ffe3 unifdef: set platforms to unix, not linux
Apparently, Darwin evaluation is somehow busted without this, although
I can't verify it. Reported by @matthewbauer on IRC. I'll take the
blame if this somehow makes life worse.

/cc @vrthra as maintainer

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-06-28 04:39:54 +00:00
Austin Seipp
25bf4a5634 cryptoverif: init at 1.22
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-06-28 04:37:29 +00:00
Austin Seipp
a69799c740 statverif: init at 1.86pl4
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-06-28 04:36:11 +00:00
Austin Seipp
be19637b2a proverif: init at 1.94
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-06-28 04:36:11 +00:00
kc1212
20c8e628fd syncthing: 0.13.7 -> 0.13.9 (#16558) 2016-06-28 02:35:37 +02:00
Joachim Fasting
b148be7ff9
seabios: 1.7.5.2 -> 1.9.2
Also fixes the build
2016-06-28 01:56:33 +02:00
Rahul Gopinath
7f5d130f18 mdp: 1.0.6 -> 1.0.7 2016-06-27 13:36:22 -07:00
Joachim Fasting
d5eec25ff9
grsecurity: 4.5.7-201606222150 -> 4.5.7-201606262019 2016-06-27 21:42:17 +02:00
Nikolay Amiantov
f990abb801 tdesktop: 0.9.49 -> 0.9.56 2016-06-27 22:03:29 +03:00
Matthew Bauer
994c845405 json-glib: add libintl for darwin 2016-06-27 17:22:09 +00:00
Christine Koppelt
5e226cd66e activator: 1.3.5 -> 1.3.10 2016-06-27 19:13:22 +02:00
Eelco Dolstra
323eb06499 awscli: 1.10.18 -> 1.10.38
Also clear the namePrefix, which used to be the case but was lost in
b2d9b48c97.
2016-06-27 17:29:25 +02:00
Franz Pletz
2e68b655a2 pythonPackages.dns: 1.12.0 -> 1.14.0 (#16534)
Adds support for both python 2 & 3 from one codebase.
2016-06-27 17:21:24 +02:00
Vladimír Čunát
19e80fa19d pypy: fix pyexpat tests with expat-2.2.0
/cc #16477. /cc @domenKozar (don't know who better),
as I still experience test failures of different kind:
=================================== FAILURES ===================================
_______________________________________  _______________________________________
Traceback (most recent call last):
  File "/tmp/nix-build-pypy-5.1.1.drv-0/pypy-pypy-b0a649e90b66/pypy/tool/pytest/run-script/regrverbose.py", line 14, in <module>
    indirect_test()
  File "/tmp/nix-build-pypy-5.1.1.drv-0/pypy-pypy-b0a649e90b66/lib-python/2.7/test/test_ctypes.py", line 10, in test_main
    skipped, testcases = ctypes.test.get_tests(ctypes.test, "test_*.py", verbosity=0)
  File "/tmp/nix-build-pypy-5.1.1.drv-0/pypy-pypy-b0a649e90b66/lib-python/2.7/ctypes/test/__init__.py", line 72, in get_tests
    mod = __import__(modname, globals(), locals(), ['*'])
  File "/tmp/nix-build-pypy-5.1.1.drv-0/pypy-pypy-b0a649e90b66/lib-python/2.7/ctypes/test/test_python_api.py", line 9, in <module>
    from _ctypes import PyObj_FromPtr
ImportError: cannot import name 'PyObj_FromPtr'

=========================== short test summary info ============================
FAIL lib-python/2.7/test/test_ctypes.py::unmodified
 9 tests deselected by '-knot ( test_ssl or test_urllib2net or test_urllibnet or test_urllib2_localnet or test_socket or test_shutil or test_zipfile64 or test_epoll )'
======= 1 failed, 341 passed, 51 skipped, 9 deselected in 550.97 seconds =======
2016-06-27 17:06:08 +02:00
Arseniy Seroka
52a1df089f Merge pull request #16493 from ikervagyok/mineraft1.10
minecraft-server: 1.9.4 -> 1.10.2
2016-06-27 16:46:47 +03:00
Arseniy Seroka
a5b3517fd8 Merge pull request #16536 from vrthra/cgdb
cgdb: 0.6.7 -> 0.6.8
2016-06-27 16:44:59 +03:00
Rushmore Mushambi
1aa2167f0a Merge pull request #16550 from rushmorem/habitat-src
habitat: build from source
2016-06-27 14:32:11 +02:00
Frederik Rietdijk
f8cd42c39f Merge pull request #16480 from bcdarwin/nipy
pythonPackages.nipy: add matplotlib as a dependency
2016-06-27 14:07:14 +02:00
Frederik Rietdijk
aba99586ae Merge pull request #16546 from womfoo/gnucash
gnucash: 2.6.9 -> 2.6.12
2016-06-27 14:06:26 +02:00
Frederik Rietdijk
73ed4df1d1 Merge pull request #16547 from womfoo/qbittorrent
qbittorrent: 3.3.4 -> 3.3.5
2016-06-27 14:05:32 +02:00
rushmorem
531cdf4be1 habitat: build from source 2016-06-27 13:38:10 +02:00
Rickard Nilsson
a0c0f63811 nixos/libvirt: Syntactic-only refactoring 2016-06-27 13:32:24 +02:00
Rickard Nilsson
301b4e9018 nixos/libvirt: Add virtlogd and virtlockd systemd sockets and services 2016-06-27 13:32:21 +02:00
Rickard Nilsson
1b54e48561 nixos/libvirt: Adapt libvirtd.service to upstream sources 2016-06-27 13:04:52 +02:00
Rickard Nilsson
37f4889851 nixos/libvirt: Remove non-functional service libvirt-guests
It doesn't have a start script, so it hasn't worked at all in
a long time.
2016-06-27 10:34:29 +00:00
Kranium Gikos Mendoza
e8dcd4a9d5 qbittorrent: 3.3.4 -> 3.3.5 2016-06-27 17:00:33 +08:00
Arseniy Seroka
d145777000 Merge pull request #16544 from vrthra/waf
waf: 1.8.19 -> 1.9.0
2016-06-27 11:57:01 +03:00
Rahul Gopinath
021dd6a5f6 waf: 1.8.19 -> 1.9.0 2016-06-26 21:59:23 -07:00
Kranium Gikos Mendoza
a32213fa1c gnucash: 2.6.9 -> 2.6.12 2016-06-27 12:08:06 +08:00
Rahul Gopinath
cae58e3d26 objconv: 1.0 -> 2.16 (#16538) 2016-06-27 03:57:45 +02:00
Rahul Gopinath
e45ed9e780 toluapp: 1.0.92 -> 1.0.93 (#16539) 2016-06-27 03:57:10 +02:00
Rahul Gopinath
601d4f5523 cflow: 1.4 -> 1.5 (#16535) 2016-06-27 01:24:49 +02:00
Rahul Gopinath
c3d10d6d0d cgdb: 0.6.7 -> 0.6.8 2016-06-26 16:21:06 -07:00
Franz Pletz
5c59a30191 php: fix hashes for 5.5 and 5.6 2016-06-27 00:47:39 +02:00
Ole Jørgen Brønner
08f0ce1d0a zsh-completions: init at version 0.18.0 (#16512)
"This projects aims at gathering/developing new completion scripts that
are not available in Zsh yet. The scripts are meant to be contributed to
the Zsh project when stable enough."
2016-06-27 00:39:18 +02:00
Thomas Tuegel
c78f9ad2f9 Merge pull request #16530 from vandenoever/qt56
add qtwebchannel and qtwebengine
2016-06-26 17:34:42 -05:00
Franz Pletz
8ace098f43 libressl_2_4: init at 2.4.1 2016-06-27 00:30:24 +02:00
Franz Pletz
4157f53bf1 libressl: 2.2.7 -> 2.2.9, 2.3.5 -> 2.3.6 2016-06-27 00:29:43 +02:00
Franz Pletz
4bbb5c7e4c firmwareLinuxNonfree: 2016-01-26 -> 2016-05-18 2016-06-27 00:21:26 +02:00
Franz Pletz
006f25f732 rmilter: 1.8.4 -> 1.8.5 2016-06-27 00:20:28 +02:00