Commit Graph

50418 Commits

Author SHA1 Message Date
desiderius d480e06262 python-packages: add pyaml-15.02.1 2015-02-26 14:33:50 +01:00
desiderius 4607e0711c python-packages: add nosexcover-1.0.10 2015-02-26 14:04:33 +01:00
Thomas Tuegel b692340441 openblas: fix build on i686 2015-02-26 06:44:03 -06:00
desiderius 1fe1f73089 python-packages: add falcon-0.2 2015-02-26 13:41:43 +01:00
desiderius 56a8ab137c python-packages: add ddt-1.0.0 2015-02-26 13:39:42 +01:00
Peter Simons 19f83205e5 procmail: add meta.homepage link 2015-02-26 12:33:24 +01:00
desiderius 3970bfdd29 python-packages: add python3-pika-0.9.14 2015-02-26 11:54:35 +01:00
lethalman dd8c7afcf0 Merge pull request #6565 from rushmorem/cassandra-2.0
Add cassandra 2.0
2015-02-26 11:52:36 +01:00
Mateusz Kowalczyk 301d73c4cd ansible: update from 1.7.2 to 1.8.4 2015-02-26 10:51:52 +00:00
rushmorem 925f5798f5 Add cassandra 2.0
According to the project website (http://cassandra.apache.org)
version 2.0 is the most stable version. It's the one that's
recommended if you are already in production or going into
production soon.

Cassandra 2.0 is also the version that's officially supported
by Titan (http://thinkaurelius.github.io/titan), a distributed
graph database that uses cassandra as one of it's backends.
2015-02-26 12:38:53 +02:00
Peter Simons cec683b791 hackage-packages: re-generate from Hackage 2015-02-25T21:27:32+0100 2015-02-26 11:34:14 +01:00
Lluís Batlle i Rossell aa188a27a2 Updating gtkwave to 3.3.64 2015-02-26 10:36:10 +01:00
Eelco Dolstra 6177710ac7 Merge pull request #6046 from ts468/xen
Update: Xen 4.5 + NixOS Xen modules
2015-02-26 10:15:05 +01:00
lethalman 02971cd5d3 Merge pull request #6410 from nathanielbaxter/dev/virtmanager
Update virtmanager and virtviewer
2015-02-26 10:02:48 +01:00
lethalman 92bbf0f76c Merge pull request #6412 from olavks/lua-cjson
Add lua package for json module written in C
2015-02-26 10:01:58 +01:00
lethalman c0b75a5785 Merge pull request #6443 from bstrik/master
dockapps for windowmaker
2015-02-26 10:00:01 +01:00
lethalman 222725d062 Merge pull request #6495 from psibi/python-wtf-patch
new package: wtforms
2015-02-26 09:46:39 +01:00
lethalman 3f38be2f10 Merge pull request #6482 from auntieNeo/nkf-master
Packaged nkf (network kanji filter)
2015-02-26 09:44:53 +01:00
lethalman d791335ac2 Merge pull request #6518 from ehmry/u9fs
U9fs
2015-02-26 09:41:18 +01:00
lethalman 82ad0b8e48 Merge pull request #6550 from bobvanderlinden/yed-3.14
yed: upgraded to yed-3.14
2015-02-26 09:36:40 +01:00
Vincent Laporte de3924a1a8 Adds ocaml-asn1-combinators
An OCaml library of combinators for expressing ASN.1 grammars.

Homepage: https://github.com/mirleft/ocaml-asn1-combinators
2015-02-26 08:35:05 +01:00
William A. Kennington III b866da6826 consul: Remove dependency on go-deps 2015-02-25 15:07:10 -08:00
Thomas Strobel 3d4fbb874c Update: add new Xen versions + update NixOS Xen modules
Versions of XEN:
- Xen 4.5
- Xen 4.5 + XenServer patches
- Xen 4.4.1
2015-02-25 23:30:44 +01:00
Thomas Tuegel 4ef3c64d2e vsch: fetch release tarballs, not git revisions
We only update at releases anyway, so it doesn't really make sense to
use fetchgit. Plus, it makes monitor.nixos.org useless because we're
inevitably behind master.
2015-02-25 16:14:36 -06:00
Thomas Tuegel 07d0dd3be0 Merge branch 'kde5' 2015-02-25 15:09:44 -06:00
William A. Kennington III 7d5ab9a4d2 linux-firmware-nonfree: Use date instead of git version 2015-02-25 11:53:14 -08:00
William A. Kennington III a6ea74ac6a spl_git: Use date format 2015-02-25 11:53:14 -08:00
William A. Kennington III cbb706c326 tinc_pre: Rename using date format 2015-02-25 11:53:14 -08:00
Peter Simons fffcb14e06 haskell-highlighting-kate: make build work without patching 2015-02-25 20:40:11 +01:00
William A. Kennington III 961ea0f492 mongodb: Support boost 1.57 2015-02-25 11:28:42 -08:00
Peter Simons d6c295e469 Merge remote-tracking branch 'origin/master' into staging. 2015-02-25 20:18:28 +01:00
Peter Simons 3021f2f529 haskell-generic-builder: update and jailbreak cabal files before patchPhase is run
The updated and jailbroken Cabal file must be in place before the
'patchPhase' hook is run, otherwise we cannot use that hook to patch the
Cabal file! Resolves https://github.com/NixOS/nixpkgs/issues/5922.

As an added bonus, this change makes the "jailbreakPhase" obsolete.
2015-02-25 20:15:26 +01:00
Peter Simons d732039ecc haskell-generic-builder: set LOCALE_ARCHIVE only on Linux 2015-02-25 19:49:39 +01:00
Peter Simons 5ea3b3e36f haskell-generic-builder.nix: don't add lib64 directories to the search path
Packages that provide 32 and 64-bit libraries in the same store path are rare
and usually require manual overrides anyway. It seems pointless to try and
guess proper settings for them. The effect is that we'll end up with bogus
settings that take more effort to correct that it takes to configure proper
settings in the first place. Point in case: haskell-cuda and it's configuration
for "cudatools".

Fixes https://github.com/NixOS/nixpkgs/issues/6564.
2015-02-25 19:42:42 +01:00
Eelco Dolstra 9788cbb2de Re-enable Darwin builds 2015-02-25 19:27:30 +01:00
Thomas Tuegel ad06db5ddc media-player-info: patch extra shebangs to fix chroot build 2015-02-25 12:07:37 -06:00
Peter Simons aaf09cd216 haskell-cuda: jump through hoops to make this build succeed
The package has undeclared dependencies on 'nvidia_x11' and 'cudatoolkit', the
latter of which also comes with a non-standard directory layout that our
builder cannot handle without help. Last but not least, the build hard-codes
impure search paths like /usr/local/cuda that need to be patched out.

Resolves https://github.com/NixOS/nixpkgs/issues/6562.
2015-02-25 16:52:02 +01:00
Tobias Geerinckx-Rice d3156d3ca2 bully: switch to working Lrs121 mirror + fetchFromGitHub 2015-02-25 16:27:03 +01:00
Tobias Geerinckx-Rice 04b8bd0d50 stress-ng 0.03.18 -> 0.03.19 2015-02-25 16:27:02 +01:00
Eelco Dolstra 586b9d9525 tzdata: Update to 2015a 2015-02-25 15:24:53 +01:00
Domen Kožar 61c3aa5047 python: 3.4.2 -> 3.4.3 2015-02-25 15:21:14 +01:00
vbgl 8db9bd23fa Merge pull request #6423 from DamienCassou/update-requests2
requests2 2.4.3 -> 2.5.1
2015-02-25 14:59:47 +01:00
Austin Seipp 0d266b2392 nixpkgs: afl 1.21b -> 1.49b
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-02-25 07:54:15 -06:00
Austin Seipp 62fdc5f94d nixpkgs: btsync 1.4.106 -> 1.4.110
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-02-25 07:54:15 -06:00
taku0 2e8f2d6477 firefox-bin: update to version 36.0; thunderbird-bin: update to version 31.5.0 2015-02-25 22:42:05 +09:00
Peter Simons 2ce047165a hackage-packages.nix: re-generate from Hackage 2015-02-25T12:26:26+0100 2015-02-25 14:11:17 +01:00
Eelco Dolstra 9e9e446880 sudo: Fix incorrect runtime path 2015-02-25 12:39:06 +01:00
vbgl 5f5ebcd74f Merge pull request #6556 from ts468/freerdp
FreeRDP: build server as well
2015-02-25 11:59:08 +01:00
Jaka Hudoklin 89e928e0c1 Merge pull request #6559 from jasonMoggridge/urbanTerrorUpdate
Update the urbanTerror client.
2015-02-25 11:10:42 +01:00
vbgl 5db0a40bfa Merge pull request #6537 from arno01/cherrytree
cherrytree: update to 0.35.7
2015-02-25 09:55:35 +01:00
Domen Kožar f4acbf30f2 Revert "Fix eval"
This reverts commit 6afc1907c8.

Not needed anymore after revert at
b653e3f661
2015-02-25 09:43:25 +01:00
Domen Kožar 6919be40bd Merge pull request #6549 from desiderius/python-sphinx-contrib
python-packages: update sphinxcontrib
2015-02-25 09:29:15 +01:00
Domen Kožar 9214859fd2 Revert "Mark many packages (mostly python) broken because of broken dependencies."
This reverts commit bf86758a42.

See 71a9aa10ca25f5659a657d8910e11f36c3439a36
2015-02-25 09:23:31 +01:00
Domen Kožar 67f9edc98e Revert "python-packages.nix: updated 'disabled' attributes to reduce the number of evaluation errors in http://hydra.nixos.org/jobset/nixpkgs/trunk#tabs-errors"
This reverts commit a250e9b908.

See 71a9aa10ca25f5659a657d8910e11f36c3439a36
2015-02-25 09:23:31 +01:00
Domen Kožar b653e3f661 Revert "python-generic: set meta.broken for disabled packages instead of raising an error during evaluation"
This reverts commit 79a5fec9c0.

meta.broken uses 'throw' under the hood so it can not improve the
current situation. Reverting to previous behaviour gives us correct
error message to the user indicating that interpreter is not supported.

Correcting Hydra output is out of scope of Python packaging.
2015-02-25 09:23:31 +01:00
Vincent Laporte b6d8d57905 libharu: update from 2.2.1 to 2.3.0 2015-02-25 08:46:57 +01:00
Jason Moggridge 2aa2d8ac76 Update the sources to the latest version and added one new dependency 2015-02-25 00:25:14 -05:00
William A. Kennington III 9240070334 consul: Update to 0.5.0 and consul_template: 0.7.0 2015-02-24 18:32:58 -08:00
Thomas Tuegel c6ead8477d plasma52: update to 5.2.1 2015-02-24 20:22:45 -06:00
Mateusz Kowalczyk cc4a5073e2 Resurrect openjpeg 2.0.x and use it for mupdf
mupdf doesn't compile with 2.1 due to API changes

cc @codyopel who made the openjpeg update
2015-02-25 01:50:06 +00:00
Arseniy Seroka ae8eb54c8b Merge pull request #6499 from avnik/xkbcomp-fix
Proper default path for XKB config files
2015-02-25 04:46:59 +03:00
Thomas Strobel c6ef0727c3 Fix/update Xpra 2015-02-25 01:09:39 +01:00
Thomas Strobel 45856c9bde FreeRDP: build server as well 2015-02-25 00:43:15 +01:00
Peter Simons 7cc7e9b64a haskell-haxr has been fixed. 2015-02-24 23:29:58 +01:00
Peter Simons 27e37a11d1 haskell-ng: update Cabal to version 1.22.1.1 and binary to version 0.7.4.0 2015-02-24 23:29:58 +01:00
Peter Simons 475097ace1 hackage-packages: re-generate from Hackage 2015-02-24T12:08:55+0100 2015-02-24 23:29:58 +01:00
William A. Kennington III f08e87a01e zfs_git: Update 2015-02-24 14:16:18 -08:00
William A. Kennington III 4bbc026594 linux-firmware-nonfree: Update 2015-02-24 14:14:34 -08:00
Bjørn Forsman 06f5651ef5 nix-prefetch-git: print commit date (close #6522)
The commit date can be used as a version number in packages that don't
have proper releases.
2015-02-24 23:02:59 +01:00
Thomas Tuegel 030eed8307 Merge branch 'dropbox' 2015-02-24 15:59:14 -06:00
vbgl 8300898f98 Merge pull request #6533 from michelk/gdal_1.11.2
gdal: update to 1.11.2
2015-02-24 22:45:50 +01:00
Rok Garbas d378324166 pythonPackages.py3status: new package, status bar for i3 window manager 2015-02-24 22:05:05 +01:00
Vladimír Čunát 46b48b0b43 Revert "vimPlugins: update" due to bad hashes
This reverts commit 57a0c44c2c.
https://github.com/NixOS/nixpkgs/commit/f799749442489#commitcomment-9901870
2015-02-24 21:59:41 +01:00
Vladimír Čunát f799749442 vimPlugins.Syntastic: fix fetchgit hash
I've got no idea why the hash was wrong. I hope the hashes aren't unstable.
Reported on http://unix.stackexchange.com/questions/186519/unable-to-install-vim-plugins
2015-02-24 21:21:05 +01:00
William A. Kennington III 51b7fe53fa libinput: 0.10 -> 0.11 2015-02-24 11:52:19 -08:00
William A. Kennington III dbaf941212 Merge pull request #6422 from codyopel/libinput
libinput: refactor & add optional dependencies
2015-02-24 11:47:45 -08:00
Alexander V. Nikolaev 279d5af119 Proper default path for XKB config files 2015-02-24 21:38:30 +02:00
Alexander V. Nikolaev a1ca3dbd08 Fix build for perl-Alien-Wx and friends
This should fix at least one problem, preventing build master on
Travis-CI.
2015-02-24 21:38:29 +02:00
Pascal Wittmann c639b834c2 groovy: update from 2.4.0 to 2.4.1 2015-02-24 19:04:23 +01:00
Pascal Wittmann 48add86c05 groovy: update homepage 2015-02-24 19:04:23 +01:00
Eelco Dolstra 8196962097 firefox: Update to 36.0 2015-02-24 18:50:15 +01:00
Eelco Dolstra 843f21fd6a nss: Update to 3.17.4 2015-02-24 18:50:04 +01:00
Eelco Dolstra 3facd6b66d sqlite: Update to 3.8.7.4 2015-02-24 18:42:16 +01:00
Thomas Tuegel f12536f151 dropbox: use bundled librsync (working) 2015-02-24 11:12:56 -06:00
Eelco Dolstra 3d3db3550f sudo: Update to 1.8.12 2015-02-24 18:04:35 +01:00
Thomas Tuegel bd6a15d6d3 dropbox: rm qt.conf 2015-02-24 10:54:54 -06:00
Thomas Tuegel 115e8110f7 dropbox: wrap for LD_LIBRARY_PATH (runtime loads) 2015-02-24 10:26:22 -06:00
Thomas Tuegel d36af8e0ae dropbox: don't wrap with Mesa 2015-02-24 10:26:00 -06:00
Eelco Dolstra dad86b4f54 Fix building on Xcode
92188d9d17 broke the case where the user
has Xcode but not the command-line tools. So this commit restores
using xcrun to get the path to the SDK (falling back to / for the
non-Xcode case).

http://hydra.nixos.org/build/19953295
2015-02-24 17:07:44 +01:00
desiderius e32643d7cb python-packages: add sphinxcontrib-plantuml-0.5
- Tested with Python 2.6, 2.7, 3.3 and 3.4.
- Fails with pypy due to issue #6548.
2015-02-24 16:33:14 +01:00
Eelco Dolstra b1ec8e6c64 apache-httpd: Update to 2.4.12
CVE-2014-3583, CVE-2014-3581, CVE-2014-8109, CVE-2013-5704.
2015-02-24 16:10:55 +01:00
cillianderoiste ea460fcd4a Merge pull request #6545 from AndersonTorres/mpv
MPV: upgrade to 0.8.0
2015-02-24 15:52:27 +01:00
cillianderoiste a3259773f9 Merge pull request #6547 from nathanielbaxter/dev/aria
aria2: update from 1.18.9 to 1.18.10
2015-02-24 15:48:42 +01:00
Bob van der Linden 0ae99380d0 yed: upgraded to yed-3.14 2015-02-24 15:35:09 +01:00
Peter Simons a250e9b908 python-packages.nix: updated 'disabled' attributes to reduce the number of evaluation errors in http://hydra.nixos.org/jobset/nixpkgs/trunk#tabs-errors 2015-02-24 15:23:45 +01:00
desiderius 22f365d654 python-packages: update sphinxcontrib-httpdomain-1.1.9 to 1.3.0
- Tested with Python 2.6, 2.7, 3.3 and 3.4.
- Fails with pypy due to issue #6548.
2015-02-24 15:18:10 +01:00
Luca Bruno bf521d7b55 Add setup-hook to hicolor_icon_theme 2015-02-24 14:09:31 +01:00
Thomas Tuegel 32643c010e dropbox: update to 3.2.6 (fixed) 2015-02-24 06:51:13 -06:00
Vladimír Čunát 3009cc116e nvidia_x11: fix missing xorg lib symlinks; refactor
The builder structure should be now easier to understand
and easier to avoid such problems in future.
Fixes #6546.
2015-02-24 13:17:56 +01:00
Lluís Batlle i Rossell dfe8d7ecd8 Adding ddar, unix de-duplicating archiver.
(cherry picked from commit d93c6ffa10d778782ec774b51e5814917e600a5e)
2015-02-24 12:54:21 +01:00
Nathaniel Baxter 1e7ac20906 aria2: update from 1.18.9 to 1.18.10 2015-02-24 21:50:49 +11:00
Pascal Wittmann 31e4ce5e03 parallel: update 20150122 to 20150222 2015-02-24 11:46:40 +01:00
mancha 7b531e2845 unzip: fix CVE-2014-9636 patch
Close #6544, fixes #6543.
vcunat: no security impact; just fixes false rejections of some rarer
inputs - a problem introduced by the CVE patch.
2015-02-24 10:55:50 +01:00
codyopel ac2ed3818c libinput: refactor & add optional dependencies 2015-02-24 02:39:31 -05:00
Michel Kuhlmann 3e87b82fe2 gdal: enabling geos
In order to use ogr2ogr for clipping, this options needs to be
enabled.
2015-02-24 08:35:34 +01:00
William A. Kennington III ee41f35c40 Merge pull request #6490 from codyopel/openjpegbr
openjpeg: refactor to generic, add 1.x & 2.0.0 -> 2.1.0
2015-02-23 22:02:56 -08:00
Thomas Tuegel 52cc26eb3e Revert "Revert "dropbox: update to version 3.2.6""
This reverts commit a9b2dee6e6.
2015-02-23 21:18:19 -06:00
AndersonTorres 5347a1c8a1 MPV: upgrade to 0.8.0 2015-02-23 23:43:59 -03:00
Thomas Tuegel a9b2dee6e6 Revert "dropbox: update to version 3.2.6"
This reverts commit 7c37b4d672.

New version does not work correctly.
2015-02-23 20:14:19 -06:00
Nicolas B. Pierron 7699f34c52 Merge pull request #6242 from nbp/issue-6161
Issue #6161 - Add tests for NixOS modules.
2015-02-23 12:12:01 -08:00
Nathaniel Baxter aa91480f45 pythonPackages.libvirt: fix python executable path 2015-02-23 20:09:54 +01:00
Nathaniel Baxter 0be8418275 libvirt: update from 1.2.9 to 1.2.12
libvirt-glib: update from 0.1.9 to 0.2.0
pythonPackages.libvirt: update from 1.2.9 to 1.2.12

Potentially fixes CVE-2014-7823 CVE-2015-0236
2015-02-23 20:09:54 +01:00
Edward Tjörnhammar e2df28dee3 i2pd: 0.7.0 -> 0.8.0 2015-02-23 20:00:54 +01:00
Edward Tjörnhammar a46065ce80 idea.android-studio: 1.1.0b2 -> 1.1.0
add androidsdk as dependency
                     set ANDROID_HOME for android-studio wrapper
2015-02-23 19:51:18 +01:00
Bjørn Forsman 6afc1907c8 Fix eval
Fixes this:

$ nix-env -f . -qa \* --meta --xml --drv-path --show-trace >/dev/null
...
error: while querying the derivation named ‘pypy2.5-graph-tool-2.2.36’:
while evaluating the attribute ‘preConfigure’ of the derivation ‘pypy2.5-graph-tool-2.2.36’ at "/home/bfo/nixpkgs/pkgs/development/python-modules/graph-tool/2.x.x.nix":5:3:
attribute ‘sitePackages’ missing, at "/home/bfo/nixpkgs/pkgs/development/python-modules/graph-tool/2.x.x.nix":22:54
2015-02-23 19:45:05 +01:00
Arseniy Seroka 82c280c5b5 xkblayout-state: add pkg 2015-02-23 20:49:04 +03:00
Ricardo M. Correia 4ce947327a gradm: Update from 3.0-201408301734 -> 3.1-201502222102 2015-02-23 18:38:23 +01:00
Ricardo M. Correia e196cd5611 grsecurity: Update stable and test patches
stable: 3.0-3.14.33-201502200812 -> 3.1-3.14.33-201502222137
test:   3.0-3.18.7-201502200813  -> 3.1-3.18.7-201502222138
2015-02-23 18:38:13 +01:00
Arseniy Seroka a477e91f47 zfs-git: fix name (use date) 2015-02-23 20:30:14 +03:00
Arseniy Seroka df7d984153 finalterm: fix name (use date) and update pkg 2015-02-23 20:21:19 +03:00
Arseniy Seroka 2550304bb6 Merge pull request #6524 from fkz/master
add edbrowse to all packages
2015-02-23 19:43:39 +03:00
Eelco Dolstra 1dd423e651 samba: Update to 3.6.25, 4.1.17
CVE-2015-0240, CVE-2014-0178
2015-02-23 17:00:08 +01:00
Domen Kožar 8e4a8494be Merge pull request #6494 from psibi/new-python-sibi-patch
new package: passlib
2015-02-23 15:56:43 +00:00
Andrey Arapov 32a5c40120 cherrytree: update to 0.35.7 2015-02-23 15:27:04 +01:00
Sibi fcc379070f new package: wtforms 2015-02-23 19:02:44 +05:30
Jaka Hudoklin 97ea4ab54e nodePackages: add namePrefix parameter to override package name prefix 2015-02-23 14:27:38 +01:00
Peter Simons bf86758a42 Mark many packages (mostly python) broken because of broken dependencies. 2015-02-23 14:06:24 +01:00
Peter Simons 524e184c68 haskell-ng: fix crf-chain1-constrained and crf-chain2-tiers 2015-02-23 13:46:04 +01:00
Peter Simons 921eadb2ad haskell-hspec-webdriver does not compile. 2015-02-23 13:46:04 +01:00
Peter Simons ad56a5c124 haskell-haxr doesn't compile. 2015-02-23 13:46:04 +01:00
Peter Simons 347969c671 haskell-buffer-builder and haskell-language-lua have been fixed. 2015-02-23 13:46:04 +01:00
Peter Simons b1dd0a0db5 haskell-dbmigrations: build has been has been fixed
But the test suite requires a running PostgreSQL server.
2015-02-23 13:46:04 +01:00
Peter Simons a88d2eeb3a hackage-packages.nix: re-generate from Hackage 2015-02-23T11:43:03+0100 2015-02-23 13:46:04 +01:00
lethalman a5a424bbce Merge pull request #6530 from sheganinans/master
Ur/Web version bump
2015-02-23 13:31:32 +01:00
Jaka Hudoklin d84a4f5699 nodePackages: add a few packages, remove deprecated, regenerate, fix them 2015-02-23 13:29:50 +01:00
Jaka Hudoklin b2fdcf801c nodePackages: add platform support, fix a lot of bugs 2015-02-23 13:29:50 +01:00
Jaka Hudoklin 60993d7716 nodePackages: prefix packages based on interpreter name 2015-02-23 13:29:50 +01:00
Jaka Hudoklin a869c8351c Merge pull request #6475 from rushmorem/marathon-fix
Fix marathon package
2015-02-23 13:09:12 +01:00
Jaka Hudoklin 284046cebc Merge pull request #6510 from offlinehacker/pkgs/libsass/add
Add libsass
2015-02-23 13:07:11 +01:00
Nikolay Amiantov 68ed035798 Merge pull request #6506 from nathanielbaxter/dev/libbluray
libbluray: fix aacs support
2015-02-23 14:17:41 +03:00
Nikolay Amiantov 6b72418ee5 Merge pull request #6532 from abbradar/6486-fix
buiildFHSEnv: check if multiPkgs is empty
2015-02-23 14:09:07 +03:00
Nikolay Amiantov b002fdd89f buiildFHSEnv: check if multiPkgs is empty
Fixes #6486
2015-02-23 13:54:41 +03:00
Peter Simons b1d056324a Merge pull request #6527 from joelteon/7.10-packages
Fixes and patches for a lot of packages for GHC 7.10
2015-02-23 11:53:50 +01:00
Peter Simons d3dd218bc2 haskell-generic-builder: consistently use $TMPDIR to refer to the designated place for temporary files
Resolves https://github.com/NixOS/nixpkgs/issues/6525.
2015-02-23 11:46:44 +01:00
Aistis Raulinaitis 9adb387327 Ur/Web version bump 2015-02-23 02:40:27 -08:00
Michel Kuhlmann 0c22975cb2 gdal: update to 1.11.2 2015-02-23 11:29:14 +01:00
lethalman 6b71d166aa Merge pull request #6529 from jcbrand/lpty
Add new lua package: lpty
2015-02-23 11:24:38 +01:00
lethalman ff98a8c24c Merge pull request #6513 from valeriangalliat/nodejs-iojs-libuv-shared
Shared libuv in io.js and Node.js
2015-02-23 11:10:05 +01:00
vbgl 6668a05abc Merge pull request #6521 from lostdj/ltp/upstream-master/emscripten1.29.10
emscripten: update from 1.29.3 to 1.29.10.
2015-02-23 11:03:54 +01:00
JC Brand 263e530b6e Add new lua package: lpty
http://www.tset.de/lpty/
2015-02-23 10:44:17 +01:00