Commit graph

7843 commits

Author SHA1 Message Date
aszlig
38a4d77665 nss: Fix referencePath to security modules.
This adds a patch from Debian, as they're already have security modules from NSS
in it's own library directory rather than /usr/lib{,64}/ and patch in loading of
libsoftokn as well.

The patch and our own fix of the patch (well, they hardcode Debian specific
stuff in there) ensures that SECMOD_AddNewModule() will find the right module
from the derivation's output path, so the built-in CA root certificates are
recognized and verified correctly.
2012-08-22 08:29:09 +02:00
aszlig
9e0aaf30aa nss: Sign libraries after striping.
Running NSS in FIPS mode is only possible if the libraries are signed correctly,
so we're doing this in the postFixup hook, to insure nothing gets altered after
that phase.

For more information about FIPS mode, please see:
https://developer.mozilla.org/en-US/docs/NSS/FIPS_Mode_-_an_explanation
2012-08-22 08:29:09 +02:00
aszlig
29fce94665 nss: Clean up build/make flags.
First of all, let's remove that redundant BUILD_OPT variable.

This variable already is in makeFlags, so we really don't want it to be lurking
around in the attribute set of the derivation, and it annoys me for being there
for days.

We now state build targets explicitly rather than relying on "nss_build_all".
This makes NSPR_CONFIG_STATUS and the touch of build_nspr stamp obsolete, as
only nss_build_all includes build_nspr.

In addition, we don't need the -lz hack anymore, as this has been fixed in
recent NSS versions, so we can completly remove the postBuild hook.

