Commit Graph

26322 Commits

Author SHA1 Message Date
Bryan Gardiner
4140c7fe16
openjdk8: add the architecture passthru from openjdk7 2015-09-16 06:42:22 -07:00
taku0
a904293857 wavpack: disabled asm for Clang 2015-09-16 21:10:19 +09: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
Pascal Wittmann
c748c0fb41 global: 6.5 -> 6.5.1 2015-09-15 23:47:18 +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
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
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
Pascal Wittmann
1e24c18d18 mujs: 2015-01-22 -> 2015-09-15 2015-09-15 11:02:23 +02:00
Vladimír Čunát
6521957bf4 lesstif: correct the version
... to correspond to what is really downloaded and built.
Also, the 2006 comment was no longer correct, as the version is from 2009.
2015-09-15 10:03:23 +02:00
Domen Kožar
cabb050528 add python35 and python35Packages 2015-09-15 07:46:46 +02:00
Domen Kožar
eb29d8e44b Merge pull request #9869 from Mathnerd314/import-fix
all-packages: Use callPackage where possible
2015-09-15 06:53:50 +02:00
Mathnerd314
eb7404d97a all-packages: Use callPackage where possible 2015-09-14 22:27:19 -06:00
Domen Kožar
60ad36ba67 libreoffice: 5.0.0.5 -> 5.0.1.2, refactor
I've extracted some of libraries and made expression simpler.

