Commit Graph

55727 Commits

Author SHA1 Message Date
Vincent Laporte
4e382bce7e Adds ocaml-re
Re is a regular expression library for OCaml.

Homepage: https://github.com/ocaml/ocaml-re
2015-01-07 14:15:10 +01:00
Eelco Dolstra
fd64740c33 Merge pull request #5625 from j-keck/remove-pg94betas
postgresql: remove 9.4betaX
2015-01-07 14:04:48 +01:00
j-keck
021e557be3 postgresql: remove 9.4betaX
final version 9.4.0 added per commit: 73839ca
2015-01-07 13:59:38 +01:00
Eelco Dolstra
73839ca437 Merge pull request #5620 from j-keck/pg94
update to postgres 9.4.0
2015-01-07 13:45:35 +01:00
j-keck
3ced0d94ac doc: use postgresql94
update postgresql module doc to use postgresql94 (was postgresql93)
2015-01-07 13:21:18 +01:00
j-keck
356d05dbc0 postgresql: add version 9.4.0 2015-01-07 13:21:18 +01:00
Karn Kallio
691b047cfb mercury: Update to 14.01.1 2015-01-07 12:56:59 +01:00
Eelco Dolstra
37ac9deb3d Revert "php: Update to 5.4.36"
This reverts commit e7d4d39c6e. The
build fails in a chroot because it tries to download a PEAR from the
network:

http://hydra.nixos.org/build/18517333
2015-01-07 12:53:01 +01:00
Domen Kožar
5c01c1dae0 Merge pull request #5614 from brendanlong/syncthing-0.10.18
syncthing: Update to 0.10.18 and remove workarounds needed for 0.10.17.
2015-01-07 12:46:47 +01:00
Eelco Dolstra
e7d4d39c6e php: Update to 5.4.36
CVE-2014-8142
2015-01-07 11:36:01 +01:00
William A. Kennington III
20d2092ff8 nixos/base: Add efi management utilities 2015-01-07 01:52:47 -08:00
Ricardo M. Correia
e43cde6a6c rustcMaster: Update from 0.13.0-pre-2763-g6366631 -> 0.13.0-pre-3497-g6539cb4 2015-01-07 05:50:40 +01:00
Ricardo M. Correia
9ad3f0ed7e cargoSnapshot: Update from 2014-12-21 -> 2014-12-30 2015-01-07 05:50:17 +01:00
Ricardo M. Correia
e90bfba2f6 grsecurity: Update stable and test patches
stable: 3.0-3.14.27-201412280859 -> 3.0-3.14.27-201501042018
test:   3.0-3.18.1-201412281149  -> 3.0-3.18.1-201501042021
2015-01-07 05:49:56 +01:00
Brendan Long
ca88aec8ed syncthing: Update to 0.10.18 and remove workarounds needed for 0.10.17. 2015-01-06 17:57:14 -06:00
John Wiegley
f8bd5bb401 zlib: on darwin, correctly set the RPATH for libzlib 2015-01-06 14:52:58 -06:00
Shea Levy
0f04707953 Add amazonka, amazonka-core, amazonka-cloudwatch haskell packages
Required adding a deep override mechanism to haskell packages
2015-01-06 14:42:37 -05:00
Michael Raskin
24faa6878b Midori now depends on sqlite 2015-01-06 22:36:17 +03:00
William A. Kennington III
50469c1511 libtirpc: 0.2.4 -> 0.2.5 2015-01-06 11:27:48 -08:00
Peter Simons
90f20fa41d Merge pull request #5610 from sivteck/machines
Update haskell machines-io and machines-directory libraries
2015-01-06 20:01:41 +01:00
Sivaram Balakrishnan
f8f5627085 Update haskell machines-io and machines-directory libraries
Signed-off-by: Sivaram Balakrishnan <sivaram1992@gmail.com>
2015-01-06 23:59:15 +05:30
Rob Vermaas
cbdf1abc33 Use recurseIntoAttrs for libuvVersions 2015-01-06 19:26:48 +01:00
John Wiegley
b63caa13b3 Revert "curl: wrap binary so it can find the zlib dylib"
This reverts commit b4a5a049d8.
2015-01-06 10:36:15 -06:00
John Wiegley
7cd3ace827 Revert "curl: Correct a syntax error"
This reverts commit 053083368b.
2015-01-06 10:36:15 -06:00
Michael Raskin
6d74aacbea Pass sqlite to webkitgtk --- fails to configure otherwise 2015-01-06 19:34:30 +03:00
John Wiegley
053083368b curl: Correct a syntax error 2015-01-06 10:15:17 -06:00
John Wiegley
b4a5a049d8 curl: wrap binary so it can find the zlib dylib
This is needed at least when first installing on a clean Mavericks
machine.
2015-01-06 10:12:57 -06:00
aszlig
e957d71680
heimdal: Move openssh to propagatedBuildInputs.
A few more libraries were switched to using the kerberos attribute
instead of krb5 in 5fe7439. So those libraries are now built against
heimbal instead of MIT kerberos.

