3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

7965 commits

Author SHA1 Message Date
Peter Simons ff960a5603 haskell-split: update to version 0.2.0.0 2012-08-23 17:42:12 +02:00
Peter Simons 776d748c5b haskell-postgresql-simple: update to version 0.2.4.0 2012-08-23 17:42:11 +02:00
Peter Simons 636db52af2 haskell-postgresql-libpq: update to version 0.8.2.1 2012-08-23 17:42:11 +02:00
Peter Simons a9a09e632a haskell-http-types: update to version 0.7.3 2012-08-23 17:42:11 +02:00
Peter Simons f3d1ddc21f haskell-glpk-hs: update to version 0.3.3 2012-08-23 17:42:11 +02:00
Peter Simons 87fdf726ca haskell-async: update to version 2.0.1.2 2012-08-23 17:42:11 +02:00
Peter Simons f3f58a8465 haskell-RepLib: update to version 0.5.3.1 2012-08-23 17:42:11 +02:00
Peter Simons 5318c4652c Patch overzealous dependency restrictions in Haskell packages. 2012-08-23 17:42:10 +02:00
Rob Vermaas 64a57c8f16 Merge branch 'master' of github.com:NixOS/nixpkgs 2012-08-23 11:22:53 +02:00
Rob Vermaas 7b5d312720 Add pstack, a wrapper script for gdb. Used to be part of gdb. 2012-08-23 11:22:06 +02:00
Lluís Batlle i Rossell 518c90d361 cscope: update to 15.8a 2012-08-23 10:15:27 +02:00
Sergey Mironov 222b6e21a5 gimp: revert broken gimp-2.6 dependencies 2012-08-23 03:09:19 +04:00
Shea Levy 270c7f2209 nodejs: Bump and backport fix to support ESPIPE 2012-08-22 18:54:47 -04:00
Ludovic Courtès a167fadc07 gnutls: Disable tests on FreeBSD. 2012-08-23 00:37:29 +02:00
Eelco Dolstra 2bc9508034 Prevent the JDK from appearing in the Nixpkgs channel 2012-08-22 15:43:19 -04:00
Eelco Dolstra 8020c37f55 Remove obsolete JDK versions
These are the JDK 5 on powerpc-linux (no longer a maintained Nixpkgs
platform), JDK 1.4 (required a manual download) and JDK 5 on Linux
(idem).
2012-08-22 15:43:19 -04:00
Shea Levy cdc0c13c00 buildNodePackage: Remove absolute path to source tarball to avoid runtime dependency 2012-08-22 15:35:00 -04:00
Andres Loeh 39cfbf6163 Set platforms for packages depending on CUDA to none. 2012-08-22 17:52:18 +02:00
Shea Levy 695ca8c498 node.js: Bump 2012-08-22 09:14:05 -04:00
Peter Simons 1f18f24387 gcc-4.7: download source code from a mirror instead of hard-coding the URL of the master site 2012-08-22 14:30:15 +02:00
aszlig 808108105d nss: Just delete files if includeTools is false.
Before, the entire directory was deleted and recreated, which fails if we want
to sign libraries (shlibsign is obviously deleted in that step as well), so we
delete everything but "nss-config" on postFixup.
2012-08-22 08:29:10 +02:00
aszlig c672997dc6 nss: Remove redundant nss-config.in.
This file is already contained in nss-3.12.5-gentoo-fixups.diff, so we don't
need to do all that cruft twice.
2012-08-22 08:29:10 +02:00
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
Eelco Dolstra 605f9bec52 Revert "ffmpeg: Add alsaLib to dependencies."
This reverts commit d9f08cf6f2.
2012-07-24 11:43:29 -04:00
Eelco Dolstra bf4c4d7a36 Revert "ffmpeg: Add optional Jack audio support."
This reverts commit fe42f8add9.
2012-07-24 11:43:24 -04:00
Florian Friesdorf 471a9615a2 fix mpich2 and mplayer 2012-07-24 14:17:45 +02:00
Peter Simons 65235ec558 Merge pull request #54 from aszlig/ffmpeg-x11grab
ffmpeg: Add option to enable x11grab support.
2012-07-23 11:22:09 -07:00
Peter Simons bef1738d0e Merge pull request #57 from dstcruz/snap
Haskell libraries required for Snap development
2012-07-23 11:18:43 -07:00
Eelco Dolstra 16d2d9acab php: Update to 5.3.15
Includes fixes for CVE-2012-2688 and CVE-2012-3365.
2012-07-23 13:46:50 -04:00
Lluís Batlle i Rossell 8686b20bec opencv: update from 2.4.1 to 2.4.2 2012-07-23 16:09:45 +02:00
Peter Simons 1e9adc147d haskell-tls: update to version 0.9.7 2012-07-23 11:56:21 +02:00
Peter Simons 176e44ab69 haskell-terminfo: update to version 0.3.2.4 2012-07-23 11:56:21 +02:00
Peter Simons 7ffb4c1471 haskell-shakespeare: update to version 1.0.1 2012-07-23 11:56:21 +02:00
Peter Simons 3c92eb2e66 haskell-shakespeare-text: update to version 1.0.0.3 2012-07-23 11:56:21 +02:00
Peter Simons 49a87bc72b haskell-shakespeare-js: update to version 1.0.0.4 2012-07-23 11:56:21 +02:00
Peter Simons 0909580c51 haskell-shakespeare-css: update to version 1.0.1.3 2012-07-23 11:56:21 +02:00
Peter Simons 17c2d161d8 haskell-process-extras: update to version 0.1.1 2012-07-23 11:56:21 +02:00
Peter Simons 4bfa404d75 haskell-directory-tree: update to version 0.10.1 2012-07-23 11:56:21 +02:00
Peter Simons f110ebe38e haskell-benchpress: update to version 0.2.2.5 2012-07-23 11:56:21 +02:00
Peter Simons 974fcebd7f haskell-AspectAG: update to version 0.3.5 2012-07-23 11:56:21 +02:00
Peter Simons b400d48a99 haskell-HUnit: update to version 1.2.5.1 2012-07-23 11:37:23 +02:00
Peter Simons 72e07c2940 bison: add version 2.6 2012-07-22 18:54:50 +02:00
Lluis Batlle d23b81b6ee libextractor: Fixing about videoSupport builtInputs.
I don't know how could I commit the weird lines I fix.
2012-07-22 10:28:04 +02:00
Lluís Batlle i Rossell a78098451e webkit-1.4: fix build (perl versions)
Setting perl 5.10 later on buildInputs so it detects this 5.10 perl instead of
the 5.14 that comes through some propagatedBuildInputs. I don't know what one.
2012-07-21 15:46:23 +02:00
Daniel Santa Cruz a2762b5254 Haskell libraries required for Snap development 2012-07-19 22:37:21 -04:00
Peter Simons 03d98589e2 haskell-cabal2nix: update to version 1.38 2012-07-19 12:18:40 +02:00
Cillian de Róiste fe42f8add9 ffmpeg: Add optional Jack audio support.
The author of this commit is @cillianderoiste because he made the patch and I'm
just committing it.