And while we're at it, we're removing those outdated build instructions as well,
especially because we don't and can't follow official building guidelines
anymore, as those are difficult to apply to Nix.
2012-08-22 08:29:09 +02:00
aszlig
5f4ca8ec18 nss: Add nss-pem module from fedora.
This is a compatibility module which adds suport for PEM certificates used by
OpenSSL and compatible libraries. The module gets built but isn't used at the
moment, so we're going to work on integration of it later.
2012-08-22 08:29:09 +02:00
aszlig
485dcc9152 nss: Build using system libsqlite.
Let's use system SQLite library, which makes sense anyway. More importantly
because it conflicts with the sqlite package, as NSS is building this as a
shared library aswell.
2012-08-22 08:29:09 +02:00
aszlig
0e768ba98d nss: Update NSS to version 3.13.6.
So to begin with fixing NSS let's get to the latest upstream release and start
fixing, so we won't carry around historic crap we then will throw away anyway.
2012-08-22 08:29:09 +02:00
Eelco Dolstra
d7fc07705a Add latest patchelf prerelease 2012-08-21 15:57:41 -04:00
Eelco Dolstra
e3605e7e76 Merge branch 'master' of github.com:NixOS/nixpkgs 2012-08-21 14:27:18 -04:00
Eelco Dolstra
dc2f0f6474 gdb: Update to 7.5 2012-08-21 14:27:00 -04:00
Ludovic Courtès
11602dad82 glib: Use libiconvOrNull' instead of libiconv'. 2012-08-21 15:53:43 +02:00
Eelco Dolstra
8b6edfe78d polkit: Update to 0.105 and enable systemd (logind) support
There are even newer polkit releases, but they have a spidermonkey
dependency which I don't want to bother with right now.
2012-08-21 08:42:44 -04:00
Peter Simons
7f8246c76e haskell-hlint: update to version 1.8.31 2012-08-20 10:34:56 +02:00
Peter Simons
2731fd220f haskell-threadmanager: update to version 0.1.5 2012-08-20 10:34:56 +02:00
Peter Simons
490f8c4382 haskell-tagsoup: update to version 0.12.7 2012-08-20 10:34:56 +02:00
Peter Simons
5e19db2ce5 haskell-semigroups: update to version 0.8.4 2012-08-20 10:34:56 +02:00
Peter Simons
439ba01f0a haskell-io-choice: update to version 0.0.2 2012-08-20 10:34:56 +02:00
Peter Simons
f3ad914481 haskell-hoogle: update to version 4.2.13 2012-08-20 10:34:55 +02:00
Peter Simons
2f187b26ac haskell-case-insensitive: update to version 0.4.0.3 2012-08-20 10:34:55 +02:00
Peter Simons
46d8125a70 haskell-MonadCatchIO-mtl: update to version 0.3.0.5 2012-08-20 10:34:55 +02:00
Peter Simons
2879d112b0 haskell-network: update to version 2.3.1.0 2012-08-20 10:34:54 +02:00
Peter Simons
08e09e4caf haskell-comonad: update to version 3.0.0.2 2012-08-20 10:34:54 +02:00
Ludovic Courtès
255c72ede6 gcc 4.5: Update to 4.5.4. 2012-08-20 10:15:17 +02:00
Michael Raskin
b32844654b Julia: update source revision 2012-08-18 20:52:52 +04:00
Eelco Dolstra
911e9f3f43 DBD::SQLite: Don't install a copy of the SQLite sources
This saves almost 5 MB.
2012-08-17 18:11:53 -04:00
Shea Levy
1e1634604c Compress-Raw-Zlib: Don't check on Darwin.
Fixes #102
2012-08-17 13:14:10 -04:00
Peter Simons
dad33bbfe5 haskell-uu-parsinglib: update to version 2.7.3.4 2012-08-17 12:52:38 +02:00
Peter Simons
6d6189082b haskell-skein: update to version 0.1.0.8 2012-08-17 12:52:37 +02:00
Peter Simons
79883d78c8 haskell-lifted-base: update to version 0.1.2 2012-08-17 12:52:37 +02:00
Peter Simons
483fcf47a5 haskell-case-insensitive: update to version 0.4.0.2 2012-08-17 12:52:37 +02:00
Peter Simons
019fc2d03d haskell-happstack-hamlet: fix build in presence for recent versions of hamlet 2012-08-17 11:07:14 +02:00
Peter Simons
c0dafdf8d5 Merge pull request #94 from aszlig/boomerang
boomerang: New package from the fork.
2012-08-16 06:50:55 -07:00
Peter Simons
2253afb4f1 scala: cosmetic 2012-08-16 15:49:00 +02:00
Peter Simons
7ab915da52 scala: enable 'fixupPhase' (among other things) which corrects the shebang paths of the installed scripts 2012-08-16 15:48:18 +02:00
Peter Simons
cf2071e9c0 haskell-yesod: update to version 1.1.0.1 2012-08-16 15:41:23 +02:00
Peter Simons
f8914fa177 haskell-yesod-auth: update to version 1.1.1 2012-08-16 15:41:23 +02:00
Peter Simons
100e13fca7 haskell-vector-algorithms: update to version 0.5.4.1 2012-08-16 15:41:23 +02:00
Peter Simons
bc9d3787e2 haskell-unordered-containers: update to version 0.2.2.0 2012-08-16 15:41:23 +02:00
Peter Simons
ad78f75434 haskell-tls: update to version 0.9.9 2012-08-16 15:41:22 +02:00
Peter Simons
55c100564d haskell-simple-sendfile: update to version 0.2.6 2012-08-16 15:41:22 +02:00
Peter Simons
f1a5724ae8 haskell-mwc-random: update to version 0.12.0.1 2012-08-16 15:41:22 +02:00
Peter Simons
3999d82a40 haskell-http-types: update to version 0.7.2 2012-08-16 15:41:22 +02:00
Peter Simons
75506e4005 haskell-http-conduit: update to version 1.6.0 2012-08-16 15:41:22 +02:00
Peter Simons
e9ac89975a haskell-hashable: update to version 1.1.2.5 2012-08-16 15:41:22 +02:00
Peter Simons
f6b2363b72 haskell-fast-logger: update to version 0.2.2 2012-08-16 15:41:21 +02:00
Peter Simons
dc745663eb haskell-criterion: update to version 0.6.1.1 2012-08-16 15:41:21 +02:00
Peter Simons
d2347755e0 haskell-certificate: update to version 1.2.5 2012-08-16 15:41:21 +02:00
Peter Simons
3f857bd69c haskell-authenticate: update to version 1.3.1 2012-08-16 15:41:21 +02:00
Peter Simons
5bbf9d5b25 haskell-attoparsec-enumerator: update to version 0.3.1 2012-08-16 15:41:21 +02:00
Peter Simons
cf7be76526 haskell-ListLike: update to version 3.1.6 2012-08-16 15:41:21 +02:00
Peter Simons
a72e2a076d haskell-text: update to version 0.11.2.3 2012-08-16 15:35:34 +02:00
Shea Levy
10aa2bd5c3 Update autobuild URL
Only tested building autobuild.src, succeeds now, failed before.

