Commit graph

73020 commits

Author SHA1 Message Date
Robert Helgesson 1a70229641 eclipse-plugin-anyedit: 2.5.0 -> 2.6.0 2015-12-02 08:41:08 +01:00
Domen Kožar fbd517f808 Merge pull request #11388 from FRidh/pysoundfile
python pysoundfile: disable on 32 bit systems
2015-12-02 08:27:04 +01:00
Burke Libbey 4007b3a251
GNU apparently modified bash patch 042. 2015-12-01 23:04:43 -05:00
Arseniy Seroka 7afc077139 Merge pull request #11351 from basvandijk/strongswan-modprobe
strongswan service: use config.system.sbin.modprobe instead of kmod
2015-12-01 23:01:15 +03:00
Arseniy Seroka 92f27b1a0a Merge pull request #11350 from magnetophon/dina-font-master
dina font: rename to dina-pcf, add vanilla version
2015-12-01 23:00:34 +03:00
Arseniy Seroka f628b757a9 Merge pull request #11337 from markWot/cntlm_update_from_035_to_0923
cntlm: 0.35.1 -> 0.92.3
2015-12-01 22:59:36 +03:00
Arseniy Seroka 6f50bbb60e Merge pull request #11323 from gebner/sleuthkit-4.2.0
sleuthkit: 4.1.3 -> 4.2.0
2015-12-01 22:59:10 +03:00
Arseniy Seroka 4f49d3da69 Merge pull request #11321 from steveeJ/rkt-v0.12
rkt: v0.11.0 -> 0.12.0
2015-12-01 22:58:54 +03:00
Frederik Rietdijk 4ff3787adb python spyder: 2.3.7 -> 2.3.8 2015-12-01 20:23:42 +01:00
Nikolay Amiantov c50d013d1f soundfont-fluid: init at 3 2015-12-01 20:46:31 +03:00
Nikolay Amiantov d573b1e7a9 vlc: add midi support via fluidsynth 2015-12-01 20:46:31 +03:00
Nikolay Amiantov 123b73a182 deadbeef: add optional wildmidi support 2015-12-01 20:46:31 +03:00
Frederik Rietdijk 6bda7509e5 python pysoundfile: disable on 32 bit systems
due to a bug
2015-12-01 17:21:16 +01:00
Domen Kožar 6da921e9dd Merge pull request #11383 from np/BlinkStick
pythonPackages.BlinkStick: init at 1.1.8
2015-12-01 15:26:07 +01:00
Nikolay Amiantov 5aca5faa94 Merge pull request #11382 from bendlas/update-wine
wine(tricks): update packages
2015-12-01 14:48:31 +03:00
Alexander V. Nikolaev 28c44a15c7 qtile: rework package
* Use absolute paths to load gobject, pango and cairo.
* Add xcb-cursor support (also with absolute path)
* Avoid tainting child processes environment:
  Save PATH and PYTHONPATH in wrapper, and restore them in python code.
* Alter restart process, using $0 saved in wrapper, which allow user
  to restart qtile after system rebuild to upgrade it.
2015-12-01 13:46:18 +02:00
Alexander V. Nikolaev 9b166f0db2 Use absolute path to load libxcb.so 2015-12-01 13:45:06 +02:00
Nicolas Pouillard ed42bff48f
pythonPackages.BlinkStick: init at 1.1.8 2015-12-01 12:32:23 +01:00
Domen Kožar c133cc9d0b Merge pull request #11380 from bendlas/update-pypy
pypy: 4.0.0 -> 4.0.1
2015-12-01 12:03:23 +01:00
Herwig Hochleitner ddbd0dfcae wine(tricks): update packages
wine 1.7.55 -> 1.8-rc2
winetricks 20151110 -> 20151116
2015-12-01 11:58:17 +01:00
Bart Brouns 62dcb40fec tudu: init at 0.10 2015-12-01 11:52:28 +01:00
Herwig Hochleitner a92a40e8a1 pypy: 4.0.0 -> 4.0.1 2015-12-01 11:45:13 +01:00
Herwig Hochleitner 56e1d13842 cdemu: package updates
client:    3.0.0 -> 3.0.1
daemon:    3.0.2 -> 3.0.3
gui:       3.0.0 -> 3.0.1
libmirage: 3.0.3 -> 3.0.4
2015-12-01 11:43:16 +01:00
Mitch Tishmack 03c1f6db6a pythonPackages.werkzeug: update 0.9.6 -> 0.10.4, fixes #11209 2015-12-01 11:27:50 +01:00
Luca Bruno e0102a91ea nixos/tests: increase ram from 768 to 1024
Fixes simpleProvided test failing on unionfs
using more ram than available.

cc @edolstra @wkennington
2015-12-01 11:24:37 +01:00
aszlig 79bd2b08ee
linux-testing: Fix build with default config.
Regression introduced by 03a3a905b9.

