Commit graph

59677 commits

Author SHA1 Message Date
Thomas Tuegel 3dcff36085 julia: build dependencies with same openblas 2015-09-16 11:19:03 -05:00
Thomas Tuegel aa4efac850 arpack: update homepage 2015-09-16 11:08:39 -05:00
Edward Tjörnhammar c6cadd11db Merge pull request #9785 from khumba/jitsi-rpath-fix
jitsi: patch RPATHs for missing libraries
2015-09-16 16:10:04 +02:00
Bjørn Forsman 0af5fccf2a pidgin-sipe: 1.18.1 -> 1.20.0
Build and run tested (on release-15.09 branch).
2015-09-16 15:47:16 +02:00
Bryan Gardiner 476f2e3e2d
jitsi: add myself as maintainer 2015-09-16 06:42:26 -07:00
Bryan Gardiner e422c2398c
jitsi: make a path patch for java slightly safer 2015-09-16 06:42:26 -07:00
Bryan Gardiner 8ef6197be5
jitsi: patch RPATHs of bundled .so files
Possibly helps with bug #3482.
2015-09-16 06:42:25 -07:00
Bryan Gardiner 4140c7fe16
openjdk8: add the architecture passthru from openjdk7 2015-09-16 06:42:22 -07:00
Edward Tjörnhammar 54ced3be71 Merge pull request #9856 from rycee/bump/svtplay-dl
svtplay-dl: 0.10.2015.08.24 -> 0.20.2015.09.13
2015-09-16 13:51:21 +02:00
Tobias Geerinckx-Rice 0f0b20ac0c eid-mw: 4.1.5 -> 4.1.6 2015-09-16 13:08:17 +02:00
Tobias Geerinckx-Rice 33d2f27d95 stress-ng: 0.04.18 -> 0.04.19 2015-09-16 13:08:17 +02:00
lethalman d938e6bad5 Merge pull request #9881 from rycee/bump/some-perl-packages
Bump versions of some Perl packages
2015-09-16 11:23:34 +02:00
aszlig cb5e5a5b9d
Revert "makeInitrd, makeModulesClosure: reduce repetition"
This reverts commit b5ee55f81f.

The reason is that the args attribute in this case doesn't contain the
optional attributes which are specified, see here for example:

$ nix-instantiate --eval -E '(args@{ bar ? 111, ... }: args) {}'
{ }
$

This essentially breaks all VM tests, because stage-1 is passing all
arguments but pkgs/build-support/vm/default.nix does not.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-09-16 10:33:10 +02:00
Bjørn Forsman b8e776bbe4 diffstat: 1.59 -> 1.60
2015/07/07 (diffstat 1.60)
	+ add configure option --with-man2html

	+ update configure macros

	+ update config.guess, config.sub
2015-09-16 07:55:13 +02:00
Bjørn Forsman a8b75d8777 ascii: 3.14 -> 3.15 2015-09-16 07:51:05 +02:00
Bjørn Forsman 0b9d83737c lighttpd: 1.4.35 -> 1.4.37 2015-09-16 07:46:34 +02:00
Tobias Geerinckx-Rice b708f3b117 netsniff-ng: 0.5.9-{96-g4669e7a -> 98-gb3a9f17} 2015-09-16 05:48:58 +02:00
Tobias Geerinckx-Rice d884dd7a55 libpsl: list 2015-09-07 -> 2015-09-15 2015-09-16 05:01:19 +02:00
Tobias Geerinckx-Rice 0635ec3b5c libpsl: 0.8.0 -> 0.9.0 2015-09-16 05:01:18 +02:00
Tobias Geerinckx-Rice 85ed1cc5ed miniupnpc: 1.9.{20150430 -> 20150730}
The miniupnpc(3) man page is (now?) installed by default,
no need to do so manually.

Let's try enabling the test "suite"; it is dirt-cheap.
2015-09-16 05:01:18 +02:00
Austin Seipp bab211893b nixpkgs: rethinkdb 2.0.4 -> 2.1.3
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-09-15 18:42:12 -05:00
Robert Helgesson 34ce5ce652 perl-Pod-Weaver: 4.004 -> 4.012 2015-09-16 01:22:41 +02:00
Robert Helgesson c2705ef98d perl-Config-INI: 0.020 -> 0.025 2015-09-16 01:09:10 +02:00
Robert Helgesson f75df15636 perl-Mixin-Linewise: 0.004 -> 0.108 2015-09-16 01:09:10 +02:00
Robert Helgesson a2b7097059 perl-Throwable: 0.200010 -> 0.200013 2015-09-16 01:09:09 +02:00
Robert Helgesson 7324065115 perl-Readonly: 1.03 -> 2.00 2015-09-16 01:09:09 +02:00
Robert Helgesson 4dd7a7622a perl-CPAN-Changes: 0.27 -> 0.400002 2015-09-16 01:09:09 +02:00
Robert Helgesson 400d9e536b perl-Getopt-Long-Descriptive: 0.093 -> 0.099 2015-09-16 01:09:09 +02:00
Robert Helgesson 4d8733d7b4 perl-mousex-getopt: 0.35 -> 0.36 2015-09-16 01:09:04 +02:00
Robert Helgesson f10fe3f596 perl-MooseX-Getopt: 0.65 -> 0.68 2015-09-16 00:47:38 +02:00
aszlig 89b6831ffd
virtualbox: Fix load of dbus library at runtime.
VirtualBox had support for DBUS even in version 4.x, but it appears that
nothing in our VM test triggered it to load, thus I didn't notice the
runtime error:

