Commit graph

84136 commits

Author SHA1 Message Date
Vladimír Čunát d34ccd1db4
xf86-input-synaptics: 1.8.3 -> 1.9.0
I'm getting new error in X.0.log:
"Synaptics driver unable to detect protocol"
but the touchpad still works fine.  It seems the driver is trying to
additionally apply to my regular (wireless) mouse which fails.
I hope this is just harmless.
2016-12-04 10:40:35 +01:00
Vladimír Čunát 84d737cfe9
clisp: remove Darwin from meta.platforms for now
It's problematic.  See #20062.
2016-12-04 10:01:08 +01:00
Daiderd Jordan ef080c9df4 Merge pull request #20860 from mdaiter/correctBashoErlangVersion
erlang_basho_R16: B03-1 -> B02-8
2016-12-04 09:57:29 +01:00
Vladimír Čunát 33abc705b3
xorg-server variants: eradicate symlink to /var/tmp
- Fixes #19673; it caused problems in combination with buildEnv.
- As noted, X falls back to /tmp:
  https://github.com/NixOS/nixpkgs/issues/19673#issuecomment-258871876
- Removing the directory is still required, as X would attempt to write
  into it if allowed - and probably succeed in case the user set
  nix.readOnlyStore = false; (X runs as root).
- Archeology link: 9d1569316.
2016-12-04 09:43:05 +01:00
Robert Helgesson 64291e4fa2
pythonPackages.slob: 2016-03-04 -> 2016-11-03 2016-12-04 09:12:03 +01:00
Robert Helgesson 7cdf160f34
perl-Test2-Suite: 0.000052 -> 0.000061 2016-12-04 09:12:02 +01:00
Robert Helgesson 0dc4e70fc9
perl-Math-BigInt: 1.999801 -> 1.999802 2016-12-04 09:12:02 +01:00
Robert Helgesson 64aabae8e2
perl-CryptX: 0.041 -> 0.044 2016-12-04 09:12:02 +01:00
Frederik Rietdijk 3c731f4762 Merge pull request #20877 from romildo/new.adapta-backgrounds
adapta-backgrounds: init at 0.4.0.6
2016-12-04 08:56:28 +01:00
Frederik Rietdijk ab39c29293 Merge pull request #20879 from mguentner/cpp_ipfs_api
cpp-ipfs-api: init at 2016-11-09
2016-12-04 08:54:31 +01:00
Franz Pletz e3d54be387
dhcpcd: 6.11.3 -> 6.11.5 2016-12-04 01:40:26 +01:00
Aristid Breitkreuz e3dcf5da1d rq: init at 0.9.2 (broken because our v8 is too old, and I'm too weak to update v8) 2016-12-03 23:36:48 +01:00
Aristid Breitkreuz 475224968c rust-packages: update 2016-11-15 -> 2016-12-03 2016-12-03 20:15:31 +01:00
Graham Christensen 3e617930e5
Merge branch 'staging' 2016-12-03 13:36:32 -05:00
Thomas Tuegel 7b05efb90d
qt5: factor out common makeQtWrapper setup hook 2016-12-03 09:57:17 -06:00
Thomas Tuegel 2c4995c013
qt5: factor out common qmake setup hook 2016-12-03 09:55:39 -06:00
Thomas Tuegel 53a694e096
qt5: factor out common qtSubmodule setup hook 2016-12-03 09:53:18 -06:00
Thomas Tuegel 851b5944bb
qt5: factor out common setup hook for qtbase 2016-12-03 09:51:31 -06:00
Thomas Tuegel a6c75a7167 Merge pull request #20856 from avnik/qt5-mktemp
qt5: more reproducible builds
2016-12-03 09:49:12 -06:00
Frederik Rietdijk 4162623460 pythonPackages.cython: 0.24.1 -> 0.25.1 2016-12-03 16:09:37 +01:00
Igor Sharonov b5286f3747 neovim-qt: 0.2.3 -> 0.2.4 2016-12-03 16:16:45 +03:00
Domen Kožar d8e2eba828 haskellPackages.turtle: enable tests again (they pass) 2016-12-03 12:31:30 +01:00
Joachim F e1cd73f25c Merge pull request #20875 from romildo/upd.adapta
adapta-gtk-theme: 3.21.3.68 -> 3.89.1.66
2016-12-03 07:32:33 +01:00
Joachim F b2b6690576 Merge pull request #20873 from romildo/upd.mkvtoolnix
mkvtoolnix: 9.5.0 -> 9.6.0
2016-12-03 07:30:46 +01:00
Joachim Fasting d06bf820ea
tor: 0.2.8.9 -> 0.2.8.10
Per upstream, this contains primarily stability & performance fixes.
Notably, the relase fixes a bug that would sometimes make clients
unusable after leaving standby mode, as well as plugging a memory leak.
2016-12-03 07:17:13 +01:00
Maximilian Güntner ffdf7ec234
cpp-ipfs-api: init at 2016-11-09
Signed-off-by: Maximilian Güntner <code@klandest.in>
2016-12-03 06:43:47 +01:00
aszlig 1f9cbcd21d
beets: Set Python version via top-level attribute
This largely reverts commit 599312739e.

The main reason is that it breaks the plugins, because the mentioned
commit didn't change the attributes for the plugins as well.

But instead of just fixing the attributes when we import the plugin
packages, let's just override pythonPackages in all-packages.nix.

Right now, Beets is in transition to Python 3, so we don't need to wait
that long until we can remove the dependency on Python 2:

https://github.com/beetbox/beets/releases/tag/v1.4.1

Once Python 3 support is no longer beta, we can just change this by
changing one line only instead of several.

Tested this by building beets with both external plugins.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @FRidh
2016-12-03 05:25:13 +01:00
aszlig a76f5241c5
vimiv: init at 0.7.2
Packaging itself is pretty much straightforward, the tests however
revealed a few issues, which I have fixed with a small patch that has
been upstreamed at https://github.com/karlch/vimiv/pull/32.

The other sed-based patches in postPatch are mostly NixOS-specific.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-12-03 03:33:32 +01:00
aszlig 6343fef546
python/pillow: Only disable failing tests
There's no reason to disable ALL tests just because only one particular
test module is failing.

Tested on i686-linux and x86_64-linux against these Python versions:

  Python 2.6: The interpreter itself doesn't build
  Python 2.7: Successful for both architectures
  Python 3.3: Successful for both architectures
  Python 3.4: Successful for both architectures
  Python 3.5: Successful for both architectures
  Python 3.6: One of the dependencies of pillow doesn't build (pytest)

Tests for PyPy still fail, which is why the doCheck attribute is only
set to false if we're building for PyPy.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @desiderius, @goibhniu, @prikhi
2016-12-03 03:33:27 +01:00
romildo 629b979227 adapta-backgrounds: init at 0.4.0.6 2016-12-02 23:01:23 -02:00
romildo 3170266657 adapta-gtk-theme: 3.21.3.68 -> 3.89.1.66 2016-12-02 22:26:27 -02:00
Graham Christensen ca9ce9ace4
Merge remote-tracking branch 'origin/master' into staging 2016-12-02 19:20:03 -05:00
Tim Steinbach 4f8b74b401 Merge pull request #20866 from NeQuissimus/linux_4_8_12
linux: 4.8.11 -> 4.8.12
2016-12-02 18:28:46 -05:00
Tim Steinbach 4190a9a03d Merge pull request #20865 from NeQuissimus/linux_4_4_36
linux: 4.4.35 -> 4.4.36
2016-12-02 18:28:27 -05:00
romildo ae1fa72a48 mkvtoolnix: 9.5.0 -> 9.6.0 2016-12-02 20:55:34 -02:00
Tim Steinbach 853b6493c8
linux: 4.8.11 -> 4.8.12 2016-12-02 14:29:00 -05:00
Tim Steinbach 654f5df5dc
linux: 4.4.35 -> 4.4.36 2016-12-02 14:28:26 -05:00
Matthew Daiter d331e538c2 erlang_basho_R16: B03-1 -> B02-8 2016-12-02 16:12:14 +01:00
Jörg Thalheim 96e1220813 Merge pull request #20857 from Mic92/gajim
gajim: add enableOmemoPluginDependencies option
2016-12-02 13:53:21 +01:00
Jörg Thalheim 8c9582ca67
gajim: add enableOmemoPluginDependencies option 2016-12-02 13:46:42 +01:00
Alexander V. Nikolaev f0974e1e58 qt5: more reproducible builds
Avoid mktemp -d in sources, where pathnames can affect result.
2016-12-02 14:31:36 +02:00
Lluís Batlle i Rossell 19fd547a7f Fixing the patch for icu for ARM.
The source file changed paths.
2016-12-02 13:03:24 +01:00
Franz Pletz 7926e754f8 Merge pull request #20849 from sheenobu/spotify/upgrade/1_0_43_125
spotify: 1.0.42.151 -> 1.0.43.125
2016-12-02 12:06:05 +01:00
Jonathan Glines 538ec0cc92 teensyduino: init at 1.31 (#20807) 2016-12-02 11:31:01 +01:00
Frederik Rietdijk da3d8d077d pythonPackages.django_guardian: add missing pytest 2016-12-02 10:35:17 +01:00
Sheena Artrip fe514b3053
spotify: 1.0.42.151 -> 1.0.43.125 2016-12-02 02:52:11 -05:00
Jörg Thalheim acddb5d367 Merge pull request #20805 from danbst/rxvt-vtwheel
urxvt: add vtwheel extension
2016-12-02 08:27:51 +01:00
Frederik Rietdijk b068cbf2d0 Merge pull request #20848 from ericsagnes/fix/urlwatch
urlwatch: 2.2 -> 2.5
2016-12-02 08:03:55 +01:00
Eric Sagnes 813e5284cf urlwatch: 2.2 -> 2.5 2016-12-02 13:14:22 +09:00
Joachim Fasting 4e2e2039c2
pythonPackages.acoustic: fix meta.license
There is no licenses.bsd; the upstream license looks like 3-clause BSD.
2016-12-02 03:26:52 +01:00