Commit Graph

84252 Commits

Author SHA1 Message Date
Peter Simons
cc3e61006f Merge pull request #20811 from Profpatsch/hdbc-odbc-haddock
haskellPackages.HDBC-odbc: remove haddock fix again
2016-11-30 14:00:30 +01:00
Ioannis Koutras
58faa138d4 syncthing: 0.14.12 -> 0.14.13 2016-11-30 14:17:36 +02:00
Lancelot SIX
de4dba37a1
pythonPackages.pytest_30: 3.0.3 -> 3.0.4 2016-11-30 13:11:36 +01:00
Profpatsch
10cf3b150e haskellPackages.HDBC-odbc: remove haddock fix again 2016-11-30 13:04:48 +01:00
Matthew Daiter
705bdce17e
hexRegistrySnapshot: d58a937 -> e5e494a 2016-11-30 12:16:21 +01:00
Frederik Rietdijk
c517718ffc Merge pull request #20152 from igsha/fix-mezzanine
pythonPackages.mezzanine: fixes #19989
2016-11-30 10:43:34 +01:00
Frederik Rietdijk
1b68772f2b Merge pull request #20799 from vbgl/camlp5-6.17
camlp5: 6.16 -> 6.17
2016-11-30 10:32:00 +01:00
Frederik Rietdijk
1c0e51e3f8 Merge pull request #20616 from matthewbauer/pugixml-darwin
pugixml: fix darwin build
2016-11-30 10:30:41 +01:00
Frederik Rietdijk
07dcc4f43a pythonPackages.Theano: move and rename variants
We have two derivations, one that supports Cuda, and one that does not.
The names, TheanoWithCuda and TheanoWithoutCuda, now reflect that.
Furthermore, a boolean passthru.cudaSupport was added.

In the future the two derivations should be merged in one, with a
parameter `cudaSupport`.
2016-11-30 10:04:54 +01:00
Peter Simons
2605149d15 ghc-8.0.2: cosmetic 2016-11-30 09:47:37 +01:00
Peter Simons
fb9f9926cd ghc-8.0.2: drop use of the obsolete response file patch
Our gcc wrapper has been fixed to deal with those files properly.
2016-11-30 09:46:44 +01:00
Joachim Fasting
0028abeb4e
libffcall: 2009-05-27 -> 1.10
Use the release tarball provided by the clisp maintainer.

Tested build by nix-build -A clisp -A clisp_2_44_1 -A gtk-server;
only clisp run-tested.

Of particular note is that the .so files no longer have executable
stacks.  This also avoids executable stack in clisp lisp.run

Before:

   $ readelf -lW $(nix-build -A clisp)/lib/clisp-2.49/base/lisp.run|grep GNU_STACK
   GNU_STACK      [...] RWE 0x10

After:

   $ readelf -lW $(nix-build -A clisp)/lib/clisp-2.49/base/lisp.run|grep GNU_STACK
   GNU_STACK      [...] RW 0x10
2016-11-30 06:01:10 +01:00
danbst
5c0367ee5b urxvt: add vtwheel extension
This allows to scroll content in less, screen, nano, tmux and others
(the ones, who create so called "secondary screens"), similar to VTE-based
terminals.

Note, however, that mouse wheel won't work in `less -X`, which is used
by basic `journalctl`. Fix it with `export SYSTEMD_LESS=FRSMK`
2016-11-30 03:43:28 +02:00
danbst
ac51528df8 shadow: fix collision with coreutils (man groups.1.gz)
The `groups.1.gz` collides with one from coreutils. The code to fix this
was already present in expression, but wrongly assumes that share/man/man1
directory will be copied to `man` output after `installPhase`.

It turned out, that man directory is set at configure step, so we should
remove file from `man` output.
2016-11-30 01:44:28 +02:00
Tim Steinbach
f1a0cadaec
git: 2.10.2 -> 2.11.0 2016-11-29 18:37:24 -05:00
Tim Steinbach
18a3225dac
linux: 3.12.67 -> 3.12.68 2016-11-29 17:40:17 -05:00
Tuomas Tynkkynen
8a4d6516ee Merge remote-tracking branch 'upstream/staging' into master 2016-11-30 00:34:23 +02:00
Vincent Laporte
431c564993 hol_light: fix build with Camlp5-6.17 2016-11-29 18:34:21 +00:00
Vincent Laporte
f0d7e808b2 camlp5: 6.16 -> 6.17 2016-11-29 18:34:21 +00:00
Vladimír Čunát
56366b5e66
libuv: enable checks and parallel building 2016-11-29 18:41:44 +01:00
Mathias Schreck
0f7f0ced81
libuv: 1.9.1 -> 1.10.1
Taken from #20650.
2016-11-29 18:25:22 +01:00
joachim schiele
8806344618
rust: Updates & rename rustUnstable to rustNighly. 2016-11-29 17:09:01 +01:00
Franz Pletz
e43f2fc868
Revert "lxc: 2.0.4 -> 2.0.6"
This reverts commit 5d804566df.

This was an error on my part. I had the commit sitting on my local master
and pulled upstream to rebase my commit before pushing. I didn't notice
there was a commit bumping lxc and the auto-merge on the rebase.
2016-11-29 15:42:37 +01:00
Alexander Tsamutali
c9b8a6585d Add tools/networking/polysh 2016-11-29 17:32:21 +03:00
Lancelot SIX
06c594304c
nettle: 3.2 -> 3.3
This is a bugfix release.

