Commit Graph

56427 Commits

Author SHA1 Message Date
bbarker
d013149b59 dmtcp: major update (close #5229)
@vcunat: correct location of patched files, use license attribute,
remove file with the older version.
2015-01-20 15:25:39 +01:00
Vladimír Čunát
f484050a81 ikiwiki: maintenance update, and use a stable URL
CC maintainer @peti.
2015-01-20 14:05:25 +01:00
Domen Kožar
61d5c2c0af eventlet: disable tests, too much of a burden
(cherry picked from commit 676e8d7aa4)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-01-20 13:48:06 +01:00
Pascal Wittmann
c661352de2 gmtk: update from 1.0.8 to 1.0.9b 2015-01-20 13:02:45 +01:00
Pascal Wittmann
20d68c20e9 fswatch: update from 1.4.5.3 to 1.4.6 2015-01-20 13:02:45 +01:00
Lluís Batlle i Rossell
8aaac406bf Updating megatools to 1.9.94.
Fixing the glib network part splice, which wasn't working.
2015-01-20 12:49:50 +01:00
Lluís Batlle i Rossell
1e561eb230 Updating glib-networking to match glib (2.42.1)
I think it's better if they match. Not that I hit a problem with the old
version though.
2015-01-20 12:49:50 +01:00
Pascal Wittmann
2be76b5405 Merge pull request #5865 from nckx/do-checks
Run tests for eid-{mw,viewer} and lz4
2015-01-20 12:26:58 +01:00
Eelco Dolstra
1ccbc2cbcc Merge pull request #5861 from nckx/perl-remove-URIURL
Perl: remove unused URIURL (duplicate of URI)
2015-01-20 12:15:43 +01:00
lethalman
5e7501cd41 Merge pull request #5864 from nckx/cassandra
cassandra 2.1.0 -> 2.1.2
2015-01-20 10:57:00 +01:00
Tobias Geerinckx-Rice
f02ced85c6 cassandra 2.1.0 -> 2.1.2
The old tarball was gone. I'll maintain it while I use it.
2015-01-20 10:28:26 +01:00
lethalman
364e308a54 Merge pull request #5862 from joachifm/fix-pingLimit-example
firewall service: fix pingLimit example value
2015-01-20 10:04:53 +01:00
Joachim Fasting
7023e03d77 firewall service: fix pingLimit example value
The example uses single dashes, whereas iptables requires double dashes.
2015-01-20 08:47:11 +01:00
Tobias Geerinckx-Rice
d14ba81572 lz4: run tests
Data safety > valgrind.
2015-01-20 07:31:00 +01:00
Tobias Geerinckx-Rice
0fd09d1165 eid-{mw,viewer}: run tests
Not doing so in this case seems downright irresponsible.
2015-01-20 07:26:48 +01:00
Edward Tjörnhammar
02e7a4d403 Merge pull request #5860 from DamienCassou/heimdall-1.4.1
Update heimdall to 1.4.1
2015-01-20 07:24:11 +01:00
Damien Cassou
50ee0f020b Update heimdall to 1.4.1 2015-01-20 07:10:23 +01:00
Tobias Geerinckx-Rice
4dc43d8c3e Perl: remove unused URIURL (duplicate of URI) 2015-01-20 06:36:35 +01:00
Peter Simons
f8710f9d81 haskell-ng: fix several builds with old versions of GHC 2015-01-19 23:15:29 +01:00
Peter Simons
8959aade32 haskell-generic-builder: allow setting preUnpack and postUnpack hooks
This is useful for Hydra builds that have more than one package in the
same repository and need to change to the proper directory.
2015-01-19 23:15:29 +01:00
Peter Simons
8d19893725 hackage-packages.nix: re-generate from Hackage 2015-01-19T13:54:06+0100 2015-01-19 23:15:29 +01:00
Michael Raskin
ed85662e55 Merge pull request #5842 from garrison/julia-overspecified-version
Don't overspecify the julia version
2015-01-19 23:52:37 +03:00
Edward Tjörnhammar
14f6ea9d3c ihaskell: be more paranoid about profile initialization 2015-01-19 21:11:04 +01:00
vbgl
413acf4b9f Merge pull request #4898 from vbgl/qgis
Updates qgis and dependencies
2015-01-19 18:56:19 +01:00
Jim Garrison
90181a4a3d Don't overspecify the julia version
This is to bring the julia version information into accordance with
section 7.3.2 of the nixpkgs manual:

    The version in the filename should leave out unnecessary detail.
    For instance, if we keep the latest Firefox 2.0.x and 3.5.x
    versions in Nixpkgs, they should be named firefox/2.0.nix and
    firefox/3.5.nix, respectively (which, at a given point, might
    contain versions 2.0.0.20 and 3.5.4).

Julia uses semantic versioning (http://semver.org), so the third
digit (the patch level) represents backwards-compatible bug fixes
only.
2015-01-19 09:35:18 -08:00
Peter Simons
59f107dd5d Merge pull request #5853 from garrison/julia-enable-tests
Enable tests for Julia 0.3.X
2015-01-19 18:27:52 +01:00
Jim Garrison
9dba81cd29 Enable tests for Julia 0.3.X
It was mentioned in PR #5842 that Julia's testsuite fails under nixpkgs.

This PR enables the testsuite for Julia 0.3.X to demonstrate that it
works.

Since Julia is numerical software, I think it is a great idea to
merge this current PR so that Julia will always be tested in the
future.

I was unable to get the tests to pass on the 0.2.X branch.  However,
this branch is dead (its latest commit was Aug 8) and will receive
no more releases.
2015-01-19 08:57:06 -08:00
Pascal Wittmann
78c5ebbce6 Merge pull request #5839 from nckx/vnstat
Update vnstat 1.11 -> 1.13
2015-01-19 17:36:11 +01:00
Tobias Geerinckx-Rice
baef95ebd1 Update vnstat 1.11 -> 1.13 2015-01-19 17:10:57 +01:00
Vincent Laporte
7ffd6825e1 qgis: update from 2.4.0 to 2.6.1 2015-01-19 16:18:01 +01:00
Vincent Laporte
b23a6aaab4 qscintilla: update from 2.8.3 to 2.8.4 2015-01-19 16:18:01 +01:00
Vincent Laporte
d7857e05c9 libspatialite: update from 4.1.1 to 4.2.0 2015-01-19 16:18:01 +01:00
Vincent Laporte
c2064921a2 proj: update from 4.5.0 to 4.8.0 2015-01-19 16:18:01 +01:00
Vincent Laporte
20d994031e grass: tag as broken 2015-01-19 16:18:01 +01:00
John Wiegley
0ab226f71c Merge pull request #5852 from berdario/master
hoogle-local-wrapper should quote the command argument
2015-01-19 09:17:21 -06:00
Moritz Ulrich
4f17a18423 cura(engine): update to 14.12.1 2015-01-19 15:52:46 +01:00
Moritz Ulrich
33fb7e6975 pngcrush: Update to 1.7.82. 2015-01-19 15:47:16 +01:00
Moritz Ulrich
4fbe003c99 Weechat: Update to 1.1.0. 2015-01-19 15:47:06 +01:00
Moritz Ulrich
e6e9a73424 Egg2nix: Bump to 0.5. 2015-01-19 15:43:25 +01:00
lethalman
d957d9e6bc Merge pull request #5517 from paraseba/bumblebee
Bumblebee config to enable multiple monitors
2015-01-19 15:00:11 +01:00
lethalman
7fdbd2a394 Merge pull request #5537 from nckx/perlUpdates
perl: Glib 1.306 -> 1.307, Gtk2 1.2923 -> 1.2494
2015-01-19 14:54:01 +01:00
lethalman
ec7c028e14 Merge pull request #5563 from nckx/gdrivefs
Add gdrivefs (Python Google Drive FUSE client) and dependencies
2015-01-19 14:52:47 +01:00
Wout Mertens
7c3fa29e30 Fix LOCALE_ARCHIVE handling 2015-01-19 14:50:52 +01:00
lethalman
3d65a59e9f Merge pull request #5703 from eduarrrd/gnuplot-5
gnuplot: bump to 5.0.0, allow choosing qt version
2015-01-19 14:50:14 +01:00
lethalman
19a105ac9e Merge pull request #5823 from vandenoever/emscripten
Update emscripten to 1.29.3.
2015-01-19 14:41:31 +01:00
Dario Bertini
ddb32dcb7e
hoogle-local-wrapper should quote the command argument 2015-01-19 13:19:10 +00:00
wmertens
e5703d21a7 Fix glibclocales reference
Environment is auto-added if supported on the platform
2015-01-19 14:10:45 +01:00
Peter Simons
134d1a80c6 Add a package set for GHC 7.10.1-rc1 and bump GHC HEAD to 7.11.x.
Fixes https://github.com/NixOS/nixpkgs/issues/5836.
2015-01-19 13:55:31 +01:00
Michael Raskin
f366483f36 Making StumpWM contrib separately available in line with upstream recommendations 2015-01-19 15:09:29 +03:00
wmertens
d3383e4879 Merge pull request #4394 from wmertens/patch-6
setup-etc.pl: Fail when symlink/rename fails
2015-01-19 12:39:41 +01:00