Commit graph

11800 commits

Author SHA1 Message Date
Vladimír Čunát
c074433fc6 binutils: add support for x86_64 in i686 builds (close #857)
Also some style refactoring around repeating "stdenv.lib.optional*".
The author of the idea is @errge.
2013-09-02 22:03:43 +02:00
Vladimír Čunát
9475e4d50a llvm (merge amend): fix evaluation
Regular binutils now include gold.
2013-09-02 15:45:29 +02:00
Vladimír Čunát
74488e2b58 Merge branch 'x-updates' into stdenv-updates
Conflicts (simple):
	pkgs/development/libraries/glib/default.nix
	pkgs/development/libraries/mesa/default.nix
2013-09-02 15:44:57 +02:00
Peter Simons
ed507d70bc haskell-modular-arithmetic: re-enable the Haddock phase for this package 2013-08-31 11:01:04 +02:00
Peter Simons
98fcc2f746 Merge remote-tracking branch 'origin/master' into stdenv-updates. 2013-08-30 10:45:11 +02:00
Vladimír Čunát
781f13752b krb5: update to higher branch, including CVE-2002-2443
Conflicts (simple):
	pkgs/development/libraries/kerberos/krb5.nix
2013-08-29 15:02:47 +02:00
Vladimír Čunát
9488570fbb ctemplate: minor update to fix build with gcc>=4.7 2013-08-29 15:02:47 +02:00
Vladimír Čunát
e7741a007b krb5: minor security update CVE-2002-2443 2013-08-29 14:15:07 +02:00
Vladimír Čunát
fa7dcd1931 ois: fix build with gcc>=4.7 via a Gentoo patch 2013-08-29 14:04:47 +02:00
Vladimír Čunát
1cddbc4bb4 ctemplate: minor update to fix build with gcc>=4.7 2013-08-29 13:56:06 +02:00
Shea Levy
39a7470c73 Add patch to Net::Amazon::S3 to enable credentials from the environment/instance roles
See https://github.com/pfig/net-amazon-s3/pull/25

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-08-29 07:28:33 -04:00
Peter Simons
71f191bdba perl: revert "re-enable the postPatch hook on Darwin"
This reverts commit 1778200519.
Apparently, the sed -i syntax is different from what I thought, because
now the build fails on Darwin, saying:

  sed: -i.bak: No such file or directory

See http://hydra.nixos.org/build/5829944/nixlog/1/raw for more details.
2013-08-29 12:06:39 +02:00
Peter Simons
1778200519 perl: re-enable the postPatch hook on Darwin
The problem was that sed(1) variants other than GNU sed require a backup suffix
to the -i option.
2013-08-29 10:40:50 +02:00
Peter Simons
900ed0c353 Merge pull request #873 from errge/linear
Add linear haskell library
2013-08-28 03:10:58 -07:00
Evgeny Egorochkin
56412378b7 Merge pull request #880 from vlstill/aspell_cs
aspell: Add Czech dictionary (pkgs.aspellDicts.cs).
2013-08-28 02:22:34 -07:00
Vladimir Still
dce544ee6e aspell: Add Czech dictionary (pkgs.aspellDicts.cs). 2013-08-28 11:09:31 +02:00
Vladimír Čunát
0fc3e2817a poppler: bugfix update to 0.24.1 2013-08-28 11:05:35 +02:00
Vladimír Čunát
2fda1165da Merge branch 'master' into x-updates 2013-08-28 10:37:41 +02:00
Cillian de Róiste
6e3416c898 Merge branch 'master' of github.com:NixOS/nixpkgs 2013-08-28 00:26:39 +02:00
Cillian de Róiste
01cc4301f3 Add a patched version of buildout 2.2.0 for development with nix
Without this patch buildout will copy eggs from the nix store into the
./eggs directory and then try to compile them. This fails because they
are read only. This patch changes the behaviour to create symlinks to
eggs available in the nix store instead of copying them, and not to
try to compile the eggs in the store. To differentiate this from the
default buildout (which may be provided otherwise e.g. as a
dependency) the executable is renamed to buildout-nix.

This can be used in conjuntion with myEnvFun to create development
environments which make use of the python modules available in the
store while downloading any additional required eggs. A pleasant side
effect is that you can conveniently replace the symlink with a copy
for debugging purposes.
2013-08-28 00:26:06 +02:00
Vladimír Čunát
f0c59e322d libdrm: minor update
Builds. I found no kind of news/changelog docs, hopefully nothing important.
2013-08-27 21:10:43 +02:00
Vladimír Čunát
f082abfd55 cairo: bugfix update
Released less than a day ago :-)
2013-08-27 17:44:21 +02:00
Gergely Risko
9cb6a10949 Add linear haskell library 2013-08-27 17:11:33 +02:00
Bjørn Forsman
6863b3053c spice: update 0.12.3 -> 0.12.14 (latest stable) 2013-08-27 16:20:45 +02:00
Vladimír Čunát
604d201b7c v8: fix build with newer gcc 2013-08-27 16:16:11 +02:00
Vladimír Čunát
2c217cc0b1 perl: disable tests on Darwin, refactor stdenv.lib usage
There was a mysterious error, which I don't have resources to investigate:

