Commit Graph

22006 Commits

Author SHA1 Message Date
Peter Simons 3d76661bd8 haskell-boomerang: add version 1.3.3 2012-11-03 11:53:34 +01:00
aszlig 2a58708d74
acpid: Update to version 2.0.17.
The reason behind this is because /proc/acpi/event has long been deprecated in
kernel 2.6.24 and is only there far backwards-compatibility reasons. New ACPI
events are delivered by either the input layer or the netlink interface.

As we no longer use kernels down to 2.6.24, I guess it's safe to make this
switch.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-11-02 23:56:13 +01:00
Eelco Dolstra 59a1d74ffb firefox: Fix hash 2012-11-01 14:56:43 +01:00
Peter Simons e2e1526884 haskell-timeplot: update to version 1.0.18 2012-11-01 10:09:26 +01:00
Peter Simons 2531a08ef9 haskell-splot: update to version 0.3.5 2012-11-01 10:09:26 +01:00
Peter Simons 78a308f6f5 haskell-BNFC-meta: update to version 0.4.0.1 2012-11-01 10:09:26 +01:00
Peter Simons 6293ad0307 haskell-warp: update to version 1.3.4.2 2012-11-01 10:09:25 +01:00
Peter Simons 8cdcbc91e2 haskell-wai-app-static: update to version 1.3.0.3 2012-11-01 10:09:25 +01:00
Peter Simons 7be8dc38a1 haskell-vector-space: update to version 0.8.4 2012-11-01 10:09:25 +01:00
Peter Simons b74182cb9b haskell-unlambda: update to version 0.1.3 2012-11-01 10:09:25 +01:00
Peter Simons fa6807fa2a haskell-tls: update to version 1.0.1 2012-11-01 10:09:25 +01:00
Peter Simons 54a881f122 haskell-stylish-haskell: update to version 0.5.3.0 2012-11-01 10:09:25 +01:00
Peter Simons 0d61261b4c haskell-shelly: update to version 0.14.2.2 2012-11-01 10:09:24 +01:00
Peter Simons 659895febd haskell-sendfile: update to version 0.7.8 2012-11-01 10:09:24 +01:00
Peter Simons b7b8313c97 haskell-reactive-banana: update to version 0.7.1.0 2012-11-01 10:09:24 +01:00
Peter Simons 17ddc48e1b haskell-reactive-banana-wx: update to version 0.7.1.0 2012-11-01 10:09:24 +01:00
Peter Simons cada9e93e0 haskell-lrucache: update to version 1.1.1.1 2012-11-01 10:09:24 +01:00
Peter Simons 1eac54a4f7 haskell-http-conduit: update to version 1.8.2 2012-11-01 10:09:24 +01:00
Peter Simons 23604072cf haskell-hinotify: update to version 0.3.3 2012-11-01 10:09:23 +01:00
Peter Simons 6d8235b7aa haskell-hakyll: update to version 3.5.0.0 2012-11-01 10:09:23 +01:00
Peter Simons 00dedcba80 haskell-ghc-mod: update to version 1.11.2 2012-11-01 10:09:23 +01:00
Peter Simons c25f23d3e1 haskell-generic-deriving: update to version 1.3.1 2012-11-01 10:09:23 +01:00
Peter Simons 4b6aa99d43 haskell-cryptohash: update to version 0.7.6 2012-11-01 10:09:23 +01:00
Peter Simons 3b1a14fc4b haskell-citeproc-hs: update to version 0.3.6 2012-11-01 10:09:23 +01:00
Peter Simons 71de088cd5 haskell-c2hs: update to version 0.16.4 2012-11-01 10:09:22 +01:00
Peter Simons 9d4aa6a6be haskell-idris: update to version 0.9.5.1 2012-11-01 10:09:22 +01:00
Peter Simons f51d329343 haskell-hexpat: add version 0.20.2 2012-11-01 10:09:22 +01:00
Peter Simons 3f50c02496 haskell-List: add version 0.4.4 2012-11-01 10:09:18 +01:00
Eelco Dolstra 5896f13961 thunderbird: Update to 16.0.2 2012-10-31 17:16:01 +01:00
Eelco Dolstra df5cca471e nss: Update to 3.14 2012-10-31 14:04:58 +01:00
Eelco Dolstra db6abc4569 nspr: Update to 4.9.3 2012-10-31 13:49:25 +01:00
Eelco Dolstra 1d384b0fe0 linux: Update to 3.2.33 2012-10-31 13:48:04 +01:00
Eelco Dolstra 7a4e0c6b96 firefox: Update to 16.0.2 2012-10-31 13:46:51 +01:00
Eelco Dolstra 094c1fd108 systemd: Fix a systemd crash when doing "systemctl list-unit-files" 2012-10-31 13:46:51 +01:00
Eelco Dolstra ccd44e84c8 Add a stdenv adapter ‘keepDebugInfo’ to make a debug build
This adapter causes the resulting binaries to have debug info and no
optimisations.  Example use (in all-packages.nix):

  foo = callPackage ./foo.nix {
    stdenv = keepDebugInfo stdenv;
  };
