Nikolay Amiantov
7bd9a5b104
fontconfig: reorder cache dirs
2016-01-29 16:35:59 +03:00
Nikolay Amiantov
893af77556
makeFontsCache: init
2016-01-29 14:41:26 +03:00
Charles Strahan
cb6beb1eb3
ghcjs: build haddock documentation
...
From building reflex-dom (which has quite a few dependencies), it would
appear that building the documentation no longer fails.
2016-01-25 20:16:12 -05:00
Tobias Geerinckx-Rice
0c25292648
vorbis-tools: rename from old-style vorbisTools
2016-01-26 01:35:55 +01:00
Tobias Geerinckx-Rice
ac33b4724a
More version attribute tidying where maintainers |= nckx
2016-01-25 20:08:34 +01:00
Tobias Geerinckx-Rice
9fb8020e4e
Add version attribute where maintainers |= nckx
...
This will probably be mandatory soon, and is a step in the right
direction. Removes the deprecated meta.version, and move some meta
sections to the end of the file where I should have put them in
the first place.
2016-01-25 17:35:21 +01:00
Vincent Laporte
c0691a0659
compcert: 2.5 -> 2.6
2016-01-25 11:48:47 +01:00
Vladimír Čunát
1f2b819783
binutils: extend meta.platforms to unix to fix #12606
...
Also refactor meta.
Maybe we could have platforms.all in there, but I leave it here.
2016-01-25 11:18:10 +01:00
Jude Taylor
c473bea69a
Merge pull request #12603 from zimbatm/ruby-fixes
...
Ruby fixes
2016-01-24 22:48:14 -08:00
Tobias Geerinckx-Rice
c5bb4f503b
libconfuse: init at 2.8
2016-01-25 02:48:27 +01:00
zimbatm
e9eda43928
buildRubyGem: fix missing libobjc in darwin
...
This was preventing any ruby gem with a c extension to build.
mkmf would fail with a misleading error:
/nix/store/dmkcai8fnv21qxiasx628nim3mq4r4wg-ruby-2.2.3-p0/lib/ruby/2.2.0/mkmf.rb:456:in `try_do': The compiler failed to generate an executable file. (RuntimeError)
You have to install development tools first.
2016-01-24 23:15:40 +00:00
zimbatm
9a55295c49
buildRubyGem: fix NoMethodError
...
generate_stub doesn't exist and the output is not used in the code so I just
removed the line.
This was preventing the binstubs from generating properly.
2016-01-24 23:14:00 +00:00
Charles Strahan
95d892ec26
ghcjs: update and fix ghcjs/reflex libs
...
Set dontStrip when building ghcjs libs, which fixes the ghcjs-dom lib
and also makes the logs cleaner.
2016-01-24 17:13:45 -05:00
Arseniy Seroka
d6d22151fa
Merge pull request #12588 from dezgeg/pr-binutils-platforms
...
binutils: Add platforms
2016-01-24 23:12:14 +03:00
Peter Simons
afba955d21
Merge pull request #12598 from cstrahan/haskell-post-patch
...
haskell-packages: properly set postPatch
2016-01-24 21:06:52 +01:00
Tobias Geerinckx-Rice
76b2ffbb08
Merge pull request #12587 from timbertson/gup
...
gup: 0.5.1 -> 0.5.3
2016-01-24 20:48:38 +01:00
Eric Seidel
dd6d4ca8cc
racket: change meta.platorms to unix
2016-01-24 11:33:34 -08:00
Tobias Geerinckx-Rice
d39f16fee6
pythonPackages.pelican: fix tests with Pygments 2.1
...
Broken in 38c83e2916 .
I'll open an upstream PR with this patch as well.
2016-01-24 19:43:54 +01:00
Charles Strahan
4fd985b9ae
haskell-packages: properly set postPatch
...
The existing code overrode the postPatch, instead of combining the
jailbreak commands with the user supplied postPatch.
2016-01-24 13:32:56 -05:00
Charles Strahan
700e4aebdc
ghcjs: fix the build
2016-01-24 13:28:24 -05:00
Edward Tjörnhammar
e8cc9204a8
Merge pull request #12568 from gebner/idea-openjdk8
...
idea: fix problems with openjdk8
2016-01-24 10:29:54 +01:00
Tuomas Tynkkynen
f62dbc0121
binutils: Add platforms
...
There are some variants of binutils in all-packages.nix that aren't
getting built by Hydra currently.
2016-01-24 08:47:46 +02:00
Tim Cuthbertson
b82d5ef857
gup: 0.5.1 -> 0.5.3
2016-01-24 16:34:07 +11:00
Tobias Geerinckx-Rice
32d40f0f98
Remove no longer (or never) referenced patches
...
55 files changed, 6041 deletions. Tested with `nix-build -A tarball`.
2016-01-24 02:02:21 +01:00
Gabriel Ebner
b47d2f8029
openjdk8: do not symlink icc profiles
2016-01-23 13:22:48 +01:00
Eric Seidel
2e62f785d4
racket: fix on darwin
2016-01-22 17:38:11 -08:00
Peter Simons
ecc48af0ce
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20151217-9-geddefc2 using the following inputs:
- Nixpkgs: a28e076b47
- Hackage: c63083af59
- LTS Haskell: cf055c2754
- Stackage Nightly: 8f10b44c12
2016-01-22 22:23:00 +01:00
Franz Pletz
0d13b93047
Merge pull request #12496 from exi/id3lib-patch
...
add id3lib easytag patch for proper unicode handling.
2016-01-22 17:34:48 +01:00
Vladimír Čunát
0957359568
Merge branch 'staging'
2016-01-22 13:48:35 +01:00
Domen Kožar
542bf5bf41
elm: recurseIntroAtrs and use GHC 7.10.3
2016-01-22 13:39:18 +01:00
Lluís Batlle i Rossell
082f2e6938
go builder: respect enableParallelBuilding
...
It was parallelizing for $NIX_BUILD_CORES regardless of
enableParallelBuilding.
2016-01-21 17:11:28 +01:00
aszlig
c92d7481a5
multipath_tools: Rename to multipath-tools
...
See http://nixos.org/nixpkgs/manual/#sec-package-naming
I've added an alias for multipath_tools to make sure that we don't break
existing configurations referencing the old name.
Signed-off-by: aszlig <aszlig@redmoonstudios.org >
2016-01-21 16:18:38 +01:00
Tobias Geerinckx-Rice
1bd1aea84e
Merge pull request #12113 from bnikolic/wcslib
...
wcslib: init at 4.25
2016-01-21 15:59:08 +01:00
Luca Bruno
439b56d5f0
Merge pull request #12506 from gilligan/update-nodejs-v5
...
nodejs: 5.1.1 -> 5.4.1
2016-01-21 12:48:39 +01:00
Vladimír Čunát
3317eef084
Merge #12414 : qutebrowser: fix various things
2016-01-21 11:56:50 +01:00
Tobias Pflug
a265c8a05d
nodejs: 5.1.1 -> 5.4.1
2016-01-21 10:31:18 +01:00
Robin Gloster
abdd8a81eb
Merge pull request #12513 from nckx/master
...
Update & fix Sphinx [PR for Travis testing]
2016-01-21 05:30:02 +01:00
Tobias Geerinckx-Rice
9f6ca0fe15
pythonPackages.sphinx: fix tests with Pygments 2.1
...
Close #12511 .
2016-01-21 04:11:57 +01:00
Tobias Geerinckx-Rice
67c487f243
pythonPackages.sphinx: 1.3.1 -> 1.3.4
...
Mainly bugfixes. Far too many to summarise here:
http://www.sphinx-doc.org/en/stable/changes.html#release-1-3-4-released-jan-12-2016
2016-01-21 04:11:05 +01:00
aszlig
39a07cabe8
gpgme: Use fixed path for GnuPG binaries
...
By default, GPGME tries to search in $PATH for the gpg and gpgconf
binaries. This has the downside, that the library won't work by its own
and needs to have GnuPG in systemPackages or the user environment.
I've stumbled on this while working on one of the dependencies of
nixos-assimilate and nixpart (volume_key), where the testing environment
didn't come with GnuPG in $PATH and thus the tests have failed.
After testing this with a few programs using GPGME, I haven't found any
weird behavior in conjunction with the GnuPG agent.
However one possible implication could be that if the GnuPG used in
$PATH (and the config files in the user's home directory) should be
vastly incompatible, it could lead to failures.
In practice however, the GnuPG1/2 versions pretty much seem to stay
compatible within their major releases so it shouldn't pose a problem.
Signed-off-by: aszlig <aszlig@redmoonstudios.org >
2016-01-21 01:39:18 +01:00
Bojan Nikolic
6271300819
wcslib: init at 5.12
2016-01-20 21:35:58 +00:00
Arseniy Seroka
cd6fc0ded2
Merge pull request #12503 from kamilchm/nim-update
...
nim: 0.11.2 -> 0.13.0
2016-01-20 22:37:31 +03:00
Matthijs Steen
7f58e162bc
guake: init at 0.8.3 ( close #11027 )
...
There's a catch noted at the top of the expression.
(vcunat moved it there from the commit message)
2016-01-20 19:33:48 +01:00
Kamil Chmielewski
c46625f98e
nim: 0.11.2 -> 0.13.0
2016-01-20 17:48:45 +01:00
Rok Garbas
b19d702b65
oraclejdk: 8u65, 8u66 -> 8u71, 8u72, fixes #12498
2016-01-20 16:10:36 +01:00
Peter Simons
23c5fbf7cb
Use latest version of async when compiling with GHC 8.0.x.
2016-01-20 14:33:37 +01:00
Peter Simons
18916022e4
haskell-hspec: update overrides for LTS 4.2
2016-01-20 14:33:37 +01:00
Peter Simons
4e75d74aaf
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20151217-9-geddefc2 using the following inputs:
- Nixpkgs: 4f74881496
- Hackage: b70bc194ef
- LTS Haskell: cf055c2754
- Stackage Nightly: 3184791ff4
2016-01-20 14:33:18 +01:00
Reno Reckling
b5c2587698
add id3lib easytag patch for proper unicode handling.
...
This patch is directly taken from easytag. id3lib is not maintained any longer
and the last release is 13 years old.
This patch fixes some unicode issues.
2016-01-20 13:08:28 +01:00
Tobias Geerinckx-Rice
72cd96a0e1
libpsl: list 2016-01-09 -> 2016-01-15
2016-01-20 09:21:44 +01:00