rtldrNativeLoad: dlopen('libdbus-1.so.3', RTLD_NOW | RTLD_LOCAL) failed:
                 libdbus-1.so.3: cannot open shared object file: No such
                 file or directory

The upstream commits I think are responsible for this to come to surface
are _probably_ (did I ever mention that I love SVN? *cough*) one of
these:

https://www.virtualbox.org/changeset/55664/vbox
https://www.virtualbox.org/changeset/55602/vbox

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-09-16 00:19:52 +02:00
Pascal Wittmann c748c0fb41 global: 6.5 -> 6.5.1 2015-09-15 23:47:18 +02:00
Robert Helgesson d243a5d0c9 eclipse-plugin-bytecode-outline: init at 2.4.3 2015-09-15 22:13:14 +02:00
Vladimír Čunát 83df5ae07b ccl: fix fetchsvn hash (fixes #9746)
No idea what's changed.
2015-09-15 21:47:52 +02:00
Tobias Geerinckx-Rice 0f19e693aa perlPackages.MathBigRat: 0.2606 -> 0.260801 2015-09-15 21:34:10 +02:00
Peter Simons 91b07846a6 haskell-bytestring-builder: trigger re-build to recover from broken package on Hydra 2015-09-15 21:31:49 +02:00
William A. Kennington III 773b4deb7c Merge commit 'a6f6c0e' into master.upstream
This is a partial merge of staging where we have up to date binaries for
all packages.
2015-09-15 12:16:49 -07:00
Frederik Rietdijk 316a09377d numba: init at 0.21.0, fixes #9516 2015-09-15 20:25:16 +02:00
Frederik Rietdijk 1f58b332a0 llvmlite: init at 0.7.0
[ci skip]
2015-09-15 20:25:03 +02:00
Peter Simons 7802f5c793 haskell.lib: add doDistribute function as a dual to dontDistribute 2015-09-15 16:23:46 +02:00
Peter Simons 974f2122b1 jailbreak-cabal: clean up overrides
These changes ensure that jailbreak-cabal works correctly without further
configuration even with older compilers. The exception to that rule being,
naturally, versions of GHC that can't compile Cabal 1.20.x; these *do* need
another override.
2015-09-15 16:23:46 +02:00
Peter Simons 73d79ed945 ghc: re-add version 7.8.3, which is required for LTS support 2015-09-15 16:23:46 +02:00
Peter Simons 6a0e150aa9 configuration-ghc-7.10.x.nix: remove obsolete overrides 2015-09-15 16:23:46 +02:00
Domen Kožar 81b05b4a48 bump a bunch of python libs to fix py35 support 2015-09-15 16:16:11 +02:00
Peter Simons 8836c58dc0 Remove all references to haskell-ng and haskellngPackages from Nixpkgs. 2015-09-15 16:11:58 +02:00
Domen Kožar 21a3ebd013 Merge pull request #9873 from FRidh/multiprocessing
python-packages multiprocessing: remove package
2015-09-15 15:45:07 +02:00
Arseniy Seroka 32c4603a55 Merge pull request #9859 from ebzzry/rtorrent-0.9.6
rtorrent: 0.9.4 -> 0.9.6
2015-09-15 15:40:15 +03:00
Rommel M. Martinez 5fc73c6de1 rtorrent: 0.9.4 -> 0.9.6 2015-09-15 20:03:03 +08:00
Frederik Rietdijk 3633a3b6f1 python-packages multiprocessing: remove package
multiprocessing is a backport for Python 2.4 and 2.5. Both versions are
not supported on Nix. This removes the multiprocessing package.
2015-09-15 13:26:05 +02:00
Frederik Rietdijk ca769a679a python-packages inginious: does not need multiprocessing package
Inginious does not actually need the multiprocessing.
2015-09-15 13:23:48 +02:00