Our default config includes all modules and since torvalds/linux@47ca6ec
this results in a regression due to in a circular dependency between
libcfs and LNet:

depmod: ERROR: Found 2 modules in dependency cycles!
depmod: ERROR: Cycle detected: lnet -> libcfs -> lnet

The discussion regarding this in the LKML is here:

https://lkml.org/lkml/2015/11/2/388

So this adds a patch which is not yet included in mainline and has been
submitted to the LKML at:

https://lkml.org/lkml/2015/11/6/987

Built successfully via "nix-build -A linux-testing".

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-01 11:22:29 +01:00
Vincent Laporte 38eb17c2e2 why3: 0.86.1 -> 0.86.2 2015-12-01 11:04:08 +01:00
Franz Pletz 4a2b075154 jool: 3.3.2 -> 3.4.2, fixes #11299 2015-12-01 10:49:44 +01:00
Luca Bruno bb88a11ee9 nixos/tests/misc: start systemd-udev-settle manually
systemd-udev-settle is not started by default anymore.
Because checking for psmouse like that is considered legacy,
we start systemd-udev-settle manually in the test.

cc @edolstra
2015-12-01 10:27:26 +01:00
Domen Kožar e133b412db Merge pull request #11377 from desiderius/consul-0.4.7
pythonPackages.consul: init at 0.4.7
2015-12-01 10:06:13 +01:00
Domen Kožar b18acb4465 Merge pull request #11376 from desiderius/elasticsearch-1.9.0
pythonPackages.elasticsearch: remove dependencies
2015-12-01 10:05:51 +01:00
Edward Tjörnhammar 9787d22142 kodiPlugins.advanced-launcher: switch repo 2015-12-01 10:02:11 +01:00
desiderius 12b670178c pythonPackages.elasticsearch: remove dependencies
Remove the pyyaml and pyaml dependencies. They are only used in
the unit tests and pyaml is marked as Python 2 only.
2015-12-01 09:42:07 +01:00
Edward Tjörnhammar 0fd54ec333 Merge pull request #11368 from rycee/bump/svtplay-dl
svtplay-dl: 0.20.2015.10.25 -> 0.20.2015.11.29
2015-12-01 09:37:32 +01:00
aszlig 03a3a905b9
linux-testing: 4.4.0-rc1 -> 4.4.0-rc3
Upstream changes can be found at:

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/log/?id=v4.4-rc1&id2=v4.4-rc3

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-01 09:34:39 +01:00
Rob Vermaas 7f4fcbae78 Fix-up cherry-pick of plotly python library. 2015-12-01 08:27:24 +00:00
Rob Vermaas ca02d1aace Add plotly 1.9.1 python package
(cherry picked from commit fe8fd63e39301a8b0e5a5ef81d90544126f44962)
2015-12-01 08:27:24 +00:00
Aycan iRiCAN 92aff2a297 Merge pull request #11375 from utdemir/master
Use sha256 instead of md5 on py3status
2015-12-01 10:23:10 +02:00
Utku Demir 444724ba1c Use sha256 instead of md5 on py3status 2015-12-01 10:21:55 +02:00
Vincent Laporte 6528550a5f grass: 7.0.1 -> 7.0.2 2015-12-01 09:15:28 +01:00
Aycan iRiCAN ae24b9531d Merge pull request #11374 from utdemir/master
pythonPackages.py3status: 2.3 -> 2.7
2015-12-01 10:12:36 +02:00
Utku Demir f2a6b70131 pythonPackages.py3status: 2.3 -> 2.7 2015-12-01 10:10:43 +02:00
desiderius 76caef6794 pythonPackages.consul: init at 0.4.7 2015-12-01 09:05:20 +01:00
Edward Tjörnhammar 4f4d1fdd33 mlmmj: 1.2.18.1 -> 1.2.19.0 2015-12-01 08:38:49 +01:00
Aristid Breitkreuz f501e69e41 tbb: 4.2-u5 -> 4.4-u2 2015-12-01 00:11:51 +01:00
Robert Helgesson d76bc1daee svtplay-dl: 0.20.2015.10.25 -> 0.20.2015.11.29 2015-11-30 23:34:52 +01:00
Evgeny Egorochkin 78d3164ff1 midori: add a missing dependency to buildInputs 2015-12-01 00:26:49 +02:00
Peter Simons 806008a48e Merge pull request #11362 from dezgeg/pr-buildenv-meta
buildEnv: Allow setting meta attributes
2015-11-30 23:21:39 +01:00
Michael Raskin 9b6420f200 Merge pull request #11366 from tohl/master
sbcl bump up and fix, libpst maintainer
2015-12-01 00:58:18 +03:00
Arseniy Seroka 7f6efa5497 Merge pull request #11360 from mrVanDalo/zynaddsubfx
zynaddsubfx: improvment 2.4.4 -> 2.5.2
2015-12-01 00:46:23 +03:00