Fixes #99.
2012-08-15 05:58:25 -04:00
Rob Vermaas
61817876fc Revert "automake: Disabling tests on mips." Causes infinite recursion on all other platforms.
This reverts commit eadcd7dab6.
2012-08-15 10:13:02 +02:00
Lluís Batlle i Rossell
eadcd7dab6 automake: Disabling tests on mips.
There is a test that fails on mips, and that breaks the nix build.
The text does not exist anymore in automake upstream git, so the next
version may not need this mips-specific disabling.
2012-08-15 09:56:13 +02:00
Peter Simons
f136179002 haskell-zlib-bindings: update to version 0.1.1 2012-08-14 14:28:06 +02:00
Peter Simons
0d8d30884b haskell-yesod-form: update to version 1.1.0.1 2012-08-14 14:28:06 +02:00
Peter Simons
fec4c86291 haskell-yesod-core: update to version 1.1.0.1 2012-08-14 14:28:05 +02:00
Peter Simons
8754609371 haskell-yesod-auth: update to version 1.1.0.1 2012-08-14 14:28:05 +02:00
Peter Simons
28eb30c211 haskell-shakespeare: update to version 1.0.1.1 2012-08-14 14:28:05 +02:00
Peter Simons
f12301c4f9 haskell-shakespeare-text: update to version 1.0.0.4 2012-08-14 14:28:05 +02:00
Peter Simons
94f77400c4 haskell-shakespeare-js: update to version 1.0.0.5 2012-08-14 14:28:05 +02:00
Peter Simons
0879e2889b haskell-shakespeare-css: update to version 1.0.1.4 2012-08-14 14:28:05 +02:00
Peter Simons
4efed5529b haskell-hamlet: update to version 1.1.0.2 2012-08-14 14:28:05 +02:00
Peter Simons
82097115b6 haskell-cmdargs: update to version 0.9.7 2012-08-14 14:28:04 +02:00
Andres Loeh
e093d7ea38 ghc-7.6.1-rc1: Add release candidate. 2012-08-13 16:29:01 +02:00
Ludovic Courtès
04661ec850 openssl: fix GNU/kFreeBSD builds 2012-08-13 14:12:54 +02:00
Peter Simons
59d4db07bc haskell-unix-time: update to version 0.1.2 2012-08-13 14:01:13 +02:00
Peter Simons
4de2d810e0 haskell-process-extras: update to version 0.1.3 2012-08-13 14:01:13 +02:00
Peter Simons
156f399995 haskell-highlighting-kate: update to version 0.5.2 2012-08-13 14:01:13 +02:00
Peter Simons
78ac496dc5 haskell-blaze-builder-enumerator: update to version 0.2.0.5 2012-08-13 14:01:13 +02:00
Ludovic Courtès
0dea12ff8d gnutls: FreeBSD: patch Makefile.in, not Makefile.am 2012-08-11 21:57:17 +02:00
Ludovic Courtès
cb76c03216 guile: fix Solaris builds 2012-08-11 21:53:43 +02:00
Eelco Dolstra
6020d52cbe strace: Update to 4.7 2012-08-10 18:54:10 -04:00
Ludovic Courtès
aa5220c701 gnutls: fix FreeBSD builds 2012-08-10 23:28:23 +02:00
Ludovic Courtès
986f04c87e guile: disable thread support on Solaris 2012-08-10 23:16:02 +02:00
Ludovic Courtès
a9764e7599 gnutls: update to 3.0.22 2012-08-10 17:17:32 +02:00
Ludovic Courtès
13f133f71f libgpg-error: re-run `config.status' with Bash on OpenIndiana 2012-08-10 16:39:00 +02:00
Ludovic Courtès
9b70bc6e34 guile: allow libunistring and Readline to be found on OpenSolaris 2012-08-10 16:30:28 +02:00
aszlig
d10772ec8a boomerang: Fix prefix in dlopen().
We already have the correct library dir in our search path, so we don't need to
prepend lib/ again.
2012-08-10 15:02:19 +02:00
aszlig
a6e266306f boomerang: Fix endless loop in createDirectory().
Fix is on GitHub, so changing the git URL to point to the commit ID of my fix.
2012-08-10 14:59:05 +02:00
Peter Simons
9459860678 haskell-unix-time: update to version 0.1.1 2012-08-10 11:48:20 +02:00
Peter Simons
78aa1ccfb2 haskell-postgresql-simple: update to version 0.2.3.0 2012-08-10 11:48:20 +02:00
Peter Simons
59e78c12e4 haskell-hakyll: update to version 3.4.1.0 2012-08-10 11:48:20 +02:00
Peter Simons
bcafa07c25 haskell-lrucache: add version 1.1.1 2012-08-10 11:47:48 +02:00
aszlig
77b1a7ff42 boomerang: New package from the fork.
This adds the boomerang decompiler, which has been forked on github because of
some years of inactivity.
2012-08-09 19:05:16 +02:00
Ludovic Courtès
55cf142175 guile: allow GMP to be found on OpenSolaris 2012-08-09 18:39:30 +02:00
Ludovic Courtès
711d1fc6f0 nettle: allow GMP to be found on OpenSolaris 2012-08-09 18:32:53 +02:00
Peter Simons
63bcec08b3 haskell-zlib-conduit: update to version 0.5.0 2012-08-09 12:11:18 +02:00
Peter Simons
edd12bf490 haskell-yesod: update to version 1.1.0 2012-08-09 12:11:18 +02:00
Peter Simons
4d67ae81f5 haskell-yesod-static: update to version 1.1.0 2012-08-09 12:11:18 +02:00
Peter Simons
55dc4972cb haskell-yesod-routes: update to version 1.1.0 2012-08-09 12:11:18 +02:00
Peter Simons
75342a50e4 haskell-yesod-persistent: update to version 1.1.0 2012-08-09 12:11:17 +02:00
Peter Simons
959c23183b haskell-yesod-json: update to version 1.1.0 2012-08-09 12:11:17 +02:00
Peter Simons
5cd5c8df14 haskell-yesod-form: update to version 1.1.0 2012-08-09 12:11:17 +02:00
Peter Simons
fcd1e9eee4 haskell-yesod-default: update to version 1.1.0 2012-08-09 12:11:17 +02:00
Peter Simons
19dca37062 haskell-yesod-core: update to version 1.1.0 2012-08-09 12:11:17 +02:00
Peter Simons
f40657e94b haskell-yesod-auth: update to version 1.1.0 2012-08-09 12:11:16 +02:00
Peter Simons
d2be882ab1 haskell-yaml: update to version 0.8.0.1 2012-08-09 12:11:16 +02:00
Peter Simons
3a6a59920b haskell-xml-conduit: update to version 1.0.3 2012-08-09 12:11:16 +02:00
Peter Simons
655c7d61d7 haskell-warp: update to version 1.3.0.1 2012-08-09 12:11:16 +02:00
Peter Simons
d58036f542 haskell-wai: update to version 1.3.0 2012-08-09 12:11:16 +02:00
Peter Simons
89a0de93f5 haskell-wai-logger: update to version 0.2.0 2012-08-09 12:11:16 +02:00
Peter Simons
54f1ff4cff haskell-wai-extra: update to version 1.3.0 2012-08-09 12:11:16 +02:00
Peter Simons
34e0642359 haskell-wai-app-static: update to version 1.3.0 2012-08-09 12:11:16 +02:00
Peter Simons
34af15ebe0 haskell-vacuum: update to version 2.0.0.0 2012-08-09 12:11:15 +02:00
Peter Simons
8387a3e51b haskell-terminfo: update to version 0.3.2.5 2012-08-09 12:11:15 +02:00
Peter Simons
6cf377b963 haskell-postgresql-simple: update to version 0.2.2.0 2012-08-09 12:11:15 +02:00
Peter Simons
7dbc731dca haskell-persistent: update to version 1.0.0 2012-08-09 12:11:15 +02:00
Peter Simons
3bc886d04b haskell-persistent-template: update to version 1.0.0 2012-08-09 12:11:15 +02:00
Peter Simons
33906970d7 haskell-persistent-sqlite: update to version 1.0.0 2012-08-09 12:11:15 +02:00
Peter Simons
155895087c haskell-persistent-postgresql: update to version 1.0.0 2012-08-09 12:11:15 +02:00
Peter Simons
7e50fc4bc5 haskell-network-conduit: update to version 0.5.0 2012-08-09 12:11:15 +02:00
Peter Simons
0d16a90c96 haskell-http-types: update to version 0.7.1 2012-08-09 12:11:14 +02:00
Peter Simons
58aac6b0b8 haskell-http-conduit: update to version 1.5.0.3 2012-08-09 12:11:14 +02:00
Peter Simons
7294f7e31a haskell-hoogle: update to version 4.2.12 2012-08-09 12:11:14 +02:00
Peter Simons
7e40c4950c haskell-happstack-server: update to version 7.0.4 2012-08-09 12:11:14 +02:00
Peter Simons
b477528c80 haskell-hamlet: update to version 1.1.0.1 2012-08-09 12:11:14 +02:00
Peter Simons
33cd3511ac haskell-fast-logger: update to version 0.2.1 2012-08-09 12:11:14 +02:00
Peter Simons
626f0fa4c7 haskell-data-default: update to version 0.5.0 2012-08-09 12:11:14 +02:00
Peter Simons
82ad60c861 haskell-crypto-conduit: update to version 0.4.0 2012-08-09 12:11:14 +02:00
Peter Simons
106e21f216 haskell-conduit: update to version 0.5.2.3 2012-08-09 12:11:13 +02:00
Peter Simons
19a790ddb8 haskell-clientsession: update to version 0.8.0 2012-08-09 12:11:13 +02:00
Peter Simons
ae1cb6006c haskell-blaze-builder-conduit: update to version 0.5.0 2012-08-09 12:11:13 +02:00
Peter Simons
caa14bb60b haskell-authenticate: update to version 1.3.0.1 2012-08-09 12:11:13 +02:00
Peter Simons
f061cfe2f3 haskell-attoparsec-conduit: update to version 0.5.0 2012-08-09 12:11:13 +02:00
Peter Simons
63a87e38c6 haskell-HStringTemplate: update to version 0.6.9 2012-08-09 12:11:13 +02:00
Peter Simons
e0c204a940 haskell-hakyll: patch to allow building with latest version of 'hamlet' 2012-08-09 12:11:13 +02:00
Peter Simons
0979c3df69 haskell-snap: patch to allow building with latest version of 'clientsession' 2012-08-09 12:11:12 +02:00
Peter Simons
7aa98d2f5e haskell-monad-logger: add version 0.2.0 2012-08-09 12:11:12 +02:00
Peter Simons
b454e2e43e haskell-unix-time: add version 0.1.0 2012-08-09 12:11:12 +02:00
Michael Raskin
801dee4a36 SBCL: update to 1.0.58 2012-08-09 13:01:04 +04:00
Vladimír Čunát
54651b2662 Hunspell upgrade. 2012-08-07 16:38:26 +02:00
Peter Simons
3e2e746d5a haskell-shelly: update to version 0.14.0.1 2012-08-06 12:44:35 +02:00
Peter Simons
f020eac1ff haskell-multiplate: update to version 0.0.2 2012-08-06 12:44:35 +02:00
Peter Simons
b2eb3b886e haskell-irc: update to version 0.5.1.0 2012-08-06 12:44:35 +02:00
Peter Simons
f3ae30b8d6 haskell-accelerate-cuda: update to version 0.12.1.1 2012-08-06 12:44:35 +02:00
Alexander Foremny
97081611e2 Add package haskell-digestive-functors-heist
Generated by cabal2nix, builds locally.
2012-08-06 12:44:35 +02:00
Lluís Batlle i Rossell
6655bc783e go: patching it to get the nixos cacert bundle taken just fine 2012-08-05 20:50:54 +02:00
Peter Simons
705fbf2e8c bison: update to version 2.6.2 2012-08-04 13:00:44 +02:00
Lluís Batlle i Rossell
f682ff3521 gcc47: disabling parallel build if profiled bootstrap required
The gccinstall manual says that parallel building with a profiled
bootstrap is not supported. As we don't have much means of checking
if our profiled bootstrap with parallel build was good or bad, I
propose going to safe terrain.
2012-08-03 19:59:43 +02:00
Lluís Batlle i Rossell
592b980931 gccgo46: removing it. I set gccgo = gcc47
gccgo46 did not build for me, and maybe never built at all.
The same recipe, though, worked fine for gcc47. So let's go with gcc47.
2012-08-03 19:52:19 +02:00
Lluís Batlle i Rossell
a375ffa53f Adding gccgo for gcc4.7.
I tested hello world, and it works.
2012-08-03 19:49:53 +02:00
Peter Simons
58d1298c45 haskell-xml-types: update to version 0.3.3 2012-08-03 17:42:48 +02:00
Peter Simons
bb6b804fd1 haskell-void: update to version 0.5.7 2012-08-03 17:42:48 +02:00
Peter Simons
6dbbb861cc haskell-socks: update to version 0.4.2 2012-08-03 17:42:48 +02:00
Peter Simons
efbc72d31e haskell-shelly: update to version 0.13.4 2012-08-03 17:42:48 +02:00
Peter Simons
42b11c6474 haskell-instant-generics: update to version 0.3.5 2012-08-03 17:42:48 +02:00
Peter Simons
cbe1d3163d haskell-hmatrix: update to version 0.14.1.0 2012-08-03 17:42:47 +02:00
Peter Simons
6370084870 haskell-hastache: update to version 0.4.2 2012-08-03 17:42:47 +02:00
Peter Simons
de73ae1aac haskell-fclabels: update to version 1.1.4 2012-08-03 17:42:47 +02:00
Peter Simons
3ff06e92a2 haskell-derive: update to version 2.5.10 2012-08-03 17:42:47 +02:00
Peter Simons
ff7d63d2bf haskell-data-lens: update to version 2.10.2 2012-08-03 17:42:47 +02:00
Peter Simons
0a1ffe3dc9 haskell-cmdargs: update to version 0.9.6 2012-08-03 17:42:47 +02:00
Peter Simons
972f9dab8f haskell-certificate: update to version 1.2.4 2012-08-03 17:42:47 +02:00
Peter Simons
a1c1e671e2 haskell-Vec: update to version 1.0.1 2012-08-03 17:42:46 +02:00
Peter Simons
def966e7e7 haskell-Chart: update to version 0.16 2012-08-03 17:42:46 +02:00
Peter Simons
2dbe88630b haskell-AspectAG: update to version 0.3.6.1 2012-08-03 17:42:45 +02:00
Peter Simons
09cf14f73d Drop haskell-Shellac-{readline,haskeline}.
Both packages are broken with recent versions of the compiler and upstream
doesn't respond to e-mail.
2012-08-03 16:09:52 +02:00
Peter Simons
1e0b1b211b Merge pull request #74 from aforemny/haskell-snap
Haskell snap
2012-08-03 06:43:22 -07:00
Daniel Santa Cruz
51c95330b3 Extra libraries required for web dev with Snap
[shlevy]: Fixed missing .nix in haskell-packages.nix
2012-08-03 08:15:15 -04:00
Eelco Dolstra
866ed72060 libjpeg-turbo: Update to 1.2.1
CVE-2012-2806
2012-08-02 12:07:54 -04:00
Michael Raskin
901574fe8a Julia language: update to a fresh version
Update julia and some of its dependencies

Split PCRE because a lot of packages depend on it and I am not sure we
want to test them in a hurry (and Julia specifies exact version).
2012-08-02 17:48:36 +04:00
Lluís Batlle i Rossell
7954b01342 Adding gcc 4.7.1. 2012-08-02 12:53:30 +02:00
Alexander Foremny
8ea5b1aeaa Fix naming convention for haskell-packages.nix 2012-08-01 12:59:34 +02:00
Shea Levy
6c0b7103c9 Add sbc 2012-08-01 06:12:20 -04:00
Eelco Dolstra
bd8d7a8d15 Add some packages to the channel 2012-07-31 19:26:35 -04:00
Arie Middelkoop
26b4e2a286 compatibility fix of ocaml-extlib for ocaml 4.00.0. 2012-07-31 14:10:11 +02:00
Arie Middelkoop
2d09dbf8fc update of ocaml-makefile to version 6.37.0. 2012-07-31 14:09:49 +02:00
Arie Middelkoop
63be0ae2f7 patch of sexplib for compatibility with ocaml 4.00.0. 2012-07-31 14:09:40 +02:00
Arie Middelkoop
5bc99bc883 Adds Ocaml 4.00.0 (first attempt)
Bumps Findlib to 1.3.3 (required for ocaml 4.00)
2012-07-31 14:09:27 +02:00
Arie Middelkoop
2df1d646c8 frama-c: add version 20111001 2012-07-31 14:08:52 +02:00
Arie Middelkoop
7d70836580 ocamlgraph: update to 1.8.2
Also added the dependency on lablgtk, so that it builds the 'dgraph' module,
which is needed for packaging frama-c. This dependency can be made optional.
2012-07-31 14:08:48 +02:00
Peter Simons
248faf4726 perl-DB_File: update to version 1.826 2012-07-29 20:54:45 +02:00
Lluís Batlle i Rossell
e58b351734 go: updating to 1.0.2
I've only tried it in 386. We'll see if it works on amd64.
2012-07-29 17:24:19 +02:00
Peter Simons
b5e7975f59 Merge pull request #75 from aforemny/digestive-functors-snap
Digestive functors snap
2012-07-28 02:39:49 -07:00
Lluís Batlle i Rossell
c0832627c4 ocaml, unison: make them build on mips (native compilers)
I switch off the build of ocaml compilers to native code, and add
a 'passthru' that unison can use to see if it needs to call the native
or the bytecode compiler.
2012-07-27 22:43:40 +02:00
Lluís Batlle i Rossell
54146ea191 octave: updating to 3.6.2 (bugfix release)
I don't know what they fixed.
2012-07-27 16:11:31 +02:00
Alexander Foremny
a636d4b13a Add package haskell-digestive-functors-snap
Add dependency haskell-digestive-functors.
2012-07-27 06:23:28 +02:00
Mathijs Kwik
c0fda4da9b v8: depend on which during i686-linux build 2012-07-26 20:46:33 +02:00
Eelco Dolstra
1c307015dc DBD::Pg: update to 2.19.2
Fixes CVE-2012-1151.
2012-07-26 11:44:08 -04:00
Alexander Foremny
d987fedd43 Merge remote-tracking branch 'upstream/master' into haskell-snap
Conflicts:
	pkgs/development/libraries/haskell/comonad-transformers/default.nix
	pkgs/development/libraries/haskell/semigroupoids/default.nix
	pkgs/top-level/haskell-packages.nix
2012-07-26 12:27:59 +02:00
Alexander Foremny
932574a529 Add package haskell-snap and dependencies
comonad-1.1.1.6
comonad-3.0.0.1
configurator-0.2.0.0
contravariant-0.2.0.2
data-lens-2.10.1
data-lens-template-2.1.5
distributive-0.2.2
heist-0.8.1.1
semigroupoids-1.3.4
snap-0.9.1.1
xmlhtml-0.2.0.0
2012-07-26 12:17:26 +02:00
Peter Simons
da63b3d2e7 haskell-benchpress: update to version 0.2.2.6 2012-07-26 11:07:00 +02:00
Shea Levy
b0552eb9ca Add npm2nix 2012-07-25 18:11:57 -04:00
Shea Levy
c516517656 Add empty node-packages.nix using build-node-package.nix from npm2nix.
buildNodePackage is a function to build npm packages.

npm2nix (https://bitbucket.org/shlevy/npm2nix) can be used to generate subexpressions to go in node-packages.nix
2012-07-25 17:46:21 -04:00
Lluís Batlle i Rossell
beb64d1bea readline: picking more patches from upstream
I'm particularly interested in 003, which solves a copy-paste trouble I have
copying matrices into octave, having enabled fltk.
2012-07-25 18:14:52 +02:00
Shea Levy
3a37f47fd4 v8: build with gyp.
The scons build has been deprecated
2012-07-25 11:42:15 -04:00
Shea Levy
6a3ea47c4e node: Update to 0.8.3 2012-07-25 10:45:04 -04:00
Shea Levy
a9cd20e601 v8: Update to 3.11.10.15 2012-07-25 10:26:34 -04:00
Peter Simons
2302e45632 haskell-vector-space: update to version 0.8.2 2012-07-25 15:48:12 +02:00
Peter Simons
076d0635b3 haskell-tls: update to version 0.9.8 2012-07-25 15:48:12 +02:00
Peter Simons
99903896a8 haskell-snap: update to version 0.9.1.1 2012-07-25 15:48:11 +02:00
Peter Simons
6d7f1e10ad haskell-semigroupoids: update to version 3.0 2012-07-25 15:48:11 +02:00
Peter Simons
2cadf555b0 haskell-data-lens: update to version 2.10.1 2012-07-25 15:48:11 +02:00
Peter Simons
1d5c4851a0 haskell-comonad: update to version 3.0.0.1 2012-07-25 15:48:10 +02:00
Peter Simons
acd0cdbe72 haskell-comonad-transformers: update to version 3.0 2012-07-25 15:48:10 +02:00
Peter Simons
96fd0e446a haskell-HsOpenSSL: update to version 0.10.3.2 2012-07-25 15:48:10 +02:00
Alexander Foremny
d4d1f785db removed unofficial autoconf-2.67 from xbmc branch 2012-07-25 15:45:17 +02:00
Alexander Foremny
d6e12aa1f6 more progress on XBMC build 2012-07-25 15:43:34 +02:00
Eelco Dolstra
63b257e0e1 Revert "ffmpeg: Update to latest version 0.11.1."
This reverts commit c6a2a1f885.
2012-07-24 11:43:31 -04:00
Eelco Dolstra
bb8ac70291 Revert "ffmpeg: Add option to enable x11grab support."
This reverts commit 05831d3a66.
2012-07-24 11:43:30 -04:00