See http://lists.gnu.org/archive/html/info-gnu/2016-10/msg00003.html
for release announcement.
2016-11-29 14:54:14 +01:00
Graham Christensen
b04e23bbb8
firefox: 50.0 -> 5.0.1 for CVE-2016-9078 2016-11-29 08:34:13 -05:00
Graham Christensen
28fa4cfe56 Merge pull request #20790 from taku0/firefox-bin-50.0.1
firefox-bin: 50.0 -> 50.0.1 [Critical security fix]
2016-11-29 08:19:52 -05:00
Thomas Tuegel
66c3818e98
kde5.frameworks: 5.27 -> 5.28 2016-11-29 07:02:40 -06:00
Domen Kožar
8b782f4bd4 Merge pull request #19990 from domenkozar/buildtheworld
Build all derivations on Linux, unless specified otherwise
2016-11-29 13:17:13 +01:00
Peter Simons
9890563ae2 Merge pull request #20781 from abuibrahim/master
haskellPackages.barrier: jailbreak
2016-11-29 09:13:02 +01:00
Peter Simons
d90a294342 Merge pull request #20779 from TikhonJelvis/hadoop-darwin
hadoop-2.2.0: Added a check to not run patchelf on MacOS.
2016-11-29 09:12:15 +01:00
joachim schiele
f67061c1de (rustc-nightly) init at 2016-11-26 - precompiled rustc nightly binary 2016-11-29 09:10:39 +01:00
Frederik Rietdijk
a344b552ad Merge pull request #20778 from NeQuissimus/atom_1_12_6
atom: 1.12.5 -> 1.12.6
2016-11-29 07:59:44 +01:00
Frederik Rietdijk
09aabb6750 Merge pull request #20785 from ericsagnes/pkg-update/groonga
groonga: 6.1.0 -> 6.1.1
2016-11-29 07:59:19 +01:00
Frederik Rietdijk
a1b7c94377 Merge pull request #20784 from peterhoeg/u/puddletag
puddletag: 1.1.1 -> 1.2.0
2016-11-29 07:58:37 +01:00
Eric Sagnes
96dfd01966 groonga: 6.1.0 -> 6.1.1
release notes: http://groonga.org/en/blog/2016/11/29/groonga-6.1.1.html
2016-11-29 15:33:24 +09:00
Peter Hoeg
66fb5ac222 puddletag: 1.1.1 -> 1.2.0 2016-11-29 10:57:52 +08:00
Ruslan Babayev
f44023c485 haskellPackages.barrier: jailbreak 2016-11-28 17:18:21 -08:00
Graham Christensen
59695de3b1 Merge pull request #20763 from lsix/update_nagios
nagios: 4.0.8 -> 4.2.3 (for CVE)
2016-11-28 18:12:03 -05:00
Tikhon Jelvis
80bee8ffe7 Added a check to not run patchelf on Darwin systems. 2016-11-28 15:07:41 -08:00
Graham Christensen
105255e6f5 Merge pull request #20772 from nico202/yarp
yarp: 2.3.66.1 -> 2.3.68
2016-11-28 18:01:02 -05:00
Tim Steinbach
1ac1d93427
atom: 1.12.5 -> 1.12.6 2016-11-28 17:37:32 -05:00
Vladimír Čunát
2587611ed5
mesa: maintenance 13.0.1 -> 13.0.2 2016-11-28 21:44:15 +01:00
Graham Christensen
076e3ae32c
gitRepo: 1.22 -> 1.23 2016-11-28 14:48:49 -05:00
Matt McHenry
f0bdca82c0 linuxPackages.ati_drivers_x11: patch for kernel 4.7+ (#19810) 2016-11-28 19:56:50 +01:00
taku0
2d341ca7fc firefox-bin: 50.0 -> 50.0.1 2016-11-29 03:12:10 +09:00
Franz Pletz
5d804566df
lxc: 2.0.4 -> 2.0.6
Fixes CVE-2016-8649.

See https://lists.linuxcontainers.org/pipermail/lxc-users/2016-November/012597.html.
2016-11-28 19:04:42 +01:00
Vladimír Čunát
b67ae8b33c
llvmPackages*.lldb: fixup input by disabling libedit
Fixes #20773.  https://llvm.org/bugs/show_bug.cgi?id=28898
Of course, feel free to find a better solution.

I love this copy&paste :-/
2016-11-28 19:02:15 +01:00
Frederik Rietdijk
7e3331af49 Merge pull request #20774 from aherrmann/pr_matplotlib_tkagg
matplotlib: Fix "attribute ‘tkinter’ missing"
2016-11-28 18:08:57 +01:00
Andreas Herrmann
44177794d2 matplotlib: Fix "attribute ‘tkinter’ missing"
`tkinter` is not part of `python`, but of `pythonPackages`.
2016-11-28 18:02:35 +01:00
Nicolò Balzarotti
f390d68b75 yarp: 2.3.66.1 -> 2.3.68 2016-11-28 17:03:19 +01:00
Eelco Dolstra
b60873ed99
aws-sdk-cpp: 0.10.6 -> 1.0.34 2016-11-28 16:37:31 +01:00
Domen Kožar
5c750e4940 Build all derivations at least for 64bit Linux 2016-11-28 15:19:47 +01:00
Peter Simons
21a5532c57 Merge pull request #20766 from avnik/update/lxc
lxc: 2.0.4 -> 2.0.6 (security)
2016-11-28 15:13:10 +01:00
Graham Christensen
ef138dc260 Merge pull request #20749 from gnidorah/master3
genymotion: 2.7.2 -> 2.8.0 and add menu item
2016-11-28 08:35:10 -05:00
viric
1f7a23c5a1 Merge pull request #20768 from mdaiter/opencv_maintainer
opencv3: adding myself as co-maintainer
2016-11-28 14:20:56 +01:00
Alexander V. Nikolaev
a8eeef62e6 lxc: 2.0.4 -> 2.0.6 (security)
https://security-tracker.debian.org/tracker/CVE-2016-8649
2016-11-28 15:17:06 +02:00
Alexander V. Nikolaev
121da5e938 lxc: fix sandbox builds
Package attempt to write /etc/bash_completion.d, I directed it to
"${out}/etc/bash_completion.d" as it was suggested.
2016-11-28 15:17:05 +02:00
Tim Nieradzik
70c18b55d7
rxvt_unicode: create .desktop file 2016-11-28 08:16:40 -05:00
Matthew Daiter
448d605f89 opencv3: adding myself as co-maintainer 2016-11-28 14:16:37 +01:00
viric
75d9dc8516 Merge pull request #20631 from mdaiter/opencv_upgrade
opencv3: added CUDA 8.0 specific patches
2016-11-28 14:06:33 +01:00
Michael Raskin
c93ec7b6b7 bftpd: init at 4.4 2016-11-28 13:58:45 +01:00
Graham Christensen
8088ad7586 Merge pull request #20689 from frontsideair/flow-34-36
flow: 0.34.0 -> 0.36.0
2016-11-28 07:38:05 -05:00
Graham Christensen
04edf297cc Merge pull request #20676 from matthewbauer/file_cmds
file_cmds: init at 264.1.1
2016-11-28 06:48:18 -05:00
Vincent Demeester
41ed3a8dd1
lnav: fix compilation
nix-env -i lnav currently result of a failure:

    command_executor.cc:34:21: fatal error: pcrecpp.h: No such file or
    directory

This fixes by using pcre-cpp instead of pcre.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-11-28 06:45:23 -05:00
Joachim Fasting
5da1394a58
Revert "gradm: fix using gradm while the RBAC system is active"
This reverts commit fdbf7dc8b3.

Unfortunately, while gradm now works when the RBAC system is enabled,
gradm still fails when full system learning is enabled, so I probably
need to try again later.
2016-11-28 11:41:12 +01:00
Joachim Fasting
b90ed0cc80
grsecurity: 4.8.10-201611232213 -> 4.8.11-201611271225 2016-11-28 11:41:10 +01:00
Joachim Fasting
1915f6908a
linux_grsec_nixos: use the "modinst arg list too long" patch
An alternative to e38b74ba89d3d03e01ee751131d2a6dc316ac33a; see
f19c961b4e for details
2016-11-28 11:41:07 +01:00
Joachim Fasting
4c7323545b
Revert "grsecurity: work around for #20490"
This reverts commit e38b74ba89.

I failed to notice f19c961b4e461da045f2e72e73701059e5117be0; better
use that fix instead.
2016-11-28 11:40:55 +01:00
Moritz Ulrich
bfc187f23a
rustc: Loosen bootstrapping restrictions.
Newer nightlies check a new environment variable that if set will loosen
restrictions on which compiler version can be used for bootstrapping.

Upstream issue is at https://github.com/rust-lang/rust/pull/37265
2016-11-28 11:21:12 +01:00
Moritz Ulrich
e36d243258
rustc: Don't fail if deleting of breaking tests fails. 2016-11-28 11:16:13 +01:00
Lancelot SIX
c77011c6de
nagiosPluginsOfficial: 2.0.3 -> 2.1.4
See https://github.com/nagios-plugins/nagios-plugins/blob/master/NEWS
for release history
2016-11-28 09:58:29 +01:00
Lancelot SIX
5b6d52b4fb
nagios: 4.0.8 -> 4.2.3
This update includes many security related fixes.

Version 4.2.0 fixes:
- CVE-2008-4796
- CVE-2013-4214

Version 4.2.2 fixes:
- CVE-2016-9565

Version 4.2.3 fixes:
- CVE-2016-8641

See https://www.nagios.org/projects/nagios-core/history/4x/ for full
detail changes.
2016-11-28 09:55:17 +01:00
Vincent Laporte
33d49bbfb7 ocamlPackages.ocp-index: 1.1.4 -> 1.1.5 2016-11-28 09:33:28 +01:00
aszlig
83410d9954
beets: 1.3.19 -> 1.4.1
Full upstream release announcement:

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

I had to rebase the keyfinder-default-bin.patch in order to apply with
the new release.

Other than that I didn't test whether beets works on my machine, as I
have a more or less temporary setup at the moment.

However, since the bump of mutagen to version 1.34 in commit
555928c228, the mediafile tests fail and
thus this commit unbreaks beets.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-28 08:58:08 +01:00
Okasu
de925e952e terminus-font-ttf: init at 4.40.1 2016-11-28 10:54:33 +03:00
Matthew Bauer
bd57e32312
file_cmds: init at 264.1.1 2016-11-27 21:58:07 -06:00
Graham Christensen
d1055c0ed7
all-packages.nix: whitespace cleanup 2016-11-27 22:12:06 -05:00
Michael Fellinger
bff2b98290
ruby: 3.2.1 -> 2.3.3 2016-11-27 22:11:49 -05:00
Graham Christensen
540670259c Merge pull request #20549 from proger/ceres-solver-darwin
ceres-solver: glog builds on darwin just fine now
2016-11-27 22:09:17 -05:00
Rok Garbas
880d616ec0 neovim: 0.1.6 -> 0.1.7 2016-11-28 04:06:19 +01:00
Graham Christensen
cc28a51bc0 Merge pull request #19818 from KoviRobi/xterm-fix-app-defaults
XTerm: fix app-defaults, fixes menu options
2016-11-27 22:02:51 -05:00
Graham Christensen
5cc4f50442 Merge pull request #20113 from johbo/ruby-scrypt-darwin
Adjust ruby gem defaults for scrypt on darwin
2016-11-27 21:58:17 -05:00
Franz Pletz
f38955dd4c Merge pull request #20665 from vdemeester/delve-0.11-alpha
delve: init at 0.11.0-alpha
2016-11-28 03:50:34 +01:00
Graham Christensen
2891256daa
skopeo: fix evaluation, change license from asl2 to asl20 2016-11-27 21:39:02 -05:00
Ruben Maher
9c9a21d525 matrix-synapse service: Make url_preview_enabled optional (#20609) 2016-11-28 03:33:48 +01:00
Michael Weiss
9538176042 sks: init at 1.1.6 (#20717) 2016-11-28 03:28:40 +01:00
William Casarin
dfb354ea7d multi-ghc-travis: git-2015-11-04 -> git-2016-10-23 (#20754)
adds support for ghc8
2016-11-28 03:24:51 +01:00
Graham Christensen
8bee129f48 Merge pull request #20627 from lsix/update_dico
dico: 2.3 -> 2.4
2016-11-27 21:23:30 -05:00
Graham Christensen
8d6490bda1 Merge pull request #20732 from montag451/epiphany-html5-video
epiphany: enable the playing of HTML5 videos
2016-11-27 21:17:13 -05:00
Vincent Demeester
6d47cb4131
skopeo: init at 0.1.16
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-11-27 21:06:21 -05:00
Franz Pletz
e394c305a8 Merge pull request #20620 from rnhmjoj/fakeroute
fakeroute: init at 0.3
2016-11-28 03:01:15 +01:00
Graham Christensen
7b5619506b Merge pull request #20250 from guillaumekoenig/add-encryptr-2.0.0
encryptr: init at 2.0.0
2016-11-27 20:59:56 -05:00
Graham Christensen
ff1c76e9eb Merge pull request #20740 from sh01/rogue_mirror
rogue: Add alternative source archive URLs.
2016-11-27 20:47:05 -05:00
Tim Steinbach
eecf76eaa2
linux: 4.9-rc6 -> 4.9-rc7 2016-11-27 19:48:24 -05:00
Tuomas Tynkkynen
86ea3126bc linux_rpi: 1.20160620 -> 1.20161020 2016-11-28 00:24:00 +02:00
Tuomas Tynkkynen
25d6bfa258 raspberrypifw: 1.20160620 -> 1.20161020 2016-11-28 00:23:40 +02:00
Tuomas Tynkkynen
02e1846d62 U-Boot: 2016.05 -> 2016.11 2016-11-28 00:23:12 +02:00
Frederik Rietdijk
5dcf6ecbeb Merge pull request #18532 from peterhoeg/hero
heroku: 3.43.2 -> 3.43.12 and wrap the downloaded binary
2016-11-27 17:45:03 +01:00
Pascal Wittmann
bbd39a8057
fbida: 2.11 -> 2.12 2016-11-27 17:07:47 +01:00
Michael Alan Dorman
d24a886419 hoogle: build with newest haskell-src-exts 2016-11-27 17:00:14 +01:00
Michael Alan Dorman
725e44cc04 hindent: fix 5.2.1 build 2016-11-27 17:00:14 +01:00
Peter Simons
1e62dc2929 configuration-hackage2nix.yaml: use latest hindent 2016-11-27 17:00:14 +01:00
Peter Simons
b74d732f67 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.0.3-8-gcc531ff.
2016-11-27 17:00:04 +01:00
Joachim F
625ec7604d Merge pull request #20751 from elitak/f3
f3: corrected version number
2016-11-27 16:32:28 +01:00
Joachim F
4f701660b3 Merge pull request #20750 from goetzst/youtube-dl
youtube-dl: 2016-11-22 -> 2016-11-27
2016-11-27 16:32:00 +01:00
Pascal Wittmann
e8f7c31dfb
opkg: 0.3.1 -> 0.3.3 2016-11-27 15:58:29 +01:00
Peter Simons
b7deb143b2 Merge pull request #20731 from expipiplus1/fix-ghc-env
ghcWithPackages: fix env NIX_GHC_LIBDIR value
2016-11-27 15:52:45 +01:00
Eric Litak
0a77fc86b2 f3: corrected version number 2016-11-27 06:52:38 -08:00
Pascal Wittmann
f4d163aab7
zsh-navigation-tools: 2.1.16 -> 2.2.7 2016-11-27 15:49:34 +01:00
Jörg Thalheim
5cde30d8d9 Merge pull request #20733 from 2chilled/master
pyload: add send2trash as dep
2016-11-27 15:26:18 +01:00
Stefan Götz
22e9476e59 youtube-dl: 2016-11-22 -> 2016-11-27 2016-11-27 15:06:34 +01:00
Jörg Thalheim
03d3531fb3 Merge pull request #20724 from elitak/f3
f3: newer git rev, build extra binaries
2016-11-27 13:15:44 +01:00
Eric Litak
c4650769f5 f3: newer git rev, build extra binaries 2016-11-27 02:40:58 -08:00
Alex Ivanov
af1dacc2c3 genymotion: 2.7.2 -> 2.8.0 2016-11-27 13:18:24 +03:00
Alex Ivanov
244f0456f0 genymotion: add menu item 2016-11-27 12:21:25 +03:00
Michael Raskin
5d5346d824 julia_05: init at 0.5.0; right now backtrace-related tests are disabled because they fail in this configuration, but the rest works 2016-11-27 10:14:33 +01:00
Michael Raskin
fcf9f5d4d5 julia: 0.4.6 -> 0.4.7 2016-11-27 10:14:33 +01:00
Frederik Rietdijk
868bd67aa9 pythonPackages.jupyter_console: disable tests 2016-11-27 09:37:41 +01:00
Frederik Rietdijk
f7ad0223ce pythonPackages.ipywidgets: fix tests 2016-11-27 09:37:41 +01:00
Frederik Rietdijk
dcff4fdf07 Merge pull request #20747 from ericsagnes/pkg-update/rainbowstream
rainbowstream: 1.3.5 -> 1.3.6
2016-11-27 09:35:52 +01:00
Jörg Thalheim
f1f16ba8ac Merge pull request #20742 from schneefux/wallabag
wallabag: 2.1.3 -> 2.1.4
2016-11-27 09:19:47 +01:00
Jörg Thalheim
b51aacb456 Merge pull request #20745 from rardiol/allegro5
Allegro5
2016-11-27 09:15:03 +01:00
Jörg Thalheim
44e748a52a Merge pull request #20746 from ericsagnes/pkg-update/pamix
pamix: 1.4.1 -> 1.5
2016-11-27 09:06:56 +01:00
Eric Sagnes
d0e8117ccb rainbowstream: 1.3.5 -> 1.3.6 2016-11-27 11:37:20 +09:00
Eric Sagnes
a9aa372186 pamix: 1.4.1 -> 1.5 2016-11-27 11:29:03 +09:00
Jörg Thalheim
b8019981a6 Merge pull request #20736 from zimbatm/su-exec-0.2
su-exec: init at 0.2
2016-11-27 01:27:10 +01:00
Michael Raskin
db7e616b45 julia-git: add macOS frameworks, hopefully that's useful 2016-11-26 22:41:41 +01:00
Tim Steinbach
b47307bd74
linux: 4.8.10 -> 4.8.11 2016-11-26 16:29:23 -05:00
Tim Steinbach
cc77360bed
linux: 4.4.34 -> 4.4.35 2016-11-26 16:28:58 -05:00
Michael Raskin
e3d0fd8bc7 julia-git: pin LLVM 3.9, seems to work fine 2016-11-26 22:33:52 +01:00
Michael Raskin
b7eb9241dc julia-git: 0.5.0-dev-2016-06-10 -> 0.6.0-dev-2016-11-25 2016-11-26 21:35:18 +01:00
Michael Raskin
e934ffb28c utf8proc: 1.3 -> 2.0.2 2016-11-26 21:35:18 +01:00
Peter Simons
c272c66276 ghc: add release candidate 1 for 8.0.2 2016-11-26 21:24:40 +01:00
Robert Helgesson
be34ee415b
cpulimit: 2.3 -> 2.4 2016-11-26 21:18:59 +01:00
Ricardo Ardissone
ec74f36ccc allegro5unstable: removed 2016-11-26 17:52:16 -02:00
Ricardo Ardissone
99522fb742 allegro5: 5.0.11 -> 5.2.11 2016-11-26 17:52:16 -02:00
Sebastian Hagen
aad48be62b rogue: Add alternative source archive URLs.
As of right now, rogue.rogueforge.net has been down for at least several hours
(likely more).
We add two mirrors here which are likely to be more reliable. We keep the
original download location as a fallback, in case that estimate turns out to be
incorrect.
2016-11-26 19:24:01 +00:00
Tuomas Tynkkynen
2d679dbe74 ntp: Don't use seccomp on non-x86
It only has the allowed system call numbers defined for i386 and x86_64
so it fails to build otherwise.
2016-11-26 20:38:17 +02:00
Tim Steinbach
e24df8ea69 rkt: 1.19.0 -> 1.20.0 (#20697) 2016-11-26 17:18:00 +00:00
schneefux
6b42bf43d6
wallabag: 2.1.3 -> 2.1.4 2016-11-26 17:57:49 +01:00
Svend Sorensen
3ae052b2a2 librecad: 2.0.10 -> 2.1.3 (#20720) 2016-11-26 16:50:00 +00:00
José Romildo Malaquias
956e3dec29 efl: 1.18.2 -> 1.18.3 (#20728) 2016-11-26 16:49:22 +00:00
zimbatm
7f4e514a31 su-exec: init at 0.2 2016-11-26 16:48:13 +00:00
Robert Helgesson
57d3827d49
perl-IO-Socket-SSL: 2.037 -> 2.039 2016-11-26 16:40:23 +01:00
Matthias Herrmann
8ee4a1fd65 pyload: add send2trash as dep
With this pyload is able to move compressed files into trash after unpacking them
2016-11-26 16:20:02 +01:00
vbgl
376973a1bb Merge pull request #20404 from vbgl/alcotest-0.7.0
ocamlPackages.alcotest: 0.4.5 -> 0.7.2
2016-11-26 16:17:32 +01:00
Jörg Thalheim
01172c2ccf Merge pull request #20591 from NeQuissimus/linux_4_9_rc6
linux: 4.9-rc5 -> 4.9-rc6
2016-11-26 16:00:16 +01:00
Michael Raskin
81667f3663 Merge pull request #19806 from vbgl/opa-4310
opa: update
2016-11-26 14:00:37 +00:00
Franz Pletz
9007303001
curl: add upstream patch to fix HTTP2 performance issues
See #20639. Patch has to be in nixpkgs because fetchurl depends on curl.
2016-11-26 14:48:05 +01:00
Franz Pletz
94fe387fcb
nghttp2: 1.14.1 -> 1.16.1 2016-11-26 14:39:12 +01:00
Michael Raskin
fcc5a4d3b8 Merge pull request #20672 from AndersonTorres/pari
pari/gp: 2.7.6 -> 2.9.0
2016-11-26 13:34:15 +00:00
Pascal Bach
2bf9413280 gitlab-runner: 1.7.1 -> 1.8.0 (#20719) 2016-11-26 14:22:41 +01:00
Joe Hermaszewski
757638acae ghcWithPackages: fix env NIX_GHC_LIBDIR value
Ideally the duplication between the environment shellHook and the ghc
wrapper would be removed.

Fixes #20730
2016-11-26 12:06:56 +00:00
montag451
c04f113960 epiphany: enable the playing of HTML5 videos 2016-11-26 12:50:15 +01:00
Vladimír Čunát
97853c07d7
stdenv moveToOutput: move even broken symlinks
I believe this reduces surprises and is actually simpler semantically.
This is important e.g. for relative symlinks when moving both source
and target - now the order of moving won't matter.

Fixes #20723 (a particular instance of the surprise).
2016-11-26 12:32:15 +01:00
Vladimír Čunát
7a88f314cb
guile: doCheck = false on i686-linux
It fails on Hydra now; I can't reproduce it locally and don't feel like
debugging it. It might be due to the warning below. That appears on
x86_64-linux as well, but we've got no problems in there so far...

warning: call to primitive-fork while multiple threads are running;
         further behavior unspecified.  See "Processes" in the
         manual, for more information.
2016-11-26 11:35:23 +01:00
Vladimír Čunát
925b335607
Merge branch 'master' into staging 2016-11-26 11:27:09 +01:00
Robert Helgesson
ca77ba39bf
perl-Test-Simple: 1.302062 -> 1.302067 2016-11-26 10:26:02 +01:00
Robert Helgesson
088ff595e6
perl-Math-BigInt: 1.999800 -> 1.999801 2016-11-26 10:25:47 +01:00
Robert Helgesson
0637d94930
perl-Digest-JHash: 0.09 -> 0.10 2016-11-26 10:25:26 +01:00
Robert Helgesson
ba095feb53
perl-Data-Validate-IP: 0.26 -> 0.27 2016-11-26 10:25:12 +01:00
Robert Helgesson
e700ff6e0c
perl-bignum: 0.43 -> 0.44
Resolves CVE-2016-1238, see
<https://rt.cpan.org/Public/Bug/Display.html?id=116506>.
2016-11-26 10:14:42 +01:00
Frederik Rietdijk
231cd277df nvidia-x11: 367.57 -> 375.20 2016-11-26 09:31:10 +01:00
Rok Garbas
b09435ea51 pythonPackages.magic-wormhole: enable tests 2016-11-26 04:55:28 +01:00
Joachim Fasting
fdbf7dc8b3
gradm: fix using gradm while the RBAC system is active
The built-in ACL prevents the gradm binary from loading dynamic
libraries from the Nix store.  Thus, once the RBAC system is activated,
the gradm binary cannot be used.

Fix by patching in rules to allow references to the Nix store where
appropriate.
2016-11-26 02:59:35 +01:00
Austin Seipp
a51378c419 nixpkgs: yosys 2016.08.18 -> 2016.11.25
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-11-25 23:26:10 +00:00
Austin Seipp
c6b5131b01 nixpkgs: icestorm 2016.08.18 -> 2016.11.01
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-11-25 23:26:10 +00:00
Jascha Geerds
c6caa45d4f Merge pull request #20707 from evfool/master
gnome-mines: update license to GPLv3
2016-11-26 00:18:15 +01:00
Peter Simons
baea6a8d82 Merge pull request #20619 from Profpatsch/ghcWithHoogle-empty-packagelist
haskell/hoogle.nix: make an empty packages list possible
2016-11-25 19:21:23 +01:00
Frederik Rietdijk
b191034d8a remarkjs: fix evaluation 2016-11-25 14:45:03 +01:00
Stefan Siegl
92383e669d idea.webstorm: 2016.3 -> 2016.3.1 2016-11-25 14:20:29 +01:00
Stefan Siegl
e87f28fbb1 idea.phpstorm: 2016.2.2 -> 2016.3 2016-11-25 14:17:20 +01:00
Stefan Siegl
cb8f804b1d idea.pycharm-{community,professional}: 2016.2.3 -> 2016.3 2016-11-25 14:14:42 +01:00
Stefan Siegl
cf709b544a clion: 2016.2.3 -> 2016.3 2016-11-25 14:10:04 +01:00
Joachim F
00597a07bb Merge pull request #20644 from romildo/upd.xcape
xcape: git-2015-03-01 -> 1.2
2016-11-25 13:19:56 +01:00
Joachim F
15f1973358 Merge pull request #20709 from romildo/upd.greybird
Greybird: 2016-09-13 -> 2016-11-15
2016-11-25 13:19:00 +01:00
Frederik Rietdijk
310b5fb7be Merge pull request #20710 from nico202/cowpatty
coWPAtty: init at 4.6
2016-11-25 12:44:57 +01:00
Frederik Rietdijk
37964f1b5e Merge pull request #20654 from dignati/master
[mathematica] 10.0.2 -> 11.0.1
2016-11-25 12:21:22 +01:00
Joachim F
593bc52732 Merge pull request #20701 from romildo/upd.windowmaker
windowmaker: 0.95.6 -> 0.95.7
2016-11-25 12:20:38 +01:00
roxma
78f81c5bac proxychains: fix build, add -ldl to LDFLAGS
Closes #20355
2016-11-25 12:17:11 +01:00
Ole Krüger
a31c37c759 [mathematica] 10.0.2 -> 11.0.1 2016-11-25 12:13:41 +01:00
Matthias C. M. Troffaes
ea743a97f5 wolfssl: 3.9.8 -> 3.9.10b (#20708) 2016-11-25 10:28:59 +00:00
Nicolò Balzarotti
54b42cb454 coWPAtty: init at 4.6 2016-11-25 11:25:07 +01:00
Karn Kallio
841b19500a ats2 : advance Postiats to version 0.2.12, which is the latest release. 2016-11-25 09:21:29 +01:00
Frederik Rietdijk
4f51481bb2 pythonPackages.pynacl: fix tests 2016-11-25 09:13:01 +01:00
Frederik Rietdijk
18637d877a magic-wormhole: move to python-packages
since it is actually a library.
2016-11-25 09:13:01 +01:00
Frederik Rietdijk
51645f8f47 Merge pull request #20675 from carlsverre/update/mopidy-gmusic
mopidy-gmusic: 1.0.0 -> 2.0.0
2016-11-25 08:59:56 +01:00
Frederik Rietdijk
1b5e981a5f Merge pull request #20705 from Ralith/matrix-synapse
matrix-synapse: 0.18.0 -> 0.18.4
2016-11-25 08:59:03 +01:00
Jörg Thalheim
a3f852f672 Merge pull request #20703 from sh01/fix_less
less: 483 -> 481: Use recommended upstream version since less-483.tar.gz has disappeared
2016-11-25 08:47:17 +01:00
romildo
a357777fc0 Greybird: 2016-09-13 -> 2016-11-15 2016-11-25 05:08:03 -02:00
Vladimír Čunát
902675b4e7
Revert "Merge pull request #20592 from TravisWhitaker/portaudio-update"
This reverts commit 44122e2c0f, reversing
changes made to d66db992ae.

The hash wasn't changed, meaning this won't work and the build is most
likely untested.
2016-11-25 07:54:14 +01:00
Benjamin Saunders
205aecdf3b matrix-synapse: 0.18.0 -> 0.18.4 2016-11-24 20:43:45 -08:00
Sebastian Hagen
0f9f74f1d5 less: 483 -> 481: Use recommended upstream version since less-483.tar.gz has disappeared
This is a fix for the current package source file
  http://www.greenwoodsoftware.com/less/less-483.tar.gz
not being available anymore.

We bump the less version back to 481, and adjust the source package hash
accordingly. This is a (slight) downgrade from 483 as opposed to an
upgrade since
  a) 481 is the current Recommended version by http://www.greenwoodsoftware.com/less/download.html
  b) Upstream is unreliable about keeping experimental versions around.
2016-11-25 02:38:16 +00:00
AndersonTorres
d395439a10 pari/gp: 2.7.6 -> 2.9.0
Adding gp2c compiler, too.
2016-11-24 22:44:56 -02:00
Carl Sverre
97b35a0573 mopidy-gmusic: 1.0.0 -> 2.0.0 2016-11-24 14:42:27 -08:00
Carl Sverre
5d62f80bb7 gmusicapi: 7.0.0 -> 10.1.0 2016-11-24 14:41:43 -08:00
Carl Sverre
8602f82169 gpsoauth: 0.0.4 -> 0.2.0 2016-11-24 14:41:09 -08:00
Carl Sverre
555928c228 mutagen: 1.32 -> 1.34 2016-11-24 14:40:09 -08:00
Carl Sverre
99e6b63199 pycryptodome: init at 3.4.3 2016-11-24 14:38:46 -08:00
Joachim F
44122e2c0f Merge pull request #20592 from TravisWhitaker/portaudio-update
portaudio: 19-20140130 -> 19-20161030
2016-11-24 23:30:38 +01:00
Joachim F
d66db992ae Merge pull request #20655 from mdorman/emacs-updates
Emacs package updates
2016-11-24 23:27:55 +01:00
Jaka Hudoklin
3b500d37f5 Merge pull request #19023 from offlinehacker/kube-update
WIP: kubernetes update package and module
2016-11-24 23:10:01 +01:00
Michael Raskin
e29e246720 debootstrap: 1.0.80 -> 1.0.87 2016-11-24 22:52:19 +01:00
romildo
163e1ee7bd windowmaker: 0.95.6 -> 0.95.7 2016-11-24 19:48:32 -02:00
Frederik Rietdijk
b28689f453 chromium: use python2 2016-11-24 22:28:04 +01:00
Frederik Rietdijk
b91c43d8d3 afl-qemu: use python2 2016-11-24 22:28:04 +01:00
Frederik Rietdijk
9b88697bbd gn: use python2 2016-11-24 22:28:04 +01:00
Frederik Rietdijk
fda03ec4bd telepathy.glib: add python to passthru
and let the telepathy plugins use it.
2016-11-24 22:28:04 +01:00
Frederik Rietdijk
78cf06e316 gnome3_22.anjuta: use python2 2016-11-24 22:28:04 +01:00
Frederik Rietdijk
aa9353d158 gnome3_20.anjuta: use python2 2016-11-24 22:28:04 +01:00
Frederik Rietdijk
cd7e72a597 zeitgeist: python bindings at pythonPackages.zeitgeist 2016-11-24 22:28:04 +01:00
Frederik Rietdijk
2bac076931 telepathy_glib: shouldn't propagate python 2016-11-24 22:28:04 +01:00
Frederik Rietdijk
2f25d962e8 qt57.qtwebengine: use python2 2016-11-24 22:28:04 +01:00
Frederik Rietdijk
b21f1d70c6 qt56.qtwebengine: use python2 2016-11-24 22:28:04 +01:00
Frederik Rietdijk
0031e01e07 webkitgtk214x: use python2 2016-11-24 22:28:04 +01:00
Frederik Rietdijk
8fb430ca86 thunderbird: use python2
and remove pysqlite since its part of the standard library.
2016-11-24 22:28:04 +01:00
Frederik Rietdijk
2887a633f7 mypaint: use python2 2016-11-24 22:28:04 +01:00
Frederik Rietdijk
d1b6976eda quodlibet: use python2 2016-11-24 22:28:04 +01:00
Frederik Rietdijk
bde10a9b79 pythonPackages.pyside: fix name 2016-11-24 22:28:04 +01:00
Frederik Rietdijk
eb926468e9 mailpile: use python2 2016-11-24 22:28:04 +01:00
Frederik Rietdijk
862f981317 spice_gtk: use python2 2016-11-24 22:28:04 +01:00
Frederik Rietdijk
2de9321880 nodejs: add python to passthru
so nodeEnv uses the exact same version.

See also https://github.com/svanderburg/node2nix/issues/25
2016-11-24 22:28:04 +01:00
Frederik Rietdijk
ef981df445 telepathy_glib: use python2
while this package supports Python 3, certain dependencies don't. An
example is telepathy mission control. Python 3 sneaked in via
telepathy_glib, breaking the build of that package.

TODO: put python bindings in separate output!
2016-11-24 22:28:04 +01:00
Frederik Rietdijk
6a8c708d6d cryptsetup: use python2 2016-11-24 22:28:04 +01:00
Frederik Rietdijk
4383e20bb1 a2jmidid: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
76a11c1fbb libvirt: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
53af34f226 deluge: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
97259c811e qemu: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
659c5c4c62 keepnote: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
3829e93942 pmenu: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
27180b67ce pixie: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
e0a5110779 rethinkdb: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
7ab6edd171 llvm_34: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
b1f60ba8cf libcpuid: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
f3c8692232 rdiff-backup: use python2 and buildPythonApplication 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
d8b0096704 dstat: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
a0fe37f43f electrum-dash: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
fad1e442ad calibre: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
3cd2ca2751 tortoisehg: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
d56209dc3b libsearpc: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
f8c93fd939 kargo: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
080daf40c8 rubber: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
6449435b04 libplist: use python2, multiple outputs, fix bindings 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
7ea28bfc46 ycmd: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
6be672a7cd tailor: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
99402f6a06 twister: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
12d9fe12f0 urbit: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
09a5864d28 tor-arm: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
3ebca4f4cf vde2: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
869cf8a56b python35Packages.netaddr: disable tests instead of building 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
5114fa8e89 bitbucket-cli: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
fb231dd4f6 pythonPackages.bitbucket-cli: 0.4.1 -> 0.5.1 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
599312739e beets: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
e77a14b24b aws_shell: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
4fb7a8bf1a libappindicator: use python2 2016-11-24 22:28:02 +01:00
Frederik Rietdijk
db8068e925 arangodb: use python2 2016-11-24 22:28:02 +01:00
Frederik Rietdijk
7dd7b9e218 arandr: use python2 2016-11-24 22:28:02 +01:00
Frederik Rietdijk
4443198adf gpsd: use python2 2016-11-24 22:28:02 +01:00
Frederik Rietdijk
8b3d725cc3 Fabric: use python2 version 2016-11-24 22:28:02 +01:00
Frederik Rietdijk
c355a73e2c s3cmd: use python2 2016-11-24 22:28:02 +01:00
Frederik Rietdijk
fe24e93df8 rawdog: use python2 2016-11-24 22:28:02 +01:00
Frederik Rietdijk
f1fbf04162 gitinspector: use python2 2016-11-24 22:28:02 +01:00
Frederik Rietdijk
643b12221a stgit: use python2 2016-11-24 22:28:02 +01:00
Frederik Rietdijk
bea967016e git-hub: use python2 2016-11-24 22:28:02 +01:00
Frederik Rietdijk
434f09c55f fomp: use python2 2016-11-24 22:28:02 +01:00
Frederik Rietdijk
a99272d672 ffado: use python2 2016-11-24 22:28:02 +01:00
Frederik Rietdijk
a881da7548 euca2ools: use python2 2016-11-24 22:28:02 +01:00
Frederik Rietdijk
24a495b7a6 cvs2svn: use python2 2016-11-24 22:28:02 +01:00
Frederik Rietdijk
1e52bed8a3 createrepo_c: use python2 2016-11-24 22:28:02 +01:00
Frederik Rietdijk
6068431f8f cxxtest: use buildPythonApplication 2016-11-24 22:28:02 +01:00
Frederik Rietdijk
0fbbf411b3 cxxtest: use python2 2016-11-24 22:28:02 +01:00
Frederik Rietdijk
90d0bde89a bareos: use python2 2016-11-24 22:28:02 +01:00
Frederik Rietdijk
fcfe7cf955 apitrace: use python2 2016-11-24 22:28:02 +01:00
Frederik Rietdijk
e84b9e2b20 asn2quickder: use python2 2016-11-24 22:28:02 +01:00
Frederik Rietdijk
051dfa55f7 mod_python: use python2 2016-11-24 22:28:02 +01:00
Frederik Rietdijk
c93c0a438e farsight2: use python2 2016-11-24 22:28:02 +01:00
Arseniy Seroka
39a0d766db Merge pull request #20678 from carlsverre/fix/ctrlp-cmatcher
Fix/ctrlp cmatcher
2016-11-24 22:53:15 +04:00
Arseniy Seroka
c8e014e5a6 Merge pull request #20681 from carlsverre/add/cpsm
cpsm: init at 565ab53a66fa52c46d80adf6981b07f4bdffcb1d
2016-11-24 22:52:15 +04:00
Vladimír Čunát
ceda8cb203
pciutils: fixup finding modules to libkmod's way
Fixes #20683.
2016-11-24 16:50:56 +01:00
Vladimír Čunát
516f839c0d
Revert "pciutils: fixup finding modules to libkmod's way"
This reverts commit 286c836b3f.
It's bigger rebuild than I expected, I'm sorry.  Moving to staging.
2016-11-24 16:50:20 +01:00
Vladimír Čunát
286c836b3f
pciutils: fixup finding modules to libkmod's way
Fixes #20683.
2016-11-24 16:46:28 +01:00
Fatih Altinok
0a77d46322 flow: 0.34.0 -> 0.36.0 2016-11-24 16:40:52 +02:00
Travis Whitaker
528d353b65 graphviz: Make derivations pure on non-NixOS systems. 2016-11-24 14:45:45 +01:00
Tim Steinbach
2aacd5b797 Merge pull request #20660 from romildo/upd.vivaldi
vivaldi: 1.4.589.38-1 -> 1.5.658.44-1
2016-11-24 08:24:20 -05:00
Tim Steinbach
290ca2817f Merge pull request #20686 from binarin/blivet-pvscan-unpatch
blivet: Remove unneccesary patching
2016-11-24 08:23:48 -05:00
Tim Steinbach
565bc19580 Merge pull request #20662 from NeQuissimus/gradle_3_2_1
gradle: 3.2 -> 3.2.1
2016-11-24 08:22:18 -05:00
Vladimír Čunát
2d7cb1f6c3
luajit: 2.1.0-beta1 -> 2.1.0-beta2
I'm not very certain about beta as the default,
but let me not change that ATM.
2016-11-24 13:35:13 +01:00
Robert Roth
4642c338e1 gnome-mines:update license to GPLv3 2016-11-24 13:52:28 +02:00
Profpatsch
b8a69aaba9 haskell/hoogle.nix: make an empty packages list possible
Building hoogle environments with an empty list of packages threw a built-time
error. This was particularly confusing when giving e.g. `(hps: [hps.Cabal])`
which, since `Cabal` is set to `null` (because it’s a distribution package),
would have lead to the same error as an empty list.

It was not useful to throw an error at all, because sometimes one only wants to
build an environment for the distribution packages; also the default value for
packages wasn’t even a valid value, so it is removed.
2016-11-24 12:31:58 +01:00
Jascha Geerds
531bd1f7da Merge pull request #20680 from evfool/master
gnome-calculator: update license to gpl3
2016-11-24 12:26:41 +01:00
Jörg Thalheim
6f36a97b2b Merge pull request #20674 from lbodor/docker-tools-rsync-pr
dockerTools: rsync contents with -keep-dirlinks
2016-11-24 12:14:54 +01:00
Alexey Lebedeff
7e3176bca2 blivet: Remove unneccesary patching
Fixes https://github.com/NixOS/nixops/issues/552

`--cache` argument is now mandatory for `pvscan` both from hetzner rescue
system and from nixpkgs.
2016-11-24 14:13:26 +03:00
Joachim Fasting
f9d787c67b
grsecurity: 4.8.10-201611210813 -> 201611232213 2016-11-24 12:08:12 +01:00
Daiderd Jordan
aaa40f745a Merge pull request #20684 from LumiGuide/fix-postgresql-osx
postgresql: fix build on darwin
2016-11-24 12:03:09 +01:00
Jörg Thalheim
9338d326c2 Merge pull request #20643 from makefu/snapraid/update/11.0
snapraid: 10.0 -> 11.0
2016-11-24 12:00:13 +01:00
Peter Simons
5b83874999 Merge pull request #20661 from montag451/git-annex-remote-rclone
git-annex-remote-rclone: init at 0.4
2016-11-24 11:22:23 +01:00
Bas van Dijk
1f95524ab5 postgresql: fix build on darwin 2016-11-24 10:21:09 +01:00
Rok Garbas
61f38b9e83 notmuch: disable tests on darwin 2016-11-24 09:17:08 +01:00
Rok Garbas
cfa7ffa50b pythonPackages.afew: 2016-01-04 -> 2016-02-29 2016-11-24 09:17:08 +01:00