This change adds support for Jack audio "while we're at it", see discussion at
pull request #54.
2012-07-19 04:37:33 +02:00
aszlig d9f08cf6f2 ffmpeg: Add alsaLib to dependencies.
As @cillianderoiste pointed out, it makes sense to have this in, not only to
record audio while grabbing the display. This is not optional in this case, as
it isn't a compile time option either. And on the other hand, having ffmpeg
running with OSS doesn't appear reasonable to me, as ffmpeg will fall back to
OSS if alsa isn't available anyway.
2012-07-18 17:27:24 +02:00
Eelco Dolstra c101d6fd63 Fix Nixpkgs evaluation
http://hydra.nixos.org/build/2842914
2012-07-18 11:16:02 -04:00
Peter Simons bdc0530f93 Revert updates to srcloc, mainland-pretty, and language-c-quote to un-break accelerate-cuda. 2012-07-18 16:05:10 +02:00
Eelco Dolstra 5750566c2a Fix Pyrex build 2012-07-18 09:50:36 -04:00
Peter Simons 24f7a2b72b haskell-hslogger-template: update to version 2.0.1 2012-07-18 14:37:08 +02:00
Peter Simons 05952b2e37 haskell-Hipmunk: update to version 5.2.0.10 2012-07-18 14:37:07 +02:00
Peter Simons 5b0edeb003 haskell-HUnit: add version 1.2.5.0 2012-07-18 14:37:01 +02:00
aszlig 05831d3a66 ffmpeg: Add option to enable x11grab support.
This is especially useful if you want to do screencasts and other sorts of
things like that.
2012-07-18 14:33:26 +02:00
aszlig c6a2a1f885 ffmpeg: Update to latest version 0.11.1.
This is needed in order to enable x11grab, as it isn't included in 0.10.
2012-07-18 13:34:22 +02:00
Peter Simons b6325a7213 tbb: add version 4.0-u5 2012-07-18 12:44:37 +02:00
Peter Simons bf195b742e haskell-srcloc: update to version 0.2.0 2012-07-18 11:43:54 +02:00
Peter Simons 0ed4ac39b6 haskell-mainland-pretty: update to version 0.2.1 2012-07-18 11:43:53 +02:00
Peter Simons 11e260ec74 haskell-language-c-quote: update to version 0.4.0 2012-07-18 11:43:53 +02:00
Peter Simons f3aa348936 haskell-benchpress: fix build with modern versions of GHC 2012-07-18 11:43:53 +02:00
Peter Simons 884e91e9a7 Merge pull request #45 from 7c6f434c/texlive-2012
TeXLive: update to 2012 snapshot from Debian
2012-07-18 02:39:42 -07:00
Peter Simons 3c167d0340 Add meta.maintainer to Haskell packages. 2012-07-18 11:36:17 +02:00
Peter Simons 63d6e4fe2e Merge pull request #49 from dmalikov/master
Add haskell-lambdabot
2012-07-18 02:35:41 -07:00
Andres Loeh 83505f15b2 ghc-head: bump snapshot version 2012-07-18 11:02:00 +02:00
Andres Loeh c432af3932 Revert "haskell-language-c-quote: update to version 0.4.0"
This reverts commit 3be2d8d9cd.