2012-10-31 13:46:51 +01:00
Mathijs Kwik 0dd3996ab4 node-packages: upgrade coffee-script to 1.4.0
I'm not sure yet how to handle these upgrades.
Should we keep the old version around?
Should we only keep it around if other pkgs in nixpkgs depend on it?

Probably people develop their own projects (that are not in nixpkgs)
on top of these and we don't want to break these.

For now, I think it's best just to keep old versions around, but
update the (unversioned) link to the latest.

External projects should then depend on explicit version numbers if
they don't want stuff to break.

If a certain package has +5 versions in nixpkgs, we can clear out the
unuseful ones.
2012-10-31 08:39:05 +01:00
Cyril Roelandt 4b3d29003e smatch: add dependency on Perl
Signed-off-by: Cyril Roelandt <tipecaml@gmail.com>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2012-10-30 17:15:26 +01:00
Ludovic Courtès d1202f702b smatch: install files in the right place 2012-10-30 15:07:35 +01:00
Michael Raskin 8775cb95ba Update/fix PuTTY 2012-10-30 12:49:43 +04:00
Andres Loeh 4c5b56d212 Add cabal-dev. 2012-10-30 09:03:53 +01:00
Michael Raskin 472c5a5d77 Update Bluez/Obex 2012-10-29 23:56:26 +04:00
Michael Raskin 52d68190db Update Pidgin 2012-10-29 14:27:31 +04:00
Shea Levy 9f221073c2 Linux 3.6.4 2012-10-28 22:13:59 -04:00
Shea Levy 1da5d34957 Linux 3.4.16 2012-10-28 22:09:25 -04:00
Shea Levy d843ec6b28 Linux 3.0.49 2012-10-28 22:05:33 -04:00
Peter Simons aafa00ef5e Merge pull request #177 from qknight/spring_91
updated spring from 88 to 91 and downgraded the boost library
2012-10-28 13:16:58 -07:00
Peter Simons 85145941fa kicad: update homepage URL 2012-10-28 17:27:30 +01:00
Peter Simons 29035e15a4 ng-spice-rework: update to version 24 2012-10-28 17:27:13 +01:00
Rob Vermaas b0cafe41ce Merge pull request #156 from ecarreras/eclipse_icon
Put eclipse icon into share/pixmaps
2012-10-28 07:06:18 -07:00
Joachim Schiele 49f2fef481 updated spring from 88 to 91 and downgraded the boost library which spring uses from default to 1.49 as the
more recent boost version results in a build issue at about 30%
2012-10-28 13:43:15 +00:00
Mathijs Kwik 11228a3834 node-packages: add "escape-html" 2012-10-27 13:06:53 +02:00
Mathijs Kwik 4afe7286c3 node.js: upgrade to v0.8.12 2012-10-27 13:06:53 +02:00
Eelco Dolstra 0efbc7d3bf dnsmasq: Update to 2.63 2012-10-26 16:23:30 +02:00
Eelco Dolstra 620e3a1516 php: Update to 5.3.18 2012-10-26 16:23:30 +02:00
Eelco Dolstra b40c41b7e3 zabbix: Update to 1.8.15 2012-10-26 16:23:30 +02:00
Rob Vermaas d72ee9c961 Added sysbench 0.4.12 2012-10-26 14:45:16 +02:00
James Cook 01d749f0aa Rolled back xf86-video-ati to 6.14.4.
6.14.6 requires a newer version of libdrm, which in turn requires a newer
version of mesa.  I cheated and edited the generated default.nix file instead of
re-generating it, since generate-expr-from-tarballs.pl complained of a collision
between two tarballs providing different versions of xorg-server.
2012-10-26 14:03:07 +02:00
Michael Raskin 5e071cd74d OK, this version definitely builds both ways 2012-10-26 13:19:54 +04:00
Peter Simons 27cdf7af77 hadoop: update to version 2.0.2-alpha 2012-10-26 11:10:13 +02:00
Eelco Dolstra 0f8345a7f2 Small cleanup 2012-10-26 11:08:29 +02:00
Eelco Dolstra 7268c1c008 nvidia-x11: Update to 304.60 2012-10-26 11:08:29 +02:00
Peter Simons 7ffcf39ad6 haskell-timeplot: update to version 1.0.14 2012-10-26 11:04:36 +02:00
Peter Simons c7d12cdd90 haskell-shelly: update to version 0.14.2.1 2012-10-26 11:04:36 +02:00
Peter Simons 8695749668 haskell-mongoDB: update to version 1.3.1 2012-10-26 11:04:36 +02:00
Peter Simons cf9b80082b haskell-digestive-functors: update to version 0.5.0.4 2012-10-26 11:04:35 +02:00
Peter Simons d1b848f3e5 haskell-digestive-functors-snap: update to version 0.5.0.2 2012-10-26 11:04:35 +02:00
Peter Simons 5df99f8838 haskell-dbus: update to version 0.10.3 2012-10-26 11:04:35 +02:00
Peter Simons 3bd4fc8848 haskell-certificate: update to version 1.3.1 2012-10-26 11:04:35 +02:00
Peter Simons 978c16a0ea haskell-JuicyPixels: update to version 2.0.2 2012-10-26 11:04:35 +02:00
Peter Simons 1c1f3962d3 cabal-install: update to version 1.16.0.1 2012-10-26 11:04:35 +02:00
Peter Simons ac254165b1 haskell-Cabal: update to version 1.16.0.2 2012-10-26 11:04:35 +02:00
Peter Simons 263ca3e886 jbidwatcher: update to version 2.5.2 2012-10-26 10:35:07 +02:00
Peter Simons df29700178 esniper: update to version 2.28.0 2012-10-26 10:32:23 +02:00
Peter Simons c0b393866f curl: update to version 7.28.0 2012-10-26 10:32:04 +02:00
Michael Raskin e7493370bd Account for difference between JRE and JDK in build 2012-10-26 12:11:00 +04:00
Michael Raskin e862c150f0 Trying to fix OpenJDK build 2012-10-26 11:06:25 +04:00
Shea Levy a234280340 openjdk: Create a cacerts file from pkgs.cacerts 2012-10-25 23:33:09 -04:00
Lluís Batlle i Rossell 9b973e02e1 The loongson2f bootstrap files were already at nixos.org.
I make the nix expression point to them.
2012-10-25 23:22:41 +02:00
Lluís Batlle i Rossell 2ac4ad0c9c Setting the loongson2f bootstrap tools in a public place.
It'd be nice having this in nixos.org though.
2012-10-25 23:16:32 +02:00
David Guibert 4f31337f07 fix mount/umount into libzfs 2012-10-25 22:24:33 +02:00
Shea Levy 989a9f8636 perlPackages.NetSMTPTLS 2012-10-25 10:33:23 -04:00
Rob Vermaas 56957e27cc update boto to 2.6.0 2012-10-25 10:55:22 +02:00
Rickard Nilsson 9c0459972f Revert "gnum4: Disable tests for ARM."
This reverts commit b63305721d.

