1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

30947 commits

Author SHA1 Message Date
Ryan Trinkle bf6fdae0f2 ghcjs: work around haskell/cabal#3494
See also NixOS/nixpkgs#16144
2016-07-27 14:34:12 -04:00
Ryan Trinkle 676a7b698f ghcjs: fix build
We need to hold back some packages, now that ghc 8 is out
2016-07-27 12:27:13 -04:00
Ryan Trinkle 0905aea14e Merge pull request #17276 from ryantrinkle/ghcjs-8.0-support
ghcjs: refactor stage2 handling
2016-07-27 12:26:45 -04:00
Proglodyte 52d52e7f0c v8: add static config option
Add the 'static' argument to the v8 package, which allows building the
package as a static library rather than a shared library. This allows
users to pass additional arguments to d8:
https://github.com/joestelmach/lint.vim/issues/10
2016-07-27 01:38:52 -04:00
Daiderd Jordan 45c2c817d5 Merge pull request #17266 from joehenry087/master
Included darwin in supported platforms for lessc compiler.
2016-07-27 00:34:23 +02:00
Ryan Trinkle c564997ba0 ghcjs: refactor stage2 handling
Previously, the stage2 information was stored in haskell-modules, and imported directly from there.  However, the correct stage2 information is determined by the version of ghcjs-boot repository.  This commit makes the stage2 information part of the ghcjs derivation, which improves organization and makes it possible to override stage2 when overriding ghcjs.
2016-07-26 16:58:56 -04:00
Benjamin Staffin 2fcd26c794 Merge pull request #13014 from Pamelloes/master
Darwin Fixes for Mesa and Freeglut
2016-07-26 15:54:26 -04:00
Bjørn Forsman d5c27859b4 Fix eval (swig) 2016-07-26 15:34:49 +02:00
Robin Gloster cb776e72a0 Merge pull request #17258 from leenaars/patch-1
swig: 3.0.7 -> 3.0.10
2016-07-26 15:27:02 +02:00
leenaars eb2e3965b8 swig: 3.0.7 -> 3.0.10 2016-07-26 14:49:34 +02:00
Peter Simons 66ca9b9146 git-annex: update hash for new version 2016-07-26 10:37:55 +02:00
Peter Simons 24bb4333cd hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v2.0-18-g8001337 using the following inputs:

  - Hackage: de00016925
  - LTS Haskell: d085132b77
  - Stackage Nightly: bf146896f3