Removing test lib/Net/hostent.t
sed: -i: No such file or directory
2013-08-27 14:51:35 +02:00
Bjørn Forsman
a74ab8c0a1 cudatoolkit: fix missing dependencies
Some of the java tools failed to run (notably nsight) because of missing
libraries. This fixes it.
2013-08-27 14:11:23 +02:00
Justin Bedo
6c2985e8d7 Update CUDA Toolkit to 5.5 2013-08-27 13:44:56 +02:00
Peter Simons
95491128cf gprolog: update to version 1.4.4, clean up installation layout, update license information 2013-08-27 13:21:29 +02:00
Vladimír Čunát
b78df59fde coin3d: fix build with newer gcc 2013-08-27 11:38:20 +02:00
Peter Simons
b0688a69fe haskell-hoogle: update to version 4.2.20 2013-08-27 10:49:54 +02:00
Peter Simons
527b448ab9 haskell-texmath: update to version 0.6.4 2013-08-27 10:49:54 +02:00
Peter Simons
741daef79b haskell-network-multicast: update to version 0.0.8 2013-08-27 10:49:54 +02:00
Vladimír Čunát
8f3b31464b dbus_cplusplus: fix build with gcc>=4.7, via Gentoo patch 2013-08-27 10:49:12 +02:00
Bjørn Forsman
86f39c218f xmlrpc-c: update old svn -> latest stable (v1.25.25)
Also:
 - install the "xmlrpc" tool, similar to the Debian/Ubuntu package
 - add meta.* attributes
2013-08-27 10:05:46 +02:00
Evgeny Egorochkin
3a2506c4b4 Merge pull request #866 from errge/haddockutf
Add noHaddock flag to modular-artihmetic
2013-08-27 00:33:58 -07:00
Arseniy Alekseyev
eba178ad52 Updated id3lib to avoid building its own zlib, fixes #867 2013-08-27 07:25:32 +03:00
aszlig
35229f0cf4
boomerang: Refactor and fix build.
Thanks to @phreedom for reporting the broken URL used fetchgit, which
was because I deleted my fork repository. Fortunately, in the meantime
other forks got to a more "working" state and being more actively
maintained than my fork. So that's why I switched using @nemerle's fork
now, as it is the the most usable one out there, at least in our case.

One stupid thing I've done in the first place was to use "1.0pre" as the
version and the fork uses "alpha 0.3.2", so it essentially is some kind
of a "downgrade" if you just look at the version.

Fortunately, peer-unreviewed research based on guesswork has shown that
I'm the only one using Boomerang on NixOS, so this shouldn't have a big
impact on the other non-existent users.

Also, this drops dependencies on boehmgc and cppunit, because building
with either one or both will fail at the moment.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-27 04:39:33 +02:00
Vladimír Čunát
c7187ad59f libav: major update and refactoring (close #839)
Also leaving 0_8 branch, as it's compatible with older ffmpeg versions.
I'm planning that all expressions will be able to switch easily
between ffmpeg and libav (whatever default we choose, but I prefer libav).

Edited (twice) according to notes on the reverted b003138.
2013-08-26 18:02:33 +02:00
Gergely Risko
78ae5bb3c2 Add noHaddock flag to modular-artihmetic
Building of haddock for packages with UTF-8 source is already
fixed in the stdenv-updates branch.  This fixes modular-arithmetic
until that branch is merged.  Will send another pull request to
add back haddock for that branch.
2013-08-26 17:20:06 +02:00
Peter Simons
884a8fc7b5 haskell-dns: run only the 'spec' test suite, the 'network' test suite won't succeed on Hydra 2013-08-26 12:40:27 +02:00
Peter Simons
52293798cc haskell-distributed-process: drop broken package
distributed-process won't compile, and upstream doesn't accept bug reports
without some elaborate registration procedure.
2013-08-26 12:24:08 +02:00
Peter Simons
9ac8ea937c Merge branch 'origin/master' into stdenv-updates. 2013-08-26 12:21:23 +02:00
Peter Simons
1b40ae751a haskell-wxc: re-enable haddock documentation 2013-08-26 12:20:12 +02:00
Peter Simons
95042a0923 haskell-multirec: re-enable haddock documentation 2013-08-26 12:20:12 +02:00
Peter Simons
f735d9801d haskell-diagrams: re-enable haddock documentation 2013-08-26 12:20:12 +02:00
Peter Simons
8bccfe4d2b haskell-bytestring-progress: re-enable haddock documentation 2013-08-26 12:20:12 +02:00
Peter Simons
402c496a8b Merge pull request #863 from errge/lensdatetime
Add lens-datetime haskell library
2013-08-26 03:04:24 -07:00
Moritz Ulrich
e46fc8843c Elixir: Fix impurity with Erlang.
The bash scripts of elixir contain some references to `erl'. This
patch wraps the scripts and extends PATH so `erl' is available.

Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-08-26 02:44:54 +02:00
Moritz Ulrich
45e975abff Wrap Erlang scripts to provide missing 'sed' and 'awk'.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-08-26 02:43:12 +02:00