One of those libraries is libtirpc, which results in the following build
output:

http://hydra.nixos.org/build/18423661/nixlog/1/raw

The reason for this is, that "pkgconfig --libs" of heimdal lists
-lcrypto (which is part of OpenSSL), which is not propagated to
libtirpc.

See here (lines wrapped with backslash at the end of line):

$ nix-shell -p heimdal pkgconfig --command 'pkg-config --libs heimdal-gssapi'
-L/nix/store/cxjkl33j0mb4ilffaijl7gschbjzfv35-heimdal-1.5.3/lib -lgssapi \
-lheimntlm -lkrb5 -lhx509 -lcom_err -lcrypto -lasn1 -lwind -lroken -lcrypt \
-ldl -lresolv -pthread

Versus using MIT kerberos:

$ nix-shell -p krb5 pkgconfig --command 'pkg-config --libs krb5'
-L/nix/store/91vyw8yn89qnv8m8b35kgc4c4v7zp9as-krb5-1.13/lib -lkrb5 \
-lk5crypto -lcom_err

So the latter only lists libraries that are part of krb5 itself.

By adding openssh to propagatedBuildInputs, we should be able to build
any package that depends on either krb5/heimdal without any missing
dependencies.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-06 17:11:16 +01:00
Michael Raskin
bc159cc816 Update botan and fix the build 2015-01-06 18:47:02 +03:00
Oliver Charles
302f056f91 haskellPackages.nonEmpty: New expression 2015-01-06 15:05:24 +00:00
John Wiegley
ce59dec5bb python34: as a workaround, explicitly set MACOSX_DEPLOYMENT_TARGET
Otherwise, it crashes with a segfault while running the tests.
2015-01-06 09:56:08 -05:00
John Wiegley
fd26805059 sqsh: remove trailing whitespace in the Nix file 2015-01-06 09:56:08 -05:00
John Wiegley
19956bd328 ccache: remove assertion that allows building only on Linux 2015-01-06 09:56:07 -05:00
John Wiegley
f570f9722f libsoup: always add sqlite as a build dependency
Also, conditionalize --without-gnome
2015-01-06 09:56:07 -05:00
Domen Kožar
c876f7a25d document options to nixos-install script 2015-01-06 14:49:24 +01:00
Eelco Dolstra
0b8ac6b791 mercurial: Update to 3.2.4 2015-01-06 14:29:22 +01:00
Peter Simons
c6f9de8932 Merge pull request #5602 from abbradar/iwlwifi
iwlwifi: update firmware
2015-01-06 13:56:23 +01:00
Nikolay Amiantov
fb277ec1ac iwlwifi: update firmware 2015-01-06 15:53:54 +03:00
vbgl
56b8f1441b Merge pull request #5588 from rycee/package/bibtool
Add package 'bibtool'.
2015-01-06 13:48:10 +01:00
Peter Simons
f48cd56cbe Merge pull request #5600 from dmalikov/master
haskellPackages.xmonadScreenshot: bump to 0.1.1.0
2015-01-06 12:43:33 +01:00
Dmitry Malikov
532da23aaf haskellPackages.xmonadScreenshot: bump to 0.1.1.0 2015-01-06 14:07:31 +03:00
Eelco Dolstra
d2d09547a3 Build stdenv on Darwin 2015-01-06 11:55:47 +01:00
Eelco Dolstra
fddc347689 Tweak 2015-01-06 11:55:47 +01:00
Eelco Dolstra
ab10131663 Remove scheduling priorities
This was only used for stdenv and is pretty obsolete now.
2015-01-06 11:55:47 +01:00
Domen Kožar
c8d5a73f67 Merge pull request #5599 from brendanlong/syncthing-0.10.17
syncthing: Update to 0.10.17
2015-01-06 11:23:53 +01:00
Domen Kožar
fb508b6a58 add stress: configurable amount of CPU, memory, I/O, and disk stress on the system 2015-01-06 11:15:48 +01:00
Karn Kallio
19cd862a6d pakcs: advance version 1.11.3 to 1.11.4, also fixing the build. 2015-01-06 11:15:48 +01:00
Vincent Laporte
0eccb88a5c zathura: update from 0.3.1 to 0.3.2 2015-01-06 11:05:30 +01:00
Vincent Laporte
8bc3314699 ocaml-lambda-term: adds dependency to camlp4 2015-01-06 11:05:30 +01:00
Sander van der Burg
af9bb71848 Merge pull request #5592 from AndersonTorres/fsuae
FS-UAE (version 2.4.1): New Package
2015-01-06 09:59:56 +00:00