gnum4 builds fine on Sheevaplug for me now. I consider my previous
failure a glitch, since I'm not sure how my stdenv looked at that
time. Sorry for the noise.
2012-10-25 10:03:53 +02:00
Andres Loeh d900694b3d Update to Haskell Platform 2012.4.0.0 RC2. 2012-10-25 09:59:18 +02:00
Marc Weber 8dfa0a361f source of gupnp-igd is gone, too, use ubuntu source (launchpad) - same hash 2012-10-25 06:52:43 +02:00
Marc Weber ca5077f03f 2.6-2 moved to 2.6-3, so patches were not found
Maybe some new important patches can be found here?
http://patch-tracker.debian.org/package/plotutils/2.6-3

upstream source didn't change
2012-10-25 06:07:39 +02:00
Michael Raskin b2d0900e6e Update SBCL to 1.1.0 2012-10-24 23:09:29 +04:00
Peter Simons 59d7e94145 gprolog: disable parallel building to (hopefully) fix the weird error that occurred on Hydra 2012-10-24 20:30:04 +02:00
Peter Simons b170bb0bf0 gprolog: update to version 1.4.1 2012-10-24 18:28:36 +02:00
Peter Simons 7b0d9ecdd5 haskell-zeromq3-haskell: add version 0.1.4 2012-10-24 18:17:42 +02:00
Peter Simons e810a42b84 zeromq: add version 3.x 2012-10-24 18:17:27 +02:00
Peter Simons f54cc84aec haskell-hlint: update to version 1.8.33 2012-10-24 18:06:11 +02:00
Peter Simons 67952094e4 haskell-yst: update to version 0.3.0.1 2012-10-24 18:06:11 +02:00
Peter Simons 3349b40b3f haskell-yesod-auth: update to version 1.1.1.4 2012-10-24 18:06:11 +02:00
Peter Simons e3be6f55e5 haskell-tls: update to version 1.0.0 2012-10-24 18:06:11 +02:00
Peter Simons 741467beb3 haskell-tls-extra: update to version 0.5.0 2012-10-24 18:06:11 +02:00
Peter Simons 4ba13cae2b haskell-http-conduit: update to version 1.8.1 2012-10-24 18:06:11 +02:00
Peter Simons 42d80326d4 haskell-certificate: update to version 1.3.0 2012-10-24 18:06:11 +02:00
Peter Simons 6b1e437b13 haskell-authenticate: update to version 1.3.2 2012-10-24 18:06:11 +02:00
Peter Simons ee1ce2bff2 haskell-HStringTemplate: update to version 0.6.12 2012-10-24 18:06:11 +02:00
Peter Simons 2cf39231f9 Merge pull request #173 from aforemny/haskell-ListZipper
Add package haskell-ListZipper-1.2.0.2
2012-10-24 08:45:55 -07:00
Peter Simons d48aea2118 Fix haskellPackackages_ghc742_pedantic package set, which was broken by an earlier commit. 2012-10-24 16:43:26 +02:00
David Guibert b963624867 update git to 1.8.0 2012-10-24 16:33:42 +02:00
Alexander Foremny 7cc6e0b379 Merge remote-tracking branch 'upstream/master' into haskell-ListZipper 2012-10-24 13:25:53 +02:00
Alexander Foremny 86eddda712 Add haskell-ListZipper-1.2.0.2 2012-10-24 13:25:18 +02:00
Peter Simons 2c8fe797ef Agda no longer depends on haskeline 0.6.x. 2012-10-24 12:14:26 +02:00
Peter Simons bce624c25c hledger no longer depends on haskeline 0.6.x. 2012-10-24 12:13:04 +02:00
Vladimír Čunát 1dac30b689 Merge pull request #140 from MarcWeber/fixes/ati-proprietary
making ati dirvers compile again
2012-10-23 11:54:56 -07:00
Vladimír Čunát 73369e1e96 Merge pull request #170 from ecarreras/fix-xfce-gigolo
Fix waf env python to ${python}/bin/python
2012-10-23 11:19:36 -07:00
Peter Simons f2b9fcdc66 asciidoc: update to version 8.6.8 2012-10-23 19:48:51 +02:00
Peter Simons e5a68f8a67 Merge pull request #157 from ecarreras/virtualbox-icons
Make virtualbox icons available
2012-10-23 10:42:28 -07:00
Eduard Carreras 4be6b18fdf Fix waf env python to ${python}/bin/python 2012-10-23 19:40:46 +02:00
Peter Simons 74ea0584f2 Merge pull request #168 from aforemny/haskell-lambdacube-engine
Add package haskell-lambdacube-engine-0.2.4
2012-10-23 10:37:29 -07:00
Peter Simons 57a008fdac Merge pull request #169 from aforemny/haskell-elerea
Add haskell-elerea-2.7.0.2
2012-10-23 10:37:07 -07:00
Peter Simons 40c142201d haskell-hlint: update to version 1.8.32 2012-10-23 18:29:59 +02:00
Peter Simons 5ff29b0e3d haskell-yst: update to version 0.3 2012-10-23 18:29:59 +02:00
Peter Simons 0752f18e70 haskell-yesod-auth: update to version 1.1.1.3 2012-10-23 18:29:59 +02:00
Peter Simons d0a08b93ff haskell-vty: update to version 4.7.0.18 2012-10-23 18:29:59 +02:00
Peter Simons 466f1f185c haskell-unlambda: update to version 0.1.2 2012-10-23 18:29:59 +02:00
Peter Simons 6e4939ad7c haskell-silently: update to version 1.2.4 2012-10-23 18:29:59 +02:00
Peter Simons 9d5d111e6e haskell-sendfile: update to version 0.7.7 2012-10-23 18:29:59 +02:00
Peter Simons c278b67c2c haskell-pandoc: update to version 1.9.4.5 2012-10-23 18:29:59 +02:00
Peter Simons 800d44eb9a haskell-network-transport-tcp: update to version 0.3.1 2012-10-23 18:29:59 +02:00
Peter Simons cbca9f8766 haskell-language-javascript: update to version 0.5.7 2012-10-23 18:29:59 +02:00
Peter Simons e6f9b990ae haskell-hledger: update to version 0.19 2012-10-23 18:29:59 +02:00
Peter Simons 03b44b6790 haskell-hledger-lib: update to version 0.19 2012-10-23 18:29:59 +02:00
Peter Simons 4262eec106 haskell-happstack-hamlet: update to version 7.0.2 2012-10-23 18:29:58 +02:00
Peter Simons bf84037a65 haskell-ghc-mod: update to version 1.11.1 2012-10-23 18:29:58 +02:00
Peter Simons dfdbb69fdd haskell-filestore: update to version 0.5.0.1 2012-10-23 18:29:58 +02:00
Peter Simons 84aa9df309 haskell-distributed-process: update to version 0.4.0.2 2012-10-23 18:29:58 +02:00
Peter Simons 7f6f2cb977 haskell-distributed-process-simplelocalnet: update to version 0.2.0.7 2012-10-23 18:29:58 +02:00
Peter Simons 22bc23464f haskell-authenticate: update to version 1.3.1.2 2012-10-23 18:29:58 +02:00
Peter Simons 1301e91a44 haskell-Stream: update to version 0.4.6.1 2012-10-23 18:29:58 +02:00
Peter Simons 0bd2f95a31 haskell-xmonad-extras: update to version 0.10.1.2 2012-10-23 18:29:58 +02:00
Peter Simons 6702643f73 haskell-packages.nix: fix spelling of the attribute name for the HDBC-sqlite3 package 2012-10-23 18:14:11 +02:00
Peter Simons 7d2b61bcb3 haskell-HTTP: update to version 4000.2.6 2012-10-23 18:14:11 +02:00
Peter Simons 41ade95c30 haskell-async: update to version 2.0.1.4 2012-10-23 18:14:11 +02:00
Eelco Dolstra 56cee6fe5c Make Firefox 16 the default 2012-10-23 15:35:48 +02:00
Eelco Dolstra 8b9f3e9de4 systemd: Update to 195 2012-10-23 13:51:13 +02:00
Ludovic Courtès b91a3927e6 libxml2: FreeBSD: add explicit dependency on XZ 2012-10-23 09:02:52 +02:00
aszlig 737eff7166
chromium: Update beta and dev releases.
beta: 23.0.1271.26 -> 23.0.1271.40
dev: 24.0.1284.2 -> 24.0.1297.0