(cherry picked from commit 66e6f99d40)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-09-15 05:41:37 +02:00
AndersonTorres
6a8cf7854d Intercal: a quick fix to find gcc
Intercal needs gcc to build any executable, and in Nix/NixOS it needs to
be explicitly set in PATH environment variable. So, now ick is
conveniently wrapped.
2015-09-14 23:40:46 -03:00
Benjamin Saunders
8613179f78 llvm: 3.6 -> 3.7 (close #9815)
Package changes from 3.6:
- CMake exports patch no longer necessary
- Cosmetic purity patch fix
- Build libc++ with private libc++abi headers visible from sources
- Work around bugs in lldb's configure scripts
2015-09-14 23:47:20 +02:00
Vincent Laporte
55004d509a ocaml-dolog: 1.0 -> 1.1 2015-09-14 20:07:21 +02:00
Eelco Dolstra
b0fd35e174 openjdk8: Add missing setup hooks 2015-09-14 18:28:52 +02:00
Eelco Dolstra
7a1aa50908 Rename OpenJDK expressions
It's silly to have OpenJDK 7 in default.nix when it's not in fact the
default.
2015-09-14 18:28:48 +02:00
Peter Simons
6be6397aa1 ghcjs: import gtk2hs-buildtools from the regular Haskell package set
The tool is required for ghcjs builds, but ghcjs cannot compile it itself,
obviously, because it's written in C.
2015-09-14 16:43:31 +02:00
Peter Simons
346d777d31 hackage-packages.nix: update to 7fb00804dc with hackage2nix v20150903-37-ge57a1f9 2015-09-14 12:27:34 +02:00
Bjørn Forsman
d7a0becf37 opencv3: add enableContrib flag
If true, enable the repository of extra modules for OpenCV.
Build tested.

Based on patch from Bas van Dijk <v.dijk.bas@gmail.com>.
2015-09-14 11:10:13 +02:00
Bjørn Forsman
affcf2e030 opencv3: add enableIpp flag
Intel Integrated Performance Primitives (IPP) speeds up parts of OpenCV
on Intel processors (and compatible). It increases the store path from
220 MiB to 300 MiB, so it defaults to off.

Original patch from Bas van Dijk <v.dijk.bas@gmail.com>.

I tried applying the same change to opencv(2.x). OpenCV 2.x didn't
automatically detect IPP, so I reverted the change.
2015-09-14 11:10:13 +02:00
goibhniu
529fad3fcf Merge pull request #9691 from samuelrivas/update-argyllcms
Update argyllcms
2015-09-14 10:01:36 +02:00
William A. Kennington III
285db2986a Revert "libtasn1: 4.5 -> 4.6"
This reverts commit ea818b155e.

This broke building gnutls.
2015-09-13 19:51:52 -07:00
William A. Kennington III
0310a61e66 gnutls: 3.4.4 -> 3.4.5 2015-09-13 19:51:52 -07:00
William A. Kennington III
0ba0368a89 gnutls33: 3.3.17 -> 3.3.18 2015-09-13 19:51:52 -07:00
William A. Kennington III
ea818b155e libtasn1: 4.5 -> 4.6 2015-09-13 15:55:49 -07:00
Pascal Wittmann
f2e03fb4dc bundler: 1.10.5 -> 1.10.6 2015-09-13 21:25:58 +02:00
Chetan Taralekar
d3f5461aef Add libwebsockets package 2015-09-13 13:59:03 -05:00
AndersonTorres
5a5c05f6e3 Intercal: init at 0.30 2015-09-13 09:42:23 -03:00
Vladimír Čunát
baf20fbcab mesa: maintenance update 10.6.6 -> 10.6.7 2015-09-13 10:51:20 +02:00
Andrew Kelley
18f1842fe0 libsoundio: init at 1.0.1 2015-09-12 17:38:42 -07:00
Arseniy Seroka
5286878998 Merge pull request #9795 from lancelotsix/add_netcdfcxx_lib
netcdf-cxx4: init at 4.2.1
2015-09-13 01:56:22 +03:00
Lancelot SIX
49b7f613a7 netcdf-cxx4: init at 4.2.1 2015-09-12 21:52:36 +00:00
Peter Simons
ea72d27a21 configuration-hackage2nix.yaml: enable builds for maintained packages goatee and goatee-gtk 2015-09-12 22:28:12 +02:00
Peter Simons
3378b8430e hackage-packages.nix: update to 489f207e95 with hackage2nix v20150903-35-gfaf50c2 2015-09-12 22:20:53 +02:00
Peter Simons
4c089421d7 Merge pull request #9828 from drvink/fix-ginsu-deps
haskellPackages: ginsu: add missing deps
2015-09-12 21:17:08 +02:00
Arseniy Seroka
55415f2cf2 Merge pull request #9823 from taku0/fix_amr_urls
amrnb, amrwb: fixed URLs
2015-09-12 20:59:47 +03:00
Mark Laws
b6636db0a1 ginsu: add missing deps 2015-09-12 07:57:22 -07:00
taku0
bbe32710f0 amrnb, amrwb: fixed URLs 2015-09-12 21:00:53 +09:00
Pascal Wittmann
d65776b6a6 help2man: 1.47.1 -> 1.47.2 2015-09-12 12:07:28 +02:00
Pascal Wittmann
b7dd128a7a intel-gpu-tools: 1.11 -> 1.12 2015-09-12 11:58:57 +02:00
Pascal Wittmann
6fbeecbd00 tidyp: init at 1.04 2015-09-12 11:58:56 +02:00
Pascal Wittmann
d8e90049d4 Merge pull request #9811 from khumba/maintain-goatee
goatee, goatee-gtk: add myself as maintainer
2015-09-12 11:05:10 +02:00
Tobias Geerinckx-Rice
170fd9efce vaapiIntel: 1.6.0 -> 1.6.1 2015-09-12 08:45:51 +02:00
Tobias Geerinckx-Rice
a747216abd libva: 1.6.0 -> 1.6.1 2015-09-12 08:45:51 +02:00
Bryan Gardiner
7d74847471
goatee, goatee-gtk: add myself as maintainer 2015-09-11 20:37:53 -07:00
Tobias Geerinckx-Rice
24e10b0f9a libkeyfinder: remove now unused version 0.11 2015-09-12 02:35:11 +02:00
William A. Kennington III
520958d891 Merge pull request #9794 from taku0/libao_for_darwin
libao: enable libcap only on Linux
2015-09-11 12:21:05 -07:00
Lancelot SIX
090f27859c gettext: 0.19.5.1 -> 0.19.6 (close #9799) 2015-09-11 18:59:47 +02:00
taku0
2cc27bcfd8 libao: enable libcap only on Linux 2015-09-11 21:50:41 +09:00
Pascal Wittmann
e62b38bee8 pure-octave: 0.6 -> 0.7
compilation issue with octave 4 was fixed in this release
2015-09-11 10:39:05 +02:00
Peter Simons
9395a4c645 hackage-packages.nix: update to 99bc43a909 with hackage2nix v20150903-33-g4e6aefa 2015-09-11 10:30:28 +02:00
Peter Simons
6b682a9e37 haskell-language-nix: pull this library in from Hackage 2015-09-11 10:28:30 +02:00
Peter Simons
f6fd6defa5 haskell-nix-paths: pull the library in from Hackage now that it's been published 2015-09-11 10:28:30 +02:00
Peter Simons
eb5657e5a2 hackage-packages.nix: update to c5e3b29678 with hackage2nix v20150903-29-gdd74ac4 2015-09-11 10:28:30 +02:00
Tobias Geerinckx-Rice
8b29707592 {,pythonPackages.}libvirt: 1.2.18 -> 1.2.19
The previous bump erroneously said 1.2.19. Make it so.
2015-09-11 00:41:06 +02:00
Tobias Geerinckx-Rice
41386bfdc6 libnetfilter_conntrack: 1.0.4 -> 1.0.5 2015-09-10 23:01:59 +02:00
William A. Kennington III
91da606101 gnutls: Fix parallel build issue introduced in 3.4.x 2015-09-10 13:42:44 -07:00
Peter Simons
a3540d9bb7 haskell-generic-builder: drop "haskell-" prefix from interactive environment's names 2015-09-10 19:51:47 +02:00
vbgl
83fe2a4bfa Merge pull request #9423 from vbgl/gdal
gdal: fix standalone python programs (fixes #9386)
2015-09-10 19:37:48 +02:00
aszlig
2cc8680b88
neko: Add patch fixing arg handling on 32bit.
The error was reported at HaxeFoundation/haxelib#152 and was fixed by
HaxeFoundation/neko#41 in HaxeFoundation/neko@ccc78c2, the latter being
fetchpatch'ed by us now.

This has caused the hxcpp build to fail on i686-linux with an "Invalid
array access" error.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-09-10 18:38:22 +02:00
Peter Simons
10d196c7f1 sqldeveloper: update to version 4.1.1.19.59
I also switched the build to depend on openjdk instead of Oracle's proprietary
one. I'm open to suggestions on how to determine the proper value of $JAVA_HOME
in a jdk-agnostic fashion. Right now, I just hard-coded the proper choice for
openjdk.

* pkgs/development/tools/database/sqldeveloper/default.nix:
2015-09-10 16:47:43 +02:00
Eelco Dolstra
af3ec14b24 Merge pull request #9769 from bjornfor/cudatoolkit-include-fixup
cudatoolkit: don't move $out/include to $out/usr_include
2015-09-10 13:06:32 +02:00
Peter Simons
873bd03458 hackage-packages.nix: update to 9f8783f6a6 with hackage2nix v20150903-29-gdd74ac4 2015-09-10 10:40:58 +02:00
William Casarin
3cfe7b138d hackage: add jb55 maintainer to skeletons project 2015-09-10 10:39:28 +02:00
Bjørn Forsman
22321f2e58 cudatoolkit: don't move $out/include to $out/usr_include
This effectively reverts 86c283824f
("If cuda headers are presented to nix [...]") and all the following
workarounds that was added due to that commit.

As far as I can tell[1] this hack isn't needed anymore. And moving
includes to $out/usr_include causes pain for cudatoolkit users, so
better get rid of it.

In patches that did more than the $out/usr_include workaround, I only
changed the line back to $out/include instead of re-generating the
patches and fully removing the changed line.

[1]: I build tested blender and caffe, and temporarily added
recurseIntoAttrs to rPackages and haskellPackages so that nox-review
could get proper coverage. However, many of the packages do not build
even before this patch. I also built CUDA samples with cudatoolkit7
that ran fine.
2015-09-10 10:35:40 +02:00
Allen Nelson
d2457ea991 add shellHook argument so that users can pass in their own 2015-09-09 12:58:28 -05:00
Austin Seipp
3cff7030c0 nixpkgs: clean up, adopt urweb package
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-09-09 07:40:35 -05:00
Benjamin Staffin
ae9bd823ed mathics: Fix unit tests
Disabled two tests that require a preinstalled build of Mathics to
work, which is incompatible with the way nix runs them.

[Bjørn: remove unrelated disabling on Python 3]
2015-09-09 12:16:21 +02:00
Peter Simons
1e5e17eeac haskell-nix-paths: initial version 1 2015-09-09 11:31:14 +02:00
Peter Simons
c0b25fe164 configuration-ghcjs.nix: remove obsolete overrides for dependent-map
Fixes https://github.com/NixOS/nixpkgs/issues/9734.
2015-09-09 10:22:29 +02:00
Vladimír Čunát
ac6f1313dc libarchive: comment on a vulnerability fixed before 2015-09-09 10:04:26 +02:00
William A. Kennington III
1f1caff5c1 go: 1.5 -> 1.5.1 2015-09-08 23:35:42 -07:00
Arseniy Seroka
488c5ac433 Merge pull request #9502 from anderspapitto/0ad
add spidermonkey 31.5, and upgrade 0ad to version 18 Alpha
2015-09-09 03:11:43 +03:00
Anders Papitto
4bcde3f244 spidermonkey: add 31.5 2015-09-08 17:00:34 -07:00
William A. Kennington III
2fcbaa56bd libgcrypt: 1.6.3 -> 1.6.4 2015-09-08 16:16:56 -07:00
Pascal Wittmann
855716a66b ceptre: 2015-08-15 -> 2015-08-30 2015-09-08 18:11:50 +02:00
Pascal Wittmann
5712adc781 lirc: 0.9.2a -> 0.9.3 2015-09-08 18:11:50 +02:00
Nikolay Amiantov
57c33c1c54 lambdabot: rework custom modules and configuration 2015-09-08 17:50:55 +03:00
Eelco Dolstra
0ea1169dae php: Latest versions 2015-09-08 15:32:33 +02:00
Peter Simons
11e4521d27 configuration-hackage2nix.yaml: track the configuration used by hackage2nix 2015-09-08 14:40:18 +02:00
Peter Simons
b8bd12a580 haskell-singletons has been declared fixed by upstream.
The test suite still fails, but apparently that's okay.
2015-09-08 14:40:18 +02:00
Peter Simons
397972a6ef haskell-yesod-static has been fixed upstream. 2015-09-08 14:40:17 +02:00
Peter Simons
eb860e488a Haskell ListLike and yesod-static have their test suites broken by HUnit 1.3.x. 2015-09-08 14:40:17 +02:00
Peter Simons
29114ce8a1 hackage-packages.nix: update to 2d8b43f689 with hackage2nix v20150903-21-g5daa38a 2015-09-08 14:40:11 +02:00
Rok Garbas
747e0149cc marking junit and dolphinEmu as broken 2015-09-08 14:05:40 +02:00
Pascal Wittmann
c3f33be3ab pugixml: init at 1.6 2015-09-08 13:53:28 +02:00
Pascal Wittmann
7ed4046d90 checkstyle: 6.9 -> 6.10.1 2015-09-08 13:53:28 +02:00
Arseniy Seroka
c32727fa08 Merge pull request #9653 from gfxmonk/gup
gup: new package
2015-09-08 13:47:39 +03:00
Tim Cuthbertson
9dfef9ff26 gup: init at version 0.5.1 2015-09-08 20:45:20 +10:00
Arseniy Seroka
91339593be Merge pull request #9702 from ardumont/add-github-release
[new] github-release
2015-09-08 13:29:01 +03:00
Antoine R. Dumont
280c896a94 github-release: init at 0.6.2 2015-09-08 07:43:41 +02:00
Tobias Geerinckx-Rice
b8798b4642 libspl: list 2015-08-27 -> 2015-09-07 2015-09-08 04:41:15 +02:00
Peter Simons
ca9158fa82 cabal2nix: fix version number 20180903 to 20150903
Thanks to @drvink for pointing this out.
2015-09-07 23:35:45 +02:00
Peter Simons
06a7b22985 cabal2nix: fix https://github.com/NixOS/cabal2nix/issues/203 some more 2015-09-07 17:34:59 +02:00
Peter Simons
d4f7bf9c29 cabal2nix: re-generate the build files to make sure all dependencies are listed correctly
Fixes https://github.com/NixOS/cabal2nix/issues/203.
2015-09-07 16:03:28 +02:00
Bjørn Forsman
afdbfd9552 grabserial: drop pythonX.Y- name prefix
It's an application, not a library/module.
2015-09-07 15:54:00 +02:00
Arseniy Seroka
c8904b593d Merge pull request #9677 from mayflower/init-rustfmt
Init rustfmt
2015-09-07 16:24:38 +03:00
Robin Gloster
7a90c8daa8 rustfmt: init at git-2015-09-05 2015-09-07 12:07:00 +00:00
Tobias Geerinckx-Rice
7a0be26f60 ip2location{,-c}: platforms.{unix -> linux}
Build fails on Darwin. See:
http://hydra.nixos.org/build/25638456
http://hydra.nixos.org/build/25638462
2015-09-07 12:46:11 +02:00
Samuel Rivas
4ef2d19981 jam: add yacc as build input
I am not sure why do I need this locally, it seems to be passing in hydra
anyway...
2015-09-07 11:37:18 +02:00
Tobias Geerinckx-Rice
be10d389f1 ip2location-c: init at 7.0.2 2015-09-07 03:24:34 +02:00
Tobias Geerinckx-Rice
595063ffa7 ip2location: move to tools/networking 2015-09-07 03:12:53 +02:00
Tobias Geerinckx-Rice
071e9c0680 ip2location: init at 7.0.0 2015-09-07 02:54:15 +02:00
ts468
7fa5710d50 Merge pull request #9686 from NixOS/revert-8705-upstream.ocaml_renaming
Revert "ocaml-modules: fix naming: "_" -> "-""
2015-09-07 02:05:34 +02:00
ts468
054be41e04 Revert "ocaml-modules: fix naming: "_" -> "-"" 2015-09-06 21:15:10 +02:00
Vincent Laporte
1fff5d7aa2 wxpython: remove redundant attribute openglSupport 2015-09-06 15:01:47 +02:00
Robin Gloster
b8c480f7c7 rustUnstable: update to 2015-09-05
Updated rustc and rustRegistry
2015-09-06 11:17:17 +00:00
Vladimír Čunát
8f33b8cc93 mass rewrite of find parameters to cross-platform style
Fixes #9044, close #9667. Thanks to @taku0 for suggesting this solution.
Now we have no modes starting with `/` or `+`.

Rewrite the `-perm` parameters of find:
 - completely safe: rewrite `/0100` and `+100` to `-0100`,
 - slightly semantics-changing: rewrite `+111` to `-0100`.
I cross-verified the `find` manual pages for Linux, Darwin, FreeBSD.
2015-09-06 10:26:30 +02:00
Vladimír Čunát
f67ddbaa6f mesa: maintenance update 10.6.5 -> 10.6.6 2015-09-06 09:59:31 +02:00
Ryan Artecona
4183604207 elixir: fix mix on darwin
Darwin disallows shebang scripts from using other scripts as their
command--the command must be a binary. This commit changes the `mix`
shebang script from calling `elixir` directly (another shebang script),
instead using `env` as an intermediary.

Fixes #9050
2015-09-05 23:49:51 -04:00
Vincent Laporte
f6a875d5ae wxPython: refactor to generic 2015-09-05 16:36:36 +02:00
Nikolay Amiantov
02fc4551f5 julia: fix i686 build 2015-09-05 09:28:47 -05:00
Bob van der Linden
b5da2e0237 node-webkit: added nwjs 0.12.3 2015-09-05 16:01:37 +02:00
koral
9beb3f71fd webkit: 2.8.3 -> 2.8.5 2015-09-05 21:42:00 +08:00
Rok Garbas
2aa01cf530 pycangjie: 1.0 -> (master)361bb413203fd43bab624d98edf6f7d20ce6bfd3 2015-09-05 15:01:30 +02:00
Rok Garbas
f43d63c051 libcangjie: 1.1 -> (master)a73c1d8783f7b6526fd9b2cc44a669ffa5518d3d 2015-09-05 15:01:21 +02:00
Pascal Wittmann
46d9fbc446 ceptre: init at 2015-08-15
A linear logic programming language for modeling generative interactive systems
2015-09-05 11:20:29 +02:00
Vincent Laporte
9a0f8b5a4f wxPython-3: refactor 2015-09-05 11:11:19 +02:00
Vincent Laporte
eb42c82f6b wxPython: 3.0.0.0 -> 3.0.2.0 2015-09-05 11:11:19 +02:00
William A. Kennington III
9f1a3a4b0f pond: Fix x86_64 optimizations to be correctly applied to only x86_64 2015-09-05 01:35:41 -07:00
William A. Kennington III
31f5bbdaff go-repo-root: Move to go-packages 2015-09-05 00:38:42 -07:00
William A. Kennington III
7baf0e734e gotags: Move to go-packages 2015-09-05 00:27:16 -07:00
William A. Kennington III
9a5d1d85af goimports: Move to go-packages 2015-09-05 00:16:56 -07:00
William A. Kennington III
8c6088c0ce gocode: Move to go-packages 2015-09-05 00:15:02 -07:00
Tobias Geerinckx-Rice
336b79e6e3 {,pythonPackages.}libvirt: 1.2.17 -> 1.2.19 2015-09-05 04:20:22 +02:00
Tobias Geerinckx-Rice
75252e0a15 cpp-netlib: 0.11.0 -> 0.11.2
And maintain.
2015-09-05 04:20:22 +02:00
William A. Kennington III
10f2a6b321 gpgme: 1.5.5 -> 1.6.0 2015-09-04 14:22:55 -07:00
William A. Kennington III
e04462f4c8 libassuan: 2.2.1 -> 2.3.0 2015-09-04 14:22:55 -07:00
William A. Kennington III
587d8d2660 libgpg-error: 1.19 -> 1.20 2015-09-04 14:22:55 -07:00
William A. Kennington III
3163d1aa65 libassuan2_1: remove
This library was orphaned and out of date so it is fit for removal.
2015-09-04 12:14:36 -07:00
William A. Kennington III
55b94cbd38 libevdev: 1.4.3 -> 1.4.4 2015-09-04 12:12:30 -07:00
William A. Kennington III
c6f689f951 Merge branch 'master.upstream' into staging.upstream 2015-09-04 12:05:11 -07:00
William A. Kennington III
3347fb785e libinput: 0.21.0 -> 1.0.1 2015-09-04 11:42:42 -07:00
Domen Kožar
86d9fa1827 libxkbcommon: 0.4.3 -> 0.5.0 2015-09-04 20:01:34 +02:00
Domen Kožar
1819011291 Revert "accelio: enable tests"
This reverts commit 8b663509b1.

Fails to build kernel modules.
2015-09-04 18:47:40 +02:00
Peter Simons
1ca79bff84 haskell-DSA: test suite run-time has been reduced upstream 2015-09-04 11:51:01 +02:00
Peter Simons
636e7fa166 hackage-packages.nix: update to 63f14dd1f7 with hackage2nix v20180903-1-g7c29be6 2015-09-04 11:51:00 +02:00
Domen Kožar
68a8d66885 categories: mark as broken cc #9471
(cherry picked from commit 4ed27ba319)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-09-04 10:43:45 +02:00
Domen Kožar
3ed8c211e2 Merge pull request #9570 from dfoxfranke/accelio
accelio: fix i686-linux build
2015-09-04 09:59:42 +02:00
Nikolay Amiantov
ec3ffeb199 libunwind: add a patch to address https://github.com/JuliaLang/julia/issues/3469
Should be beneficial to other LLVM+libunwind projects as well (e.g. Pyston)
2015-09-04 03:52:25 +03:00
Daniel Fox Franke
8b663509b1 accelio: enable tests
The patch committed with 88471b684e6544da7691937a9b68cefa49d260d5
makes them work again.
2015-09-03 20:20:53 -04:00