2016-07-26 10:37:55 +02:00
Joe Henry 666d98b7ec Included darwin in supported platforms for lessc compiler. 2016-07-25 21:32:53 -04:00
obadz 4aadb9beb3 gupnp: fix headers that were broken by libsoup upgrade in #17142 2016-07-26 00:06:59 +01:00
taku0 2ac2676a17 android-sdk: 24.4.1 -> 25.1.7 (#17193) 2016-07-25 20:47:39 +01:00
Ram Kromberg 6afb7b9a1a libsoup: 2.52.2 -> 2.54.1 & valaSupport (#16897) 2016-07-25 20:43:51 +01:00
Moritz Ulrich a6562f77d0 rustracer: Enable doCheck and fix typo. 2016-07-25 21:39:47 +02:00
Scott Olson 3b77214ab5 sfml: 2.2 -> 2.3 (#17121) 2016-07-25 20:30:34 +01:00
Alexey Lebedeff d7176a83a7 arduino: Fix building on i686
And probably on MacOS X and Linux ARM, but I have nowhere to test it.

[Bjørn: The breakage was introduced by 8b1976c7f6
("arduino: 1.0.6 -> 1.6.9 (#17060)").]
2016-07-25 17:56:04 +02:00
Brian McKenna c816d053bc genymotion: init at 2.7.2 (#17203) 2016-07-25 06:12:29 +02:00
Rahul Gopinath cbcee08650 racket: 6.5 -> 6.6 (#17233) 2016-07-25 06:03:35 +02:00
Rok Garbas 720d917f4c Merge pull request #17220 from proglodyte/v8-5-4
v8: 4.5.107 -> 5.4.232
2016-07-25 06:01:47 +02:00
Rok Garbas a086b62a3d
pypi2nix: 1.2.0 -> 1.3.0 2016-07-25 04:25:51 +02:00
Bjørn Forsman 7a096fad7f gst-python: 1.8.1 -> 1.8.2
Aligns version numbers with the rest of GStreamer in nixpkgs.
2016-07-25 00:07:52 +02:00
Daiderd Jordan 004f64fca6 Merge pull request #17201 from sorokin/rr-4.3
rr: 4.2.0 -> 4.3.0
2016-07-24 15:49:37 +02:00
Daiderd Jordan 4796ae23c9 Merge pull request #17197 from j-hao/harfbuzz-icu
harfbuzz-icu: symlink dylibs from harfbuzz on OSX
2016-07-24 15:30:41 +02:00
Jun Hao 245db68732 harfbuzz-icu: symlink dylibs from harfbuzz on OSX 2016-07-24 21:11:01 +08:00
Joachim Fasting bbae43a7a9
gd: remove left-over cruft from 9b658d51cb 2016-07-24 12:54:07 +02:00
Proglodyte 986f12ec89 v8: 4.5.107 -> 5.4.232
Upgraded to latest v8. Updated v8 version and deps, also created a new
patch similar to what existed for v4.5
2016-07-24 02:38:15 -04:00
Proglodyte 781ed961eb v8: use 4.5.107 by default
Default v8 was fixed at 3.30.33, so running nix-build nixpkgs -A v8
would give us version 3.30.33, whereas nix-env -i v8 would install
version 4.5.107. Now, both commands build 4.5.107, and there is still an
option to install version 3.30.33
2016-07-24 02:36:30 -04:00
Proglodyte 16bd51fc0d v8: fix 4.5.107 build
Similar to #14272, but fixes 4.5 build rather than generic.
- Ignores errors due to strict-overflow warnings
- Strips clang-only '-Wno-format-pedantic' flag out since this build
  uses gcc
2016-07-24 02:34:32 -04:00
Alexey Shmalko a18abd2aa3 meson: 0.26.0 -> 0.32.0 2016-07-24 00:34:19 +02:00
obadz a7e50112c6 gdcm: add vtk dependency to get gdcmviewer 2016-07-23 17:10:49 +01:00
Nikolay Amiantov 79ad32fd17 Merge pull request #17200 from knedlsepp/openmpi-for-darwin
openmpi: Remove libibverbs on unsupported platforms
2016-07-23 15:18:52 +04:00
Ivan Sorokin 844a029bab rr: 4.2.0 -> 4.3.0 2016-07-23 13:07:24 +03:00
Gabriel Ebner 66041a4475 configuration-hackage2nix.yaml: re-enable ghc-mod 2016-07-23 11:41:55 +02:00
Josef Kemetmueller be3a42a294 openmpi: Remove libibverbs on unsupported platforms
The libibverbs package is only available on Linux and FreeBSD, but
openmpi can be used without it on platforms that don't support it.
2016-07-23 11:29:20 +02:00
Benno Fünfstück 2e48d838d0 haskell/Glob: fix build 2016-07-23 01:27:40 +02:00
Eric Bailey e6e873beca erlangR19: init at 19.0.2 (#17123)
Add R19.nix, based on @binarin's R18.nix.

N.B. erlang/otp#1023 obviated the need for `rmAndPwdPatch` in R19.
2016-07-23 01:07:41 +02:00
Daiderd Jordan 20a0be5aee Merge pull request #17131 from cransom/jmespath
jp: init at 0.1.2
2016-07-23 00:52:45 +02:00
Richard Zetterberg 5c56c906e3 Adds pkg-config file and headers (#17173) 2016-07-23 00:41:02 +02:00
Miguel Madrid b45ee066bc itstool: 1.2.0 -> 2.0.2 (#17189) 2016-07-23 00:32:43 +02:00
Shawn Warren 9886c80daa Add gocd agent and server service packages (#16273)
GoCD is an open source continuous delivery server specializing in advanced workflow
modeling and visualization.  Update maintainers list to include swarren83.  Update
module list to include gocd agent and server module.  Update packages list to include
gocd agent and server package.  Update version, revision and checksum for GoCD
release 16.5.0.
2016-07-23 00:29:18 +02:00
Joachim F 32a31353c4 Merge pull request #17155 from KoviRobi/libixp-hg-update
libixp-hg: refactor to fetchurl as fetchg broke
2016-07-23 00:16:17 +02:00
Daiderd Jordan 206bc64b48 Merge pull request #17177 from amiloradovsky/new-guile-gnome
guile-gnome-platform: 20150123 -> 2.16.4
2016-07-23 00:12:51 +02:00
Joachim F d67cdde7f9 Merge pull request #17184 from mstone/update/gd-2.2.3
gd: 2.2.2 -> 2.2.3
2016-07-22 23:27:35 +02:00
Peter Simons 649db354bf Merge pull request #17183 from mstone/darwin/fix-r-gettext-gfortran
darwin: R: provide gettext and gfortran as buildInputs on Darwin.
2016-07-22 23:00:09 +02:00
Michael Stone 19f074a5c3 gd: 2.2.2 -> 2.2.3 2016-07-22 15:30:30 -04:00
Rahul Gopinath adf3b24f79 rakudo: 2016.04 -> 2016.07 2016-07-22 11:26:03 -07:00
Michael Stone c1d24efd6a darwin: R: provide gettext and gfortran as buildInputs on Darwin.
As discussed in #10623, many R modules fail to build on Darwin without the
libraries and compilers provided by these packages.

For more detail, please see comment:

  https://github.com/NixOS/nixpkgs/pull/10623#issuecomment-172375342
2016-07-22 13:31:40 -04:00