1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

86091 commits

Author SHA1 Message Date
Benno Fünfstück a368b27270 fhs-user-env: keep DBUS_SESSION_BUS_ADDRESS env
Steam requires this variable or some games run incredibly slow.
See ValveSoftware/Dota-2#921 for more information.
2016-06-28 23:55:43 +02:00
Vladimír Čunát b8614a6c63 Merge #16328: gtk themes: clean up inconsistent naming 2016-06-28 21:48:45 +02:00
Frederik Rietdijk 7357b6c270 pythonPackages.pillow: 2.9.0 -> 3.2.0 2016-06-28 19:55:05 +02:00
Joachim Fasting ec70f24ce4 Merge pull request #16572 from mimadrid/update/youtube_dl-2016.06.27
youtube-dl: 2016.06.19.1 -> 2016.06.27
2016-06-28 19:46:47 +02:00
Joachim Fasting 61c8a8f085 Merge pull request #16564 from joachifm/seabios
seabios: 1.7.5.2 -> 1.9.2
2016-06-28 19:27:31 +02:00
Joachim Fasting b38ba1c935 Merge pull request #16554 from matthewbauer/json-glib-darwin-fix
json-glib: add libintl for darwin
2016-06-28 19:22:46 +02:00
Joachim Fasting 96a3bbd86f
Revert "Merge pull request #16507 from vrthra/unifdef"
This reverts commit cab28503ad, reversing
changes made to 5313f1096a (but retaining
the meta updates).

The update to 2.11 breaks the darwin toolchain, see discussion at
https://github.com/NixOS/nixpkgs/pull/16507

Once the issues with 2.11 are worked out, this revert can be reverted.
2016-06-28 18:53:39 +02:00
Nikolay Amiantov 5cec134c70 buildFHSUserEnv: don't set CHROOTENV_EXTRA_BINDS 2016-06-28 18:59:33 +03:00
Frederik Rietdijk 3f69c83692 pythonPackages.notebook: 4.2.0 -> 4.2.1 2016-06-28 17:55:17 +02:00
Frederik Rietdijk b658e8ae60 pythonPackages.numpy: 1.11.0 -> 1.11.1 2016-06-28 17:55:17 +02:00
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
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
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