Depends on recent version of mainland-pretty, which in turn depends on
srcloc-2 which in turns breaks accelerate-cuda.
2012-07-18 10:25:52 +02:00
Andres Loeh fe4677de2f Revert "haskell-mainland-pretty: update to version 0.2.1"
This reverts commit 8e85516e04.

This depends on srcloc-2, and srcloc-2 breaks accelerate-cuda.
2012-07-18 10:25:52 +02:00
Andres Loeh 001fb53524 Revert "haskell-srcloc: update to version 0.2.0"
This reverts commit ffbdd377f1.

Version 0.2.0 breaks accelerate-cuda, and doesn't seem to be required
or used in many other places, so I'll just revert.
2012-07-18 10:25:52 +02:00
Andres Loeh a6bf9b8bdf Add haskell-glpk-hs. 2012-07-18 10:25:52 +02:00
Dmitry Malikov 18c6e6c9d6 Bump lambdabot version 2012-07-18 08:56:41 +02:00
Dmitry Malikov c145369e3c Add haskell/dataInttrie 2012-07-18 08:48:34 +02:00
Dmitry Malikov 71be80e8e9 Some correctness 2012-07-18 08:48:34 +02:00
Dmitry Malikov d16ef6d182 Add haskell/unlambda 2012-07-18 08:48:34 +02:00
Dmitry Malikov 0e8b4cd7ad Add haskell/show 2012-07-18 08:48:34 +02:00
Dmitry Malikov f3319f0cf6 Add haskell/oeis 2012-07-18 08:48:34 +02:00
Dmitry Malikov 67e105efd0 Add haskell/numbers 2012-07-18 08:48:34 +02:00
Dmitry Malikov d972bae84f Add haskell/logict 2012-07-18 08:48:34 +02:00
Dmitry Malikov 0a5a20d365 Add haskell/lambdabot-utils 2012-07-18 08:48:33 +02:00
Dmitry Malikov 269f013d90 Add haskell-IOSpec 2012-07-18 08:48:33 +02:00
Dmitry Malikov 4c50696a1b Add haskell/data-memocombinators 2012-07-18 08:48:33 +02:00
Dmitry Malikov cac9051fbf Add brainfuck 2012-07-18 08:48:33 +02:00
Dmitry Malikov 5c12df46cf Add haskell-lambdabot 2012-07-18 08:48:33 +02:00
Peter Simons be22305ace haskell-BNFC: update to version 2.4.2.1 2012-07-17 22:50:29 +02:00
Peter Simons 0b0babffc5 Add meta.maintainer attribute to Haskell packages. 2012-07-16 11:36:56 +02:00
Peter Simons 36265e9c66 Merge pull request #5 from aszlig/xpra
New version of Xpra from the fork
2012-07-16 02:32:02 -07:00
Peter Simons 76c096e4ea haskell-hoogle: revert update to version 4.2.12
We need a current version of http-types for this update.
2012-07-16 11:22:51 +02:00
Peter Simons abad8b8873 haskell-hslogger: update to version 1.2.0 2012-07-16 11:21:30 +02:00
Peter Simons ffbdd377f1 haskell-srcloc: update to version 0.2.0 2012-07-16 11:21:30 +02:00
Peter Simons 932ee764a4 haskell-simple-sendfile: update to version 0.2.5 2012-07-16 11:21:30 +02:00
Peter Simons 8e85516e04 haskell-mainland-pretty: update to version 0.2.1 2012-07-16 11:21:30 +02:00
Peter Simons 3be2d8d9cd haskell-language-c-quote: update to version 0.4.0 2012-07-16 11:21:29 +02:00
Peter Simons 666a1aa727 haskell-hoogle: update to version 4.2.12 2012-07-16 11:21:29 +02:00
Peter Simons 3c090b3f29 haskell-gitit: patch to support current version of hslogger 2012-07-16 11:21:29 +02:00
Peter Simons e97fd3491a Merge pull request #50 from dstcruz/yesod
Packages needed for Yesod + Postgresql development
2012-07-16 01:19:49 -07:00
Daniel Santa Cruz 0d64ae8335 Packages needed for Yesod + Postgresql development 2012-07-15 14:40:58 -04:00
Peter Simons ed7a149f7d haskell-cpphs: update to version 1.14 2012-07-14 11:14:40 +02:00
Peter Simons f2d77b76d7 haskell-hlint: update to version 1.8.30 2012-07-14 11:14:40 +02:00
Peter Simons d4f99e2395 haskell-yesod-json: update to version 1.0.1.0 2012-07-14 11:14:40 +02:00
Peter Simons d5cbb3ce2c haskell-system-fileio: update to version 0.3.9 2012-07-14 11:14:40 +02:00
Peter Simons 58a5340112 haskell-symbol: update to version 0.1.3 2012-07-14 11:14:40 +02:00
Peter Simons 618a95a37b haskell-srcloc: update to version 0.1.2 2012-07-14 11:14:40 +02:00