Both are building successful and the BPF seccomp sandbox fix has been dropped as
it has finally been applied upstream.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-23 06:08:01 +02:00
Michael Raskin 9085403eb2 Let old WebKit build by silencing some borderline-errors 2012-10-23 01:06:33 +04:00
Alexander Foremny a0e8e99150 Add haskell-elerea-2.7.0.2 2012-10-22 20:22:56 +02:00
Vladimír Čunát dd1867ce73 Merge pull request #150 from ecarreras/fix-xfce4-panel-plugins
Fix xfce4 panel plugins
2012-10-22 11:06:58 -07:00
aszlig 78342bde93
virtualbox-guest: Update to version 4.2.2.
This should fix a few issues with charon and VMs crashing starting at an amount
of at least 4 running VMs in parallel.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-22 19:57:36 +02:00
aszlig 19bffad329
virtualbox: Update to version 4.2.2.
This time, we need to patch, because the upstream tarball got messed up
somehow[TM]. You can find some details about the issue here:

https://www.virtualbox.org/pipermail/vbox-dev/2012-October/005408.html

Our patch is removing the language file, as it seems that even in SVN trunk it
isn't available anymore. So, let's hope we can remove this patch in the next
upstream release.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-22 19:57:35 +02:00
Rickard Nilsson 2c0ff9bf9b Remove deprecated option --ephemeral from fetchdarcs 2012-10-22 15:02:33 +02:00
Alexander Foremny 540966025d Add package haskell-lambdacube-engine-0.2.4
Add package haskell-lambdacube-engine-0.2.4 and haskell-vect-0.4.7.
2012-10-22 14:39:24 +02:00
aszlig 5e2e5411c9
google-talk-plugin: Update to version 3.9.1.0.
Version 3.6.1.0 is no longer available at the upstream site, so we won't break
anything with this update.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-22 06:47:22 +02:00
Shea Levy 125f6a02a4 Linux 3.6.3 2012-10-21 22:40:13 -04:00
Shea Levy e71103deef Linux 3.4.15 2012-10-21 22:38:53 -04:00
Shea Levy c01c02a74b Linux 3.0.47 2012-10-21 22:36:33 -04:00
aszlig 6dd94d680a
Merge minor updates from jcumming.
This merges branches 'libarchive.121020', 'gphoto2.121020' and 'ncmpcpp.121020'
of git://github.com/jcumming/nixpkgs.

Octopus merge of @jcumming's minor updates, apart flrom updating the version, a
few other changes were made to these packages as well:

 * libarchive: Now depends on xz.
 * libgphoto: License changed to LGPL 2.1 plus.

And he did an overhaul of some of the meta blocks as well.

Changes during this merge:

 * Inline and reword stray comment into meta tag in
   1db34880d7 (libgphoto).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-21 12:26:29 +02:00
Jack Cummings d8006ae368 - libarchive-3.0.4 2012-10-20 22:17:14 -07:00
Jack Cummings 1db34880d7 - gphoto2-2.4.14, libgphoto2-2.4.14 2012-10-20 21:59:25 -07:00
Jack Cummings fe6d7bc907 - ncmpcpp 0.5.10 2012-10-20 21:32:25 -07:00
Russell O'Connor 006af75c17 Merge branch 'master' of github.com:NixOS/nixpkgs 2012-10-21 03:04:22 +02:00
Russell O'Connor f5c346d556 Add tarsnap package. 2012-10-21 03:03:13 +02:00
Peter Simons 00d03f2f50 ipsec-tools: add version 0.8.0 2012-10-20 13:06:09 +02:00
Peter Simons 094cbf9b4d Move lxc from "applications/virtualization" to "os-specific/linux". 2012-10-20 12:36:44 +02:00
Peter Simons 04d13e193e lxc: fix documentation build and make version 0.8.0-rc2 the default 2012-10-20 12:11:09 +02:00
Lluís Batlle i Rossell c91bb2ed64 freetype: making it crossbuild fine for mips.
I think at some point the unwrapped build system gcc got into the PATH,
and that breaks some cross-builds, because the configure scripts now
choose the unwrapped gcc instead of the wrapped.
I'll search when it happened and how to overcome this better.
2012-10-20 10:53:22 +02:00
Lluís Batlle i Rossell 35a3fc060a alsalib: update + more urls.
I can't connect to the main ftp url of alsaproject, then
I add a mirror I quickily found by web search.
2012-10-20 10:53:21 +02:00
Shea Levy c93786bc7e nodePackages.buffertools 2012-10-19 16:21:24 -04:00
Eduard Carreras 76d8f6b7be VLC: update to v2.0.4 2012-10-19 18:57:19 +02:00
Ludovic Courtès c8d9220257 cairo: pass `libiconvOrEmpty'; fixes builds on non-GNU system 2012-10-19 14:10:24 +02:00
Ludovic Courtès 6f21c88ffc gnutls: update to 3.1.3 2012-10-19 14:10:24 +02:00
Ludovic Courtès 1189d3fb2a nettle: update to 2.5. 2012-10-19 14:10:24 +02:00
Michael Raskin 47d3d58ec6 Fix xwd build 2012-10-19 13:50:02 +04:00
Peter Simons 118a5cf540 haskell-silently: update to version 1.2.3 2012-10-19 10:38:46 +02:00
Peter Simons 5741294501 haskell-DSH: update to version 0.8.2.2 2012-10-19 10:38:46 +02:00
Peter Simons a29717f41f stellarium: update to version 0.11.4 2012-10-19 10:19:41 +02:00
Peter Simons 24ec840736 wxmaxima: update to version 12.09.0 2012-10-19 10:12:31 +02:00
Peter Simons 5c59edb8f4 maxima: update to version 5.28.0 2012-10-19 10:12:31 +02:00
Peter Simons 58f3e47166 git: update to version 1.7.12.4 2012-10-19 10:08:07 +02:00
Rickard Nilsson ae573d8501 skype: Fix syntax error in .desktop-file 2012-10-19 09:53:06 +02:00
Michael Raskin 0e930058ae Update TigerVNC to SVN checkout that at least builds.. 2012-10-18 20:49:22 +04:00
Eelco Dolstra 76c010b928 linux: Update to 3.2.32 2012-10-18 12:22:17 -04:00
Ludovic Courtès bf08f68ccb blas: really fix installation on FreeBSD 2012-10-18 17:35:00 +02:00
Eelco Dolstra 2947f91371 nvidia-x11: Update to 304.51 2012-10-18 10:10:49 -04:00
Mathijs Kwik e0e00a86cb node-packages
- add     async-0.1.22
- add     wu-0.1.8
- upgrade mongodb-1.1.11
- upgrade bson-0.1.5
- upgrade underscore-1.4.2
2012-10-18 15:23:56 +02:00
Rickard Nilsson a25a84ff86 jackaudio: Add extra download URL. Main site seems down. 2012-10-18 14:17:21 +02:00
Peter Simons a8b903c849 haskell-zip-archive: update to version 0.1.2.1 2012-10-18 14:16:47 +02:00
Peter Simons fcc014e13e haskell-shelly: update to version 0.14.2 2012-10-18 14:16:47 +02:00
Peter Simons b15bc6df90 haskell-network-info: update to version 0.2.0.3 2012-10-18 14:16:47 +02:00
Peter Simons d51ef5ab35 haskell-monadcryptorandom: update to version 0.5 2012-10-18 14:16:47 +02:00
Peter Simons 49229ee47e haskell-dbus: update to version 0.10.2 2012-10-18 14:16:47 +02:00
Peter Simons 94827f5b5d haskell-conduit: update to version 0.5.2.7 2012-10-18 14:16:47 +02:00
Peter Simons 609b1b01c3 haskell-DSH: update to version 0.8.2.1 2012-10-18 14:16:46 +02:00
Peter Simons 278601befb Merge pull request #154 from ecarreras/synergy-foss
Synergy foss
2012-10-18 03:18:40 -07:00
Ludovic Courtès 223b285776 cairo: clear all occurrences of `-ldl' on FreeBSD 2012-10-18 12:13:07 +02:00
Ludovic Courtès fa7f30bf5e glib: disable the NeXTstep on Darwin 2012-10-18 11:12:35 +02:00
Ludovic Courtès b9982a7d11 cairo: fix FreeBSD builds 2012-10-18 10:53:05 +02:00
Ludovic Courtès dc3fafe06d blas: `install -d' on FreeBSD 2012-10-18 10:21:24 +02:00
Marc Weber b18be4e5e5 adding csound 2012-10-18 06:24:32 +02:00
Michael Raskin 070f38d48d Update pqiv 2012-10-18 00:34:09 +04:00
Michael Raskin 3d2e43df37 Update sgt-puzzles 2012-10-18 00:21:42 +04:00
Lluís Batlle i Rossell 57dcac2d2a nvidia-legacy-173: updating to build with linux 3.6 2012-10-17 22:08:31 +02:00
Michael Raskin 2867563496 Adding a RC version of LinuX Containers 2012-10-17 23:16:42 +04:00
Michael Raskin 640a13c04c Update Psi 2012-10-17 22:59:41 +04:00
Michael Raskin 3b01ff4591 Update Wireshark 2012-10-17 22:45:54 +04:00
Michael Raskin cdb8f0dfe4 Update Lazarus 2012-10-17 22:24:39 +04:00
Eelco Dolstra f7436a9141 Merge remote-tracking branch 'origin/master' into x-updates 2012-10-17 12:07:03 -04:00
aszlig 0b592ce677
apache-httpd/2.4: Add modules for NixOS service.
The NixOS service module loads those modules by default. So we need to build
them here as well.

I'm not really sure why these modules are included by default, because (except
from maybe CGI) they obviously are only usable in very rare cases. Am I wrong?

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-17 15:56:08 +02:00
aszlig 2f3dcb9dd2
apache-httpd/2.4: Fix libxml2 support.
The reason because the configure script is unnable to find libxml2 is because it
is searching for a header file in `libxml/*.h`. Obviously this cases an error,
because it's actually in `${libxml2}/include/libxml2/libxml/*.h`, so let's add
the parent directory to --with-libxml2 and remove the comment from buildInputs.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-17 15:56:07 +02:00
Michael Raskin 07f44ad945 Update Wine 2012-10-17 17:22:32 +04:00
Michael Raskin cdd51e2730 Update Squid 3.2 to the latest 3.2.2 version 2012-10-17 16:44:26 +04:00
Michael Raskin 8eec7bf2f6 Updating BIND to freshest version 9.9.2 2012-10-17 16:27:38 +04:00
Eduard Carreras 9acffb949d Change copy file to symbolic link 2012-10-17 14:16:23 +02:00
Eduard Carreras febe086bba Changing copy files to symbolic links to them 2012-10-17 14:11:08 +02:00
Michael Raskin df2975f928 Update ECL to 12.7.1 2012-10-17 15:22:43 +04:00
Michael Raskin 3f0c47091c Update Clozure Common Lisp to version 1.8 2012-10-17 11:09:44 +04:00
Eelco Dolstra ae7044a001 nix: Update to 1.2pre2950_ac238d6 2012-10-16 17:11:54 -04:00
Eduard Carreras 28181c15e8 Make virtualbox icons available 2012-10-16 19:35:59 +02:00
Peter Simons 9b302e1518 Merge branch 'master' into x-updates 2012-10-16 19:10:46 +02:00
Peter Simons 347b5800b2 grub-2.0: strip trailing whitespace 2012-10-16 19:10:16 +02:00
Peter Simons 06bdd77d3d grub-2.0: fix bash completion script 2012-10-16 19:10:11 +02:00
Eduard Carreras d22e3a02fd Put eclipse icon into share/pixmaps 2012-10-16 18:38:53 +02:00
Peter Simons 82e94ccbeb Merge branch 'master' into x-updates 2012-10-16 18:27:27 +02:00
Peter Simons 31b7510e22 bash-completion: remove NixOS-specific patch
The new bash-completion support in NixOS doesn't require this patch anymore.
Besides, the patch was insufficient for most purposes anyway: Bash completion
modules are spread out over all user profiles listed in $NIX_PROFILES (plus the
current-system profile), so getting full support for all installed modules
requires support for more than one "bash_completion.d" directory anyway.
2012-10-16 18:26:02 +02:00
Eelco Dolstra dbfcc9336c cairo: Update to 1.12.4 2012-10-16 12:00:41 -04:00
Eelco Dolstra fae22cb3e9 libpng: Update to 1.5.13 2012-10-16 11:56:31 -04:00
Eelco Dolstra 36b4ab4163 Fix building libxml2 on non-Linux platforms 2012-10-16 11:50:35 -04:00
Peter Simons 5679ad6964 haskell-language-javascript: update to version 0.5.6 2012-10-16 12:18:33 +02:00
Peter Simons 5984182d03 haskell-language-c-quote: update to version 0.4.3 2012-10-16 12:18:33 +02:00
Peter Simons 4fd9c94e0a haskell-hxt: update to version 9.3.1.1 2012-10-16 12:18:33 +02:00
Peter Simons 41d4bf099c haskell-digestive-functors: update to version 0.5.0.3 2012-10-16 12:18:32 +02:00
Peter Simons eb89801acf haskell-digestive-functors-snap: update to version 0.5.0.1 2012-10-16 12:18:32 +02:00
Eelco Dolstra dee64b4c2c Work around timeouts after creating a LUKS device 2012-10-15 15:36:52 -04:00
Eelco Dolstra 3aae32372a Work around some crazy race condition in devicemapper device creation 2012-10-15 14:46:15 -04:00
Peter Simons a13346961f haskell-cabal2nix: update to version 1.40 2012-10-15 20:23:43 +02:00
Peter Simons c90a15a604 git-annex: update to version 3.20121010 2012-10-15 20:17:33 +02:00
Peter Simons c8851cefbc haskell-dbus: add version 0.10.1 2012-10-15 20:17:33 +02:00
Peter Simons e7121b6f27 haskell-libxml-sax: add version 0.7.3 2012-10-15 20:17:33 +02:00
Peter Simons 34380b91a6 haskell-network-info: add version 0.2.0.2 2012-10-15 20:17:33 +02:00
Eelco Dolstra 87399d57d6 Doh! Forgot to add file 2012-10-15 14:02:15 -04:00
Eduard Carreras 9962055627 Remove pwd to know where I am 2012-10-15 20:01:45 +02:00
Eduard Carreras 1bf9b9bc7b fix align 2012-10-15 20:00:20 +02:00
Eelco Dolstra ba2911fe1e lvm2: Update to 2.02.98 2012-10-15 13:14:12 -04:00
Eelco Dolstra 31212a0a95 Fix font-cursor-misc build 2012-10-15 13:14:12 -04:00
Peter Simons 87c5696996 pkgs/servers/x11/xorg/overrides.nix: correctly patch path to mkfontscale into mkfontdir wrapper script 2012-10-15 19:06:59 +02:00
Eelco Dolstra 5af277bbd1 Merge remote-tracking branch 'origin/master' into x-updates 2012-10-15 12:16:58 -04:00
Eelco Dolstra 3c2f28c67e firefox: Disable profiling since it adds 12 MB to the build 2012-10-15 12:16:01 -04:00
Eelco Dolstra 1d8e80f1b9 Fix gvfs build
http://hydra.nixos.org/build/3156351
2012-10-15 12:13:39 -04:00
Eelco Dolstra 80fa05f1f5 xf86-video-intel: Update to 2.20.10 2012-10-15 12:09:28 -04:00
Eelco Dolstra 3b968053d4 Fix font-schumacher-misc build
http://hydra.nixos.org/build/3157818
2012-10-15 11:52:11 -04:00
Eelco Dolstra 55aa7f0d6f sylpheed: Update to 3.2
http://hydra.nixos.org/build/3156892
2012-10-15 11:27:37 -04:00
Eelco Dolstra 873595ee6d php: Update to 5.3.17
Also remove unsupported PHP 5.2 (which doesn't build anymore).

http://hydra.nixos.org/build/3131326
2012-10-15 11:14:26 -04:00
Eelco Dolstra 9663c37534 Cleanup 2012-10-15 10:52:53 -04:00
Joachim Schiele 789adef3a4 fixes the build error for 4.7 and 4.8 with both don't work with boost 1.50 2012-10-15 10:52:53 -04:00