Commit Graph

4828 Commits

Author SHA1 Message Date
Shea Levy
f70d3b72df openjdk: We need ECHO to be echo -e, so replace the override with a sed
svn path=/nixpkgs/trunk/; revision=28084
2011-08-01 01:15:37 +00:00
Shea Levy
5fca670490 openjdk: Use makeFlags properly
svn path=/nixpkgs/trunk/; revision=28083
2011-08-01 01:15:29 +00:00
Shea Levy
58d64db27d openjdk: Override hardcoded sort. It doesn't use any of the _PATH variables on linux
svn path=/nixpkgs/trunk/; revision=28082
2011-08-01 01:15:21 +00:00
Shea Levy
465a320b20 openjdk: Remove unneeded explicit dependencies
svn path=/nixpkgs/trunk/; revision=28081
2011-08-01 01:15:13 +00:00
Shea Levy
d0fe9fa2e8 openjdk: Remove all hardcoded binary overrides except echo
svn path=/nixpkgs/trunk/; revision=28080
2011-08-01 01:15:05 +00:00
Shea Levy
a0022251d9 openjdk: Override hardcoded echo again. It doesn't use any of the _PATH variables on linux
svn path=/nixpkgs/trunk/; revision=28079
2011-08-01 01:14:57 +00:00
Shea Levy
cdc12ac64a openjdk: Add nettools to buildInputs
svn path=/nixpkgs/trunk/; revision=28078
2011-08-01 01:14:49 +00:00
Shea Levy
29c72c4499 openjdk: Override UNIXCOMMAND_PATH so those binaries are found in /home/play/bin:/var/setuid-wrappers:/home/play/.nix-profile/bin:/home/play/.nix-profile/sbin:/home/play/.nix-profile/lib/kde4/libexec:/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:/nix/var/nix/profiles/default/lib/kde4/libexec:/var/run/current-system/sw/bin:/var/run/current-system/sw/sbin:/var/run/current-system/sw/lib/kde4/libexec
svn path=/nixpkgs/trunk/; revision=28077
2011-08-01 01:14:41 +00:00
Shea Levy
0f257e1d5d openjdk: Remove all coreutils overrides so they can be found in /home/play/bin:/var/setuid-wrappers:/home/play/.nix-profile/bin:/home/play/.nix-profile/sbin:/home/play/.nix-profile/lib/kde4/libexec:/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:/nix/var/nix/profiles/default/lib/kde4/libexec:/var/run/current-system/sw/bin:/var/run/current-system/sw/sbin:/var/run/current-system/sw/lib/kde4/libexec
svn path=/nixpkgs/trunk/; revision=28076
2011-08-01 01:14:33 +00:00
Shea Levy
693dc6536b openjdk: Replace dummy paths with empty path so the build uses the binaries in /home/play/bin:/var/setuid-wrappers:/home/play/.nix-profile/bin:/home/play/.nix-profile/sbin:/home/play/.nix-profile/lib/kde4/libexec:/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:/nix/var/nix/profiles/default/lib/kde4/libexec:/var/run/current-system/sw/bin:/var/run/current-system/sw/sbin:/var/run/current-system/sw/lib/kde4/libexec
svn path=/nixpkgs/trunk/; revision=28075
2011-08-01 01:14:25 +00:00
Shea Levy
49be6e4ed6 openjdk: Override hardcode to ln
svn path=/nixpkgs/trunk/; revision=28074
2011-08-01 01:14:17 +00:00
Shea Levy
b65c19f18b openjdk: Override hardcode to readelf
svn path=/nixpkgs/trunk/; revision=28073
2011-08-01 01:14:09 +00:00
Shea Levy
8cf5de2fd4 openjdk: Override hardcodes to nm and ldd
svn path=/nixpkgs/trunk/; revision=28072
2011-08-01 01:14:00 +00:00
Shea Levy
dff2d2b06f openjdk: Override hardcode to mv
svn path=/nixpkgs/trunk/; revision=28071
2011-08-01 01:13:52 +00:00
Shea Levy
1eb55ce743 openjdk: Fix hardcode to /bin/ls
svn path=/nixpkgs/trunk/; revision=28070
2011-08-01 01:13:44 +00:00
Shea Levy
ddd7cc3fd2 openjdk: Fix hardcode to /usr/bin/test
svn path=/nixpkgs/trunk/; revision=28069
2011-08-01 01:13:36 +00:00
Shea Levy
0603a5d356 openjdk: Allow downloads of source 'drops' during build
svn path=/nixpkgs/trunk/; revision=28068
2011-08-01 01:13:27 +00:00
Shea Levy
482daa3afd openjdk: Add zip to buildInputs
svn path=/nixpkgs/trunk/; revision=28067
2011-08-01 01:13:19 +00:00
Shea Levy
2731048017 openjdk: Override hardcoded chmod
svn path=/nixpkgs/trunk/; revision=28066
2011-08-01 01:13:11 +00:00
Shea Levy
b722db6adb openjdk: Override hardcoded cp
svn path=/nixpkgs/trunk/; revision=28065
2011-08-01 01:13:02 +00:00
Shea Levy
735366584a openjdk: Override hardcoded touch
svn path=/nixpkgs/trunk/; revision=28064
2011-08-01 01:12:54 +00:00
Shea Levy
5054c8e8bb openjdk: Override hardcoded find
svn path=/nixpkgs/trunk/; revision=28063
2011-08-01 01:12:44 +00:00
Shea Levy
40d1bd9950 openjdk: Replace substitutions with env vars
svn path=/nixpkgs/trunk/; revision=28062
2011-08-01 01:12:36 +00:00
Shea Levy
b1b5b09557 openjdk: Add bootstrap JDK
svn path=/nixpkgs/trunk/; revision=28061
2011-08-01 01:12:28 +00:00
Shea Levy
75918e6537 openjdk: add 'which' to buildInputs
svn path=/nixpkgs/trunk/; revision=28060
2011-08-01 01:12:19 +00:00
Shea Levy
82d11e742c openjdk: Override hardcoded printf
svn path=/nixpkgs/trunk/; revision=28059
2011-08-01 01:12:12 +00:00
Shea Levy
706a7ff59d openjdk: Override hardcoded gawk
svn path=/nixpkgs/trunk/; revision=28058
2011-08-01 01:12:04 +00:00
Shea Levy
374eb5688e openjdk: Set dummy /home/play/bin:/var/setuid-wrappers:/home/play/.nix-profile/bin:/home/play/.nix-profile/sbin:/home/play/.nix-profile/lib/kde4/libexec:/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:/nix/var/nix/profiles/default/lib/kde4/libexec:/var/run/current-system/sw/bin:/var/run/current-system/sw/sbin:/var/run/current-system/sw/lib/kde4/libexec variables
svn path=/nixpkgs/trunk/; revision=28057
2011-08-01 01:11:56 +00:00
Shea Levy
a156ccd763 openjdk: Fix ALSA_INCLUDE variable
svn path=/nixpkgs/trunk/; revision=28056
2011-08-01 01:11:48 +00:00
Shea Levy
ac6fb72ab1 openjdk: Override hardcoded cups headers path
svn path=/nixpkgs/trunk/; revision=28055
2011-08-01 01:11:40 +00:00
Shea Levy
fa80adbe2a openjdk: Use proper milestone and build_number strings
svn path=/nixpkgs/trunk/; revision=28054
2011-08-01 01:11:32 +00:00
Shea Levy
08fe49fbb4 openjdk: Override hardcoded cat
svn path=/nixpkgs/trunk/; revision=28053
2011-08-01 01:11:24 +00:00
Shea Levy
ed9837c37c openjdk: Override hardcoded freetype library path
svn path=/nixpkgs/trunk/; revision=28052
2011-08-01 01:11:17 +00:00
Shea Levy
d5eec4cd11 openjdk: Override hardcoded freetype headers
svn path=/nixpkgs/trunk/; revision=28051
2011-08-01 01:11:09 +00:00
Shea Levy
38c1179f56 openjdk: Override hardcoded zip
svn path=/nixpkgs/trunk/; revision=28046
2011-08-01 01:10:28 +00:00
Shea Levy
6795da6837 Rearrange program inputs
svn path=/nixpkgs/trunk/; revision=28045
2011-08-01 01:10:16 +00:00
Shea Levy
52582a9b45 openjdk: Add ant to buildInputs
svn path=/nixpkgs/trunk/; revision=28044
2011-08-01 01:10:08 +00:00
Shea Levy
17c2fb730e openjdk: Override hardcoded head
svn path=/nixpkgs/trunk/; revision=28043
2011-08-01 01:10:01 +00:00
Shea Levy
27112e7233 openjdk: Override hardcoded alsa headers
svn path=/nixpkgs/trunk/; revision=28042
2011-08-01 01:09:53 +00:00
Shea Levy
e3ebf2024a openjdk: Fix hardcoded sed
svn path=/nixpkgs/trunk/; revision=28041
2011-08-01 01:09:45 +00:00
Shea Levy
0734d0315e openjdk: Override hardcoded egrep
svn path=/nixpkgs/trunk/; revision=28040
2011-08-01 01:09:38 +00:00
Shea Levy
8286d4df8d openjdk: Override hardcoded tr
svn path=/nixpkgs/trunk/; revision=28039
2011-08-01 01:09:30 +00:00
Shea Levy
027595d6b0 openjdk: Override hardcoded pwd
svn path=/nixpkgs/trunk/; revision=28038
2011-08-01 01:09:22 +00:00
Shea Levy
39bea03827 openjdk: Override hardcoded date
svn path=/nixpkgs/trunk/; revision=28037
2011-08-01 01:09:14 +00:00
Shea Levy
eceec04a44 openjdk: Override hardcoded grep
svn path=/nixpkgs/trunk/; revision=28036
2011-08-01 01:09:06 +00:00
Shea Levy
b3ab977d90 openjdk: Factor path overrides out into makeFlags
svn path=/nixpkgs/trunk/; revision=28035
2011-08-01 01:08:58 +00:00
Shea Levy
146d6875b3 openjdk: Fix hardcoded gcc
svn path=/nixpkgs/trunk/; revision=28034
2011-08-01 01:08:49 +00:00
Shea Levy
057e36e2f7 openjdk: Override hard-coded mkdir
svn path=/nixpkgs/trunk/; revision=28033
2011-08-01 01:08:40 +00:00
Shea Levy
3439ac32bf openjdk: Fix some formatting
svn path=/nixpkgs/trunk/; revision=28032
2011-08-01 01:08:32 +00:00
Shea Levy
d46390e7d2 openjdk: Add sanity check
svn path=/nixpkgs/trunk/; revision=28031
2011-08-01 01:08:23 +00:00
Shea Levy
686476b7bb openjdk: Fix hard-code to echo
svn path=/nixpkgs/trunk/; revision=28030
2011-08-01 01:08:15 +00:00
Shea Levy
11f0ca9320 openjdk: Add 'free' to $PATH for the build
svn path=/nixpkgs/trunk/; revision=28029
2011-08-01 01:08:07 +00:00
Shea Levy
23e378a3c4 *openjdk: Get source to unpack
svn path=/nixpkgs/trunk/; revision=28028
2011-08-01 01:07:58 +00:00
Eelco Dolstra
1b427fe052 * Sync with the trunc.
* Fixed the hash in PulseAudio: I updated the name/version, but forgot
  to update the hash.  So secretly it was still building the old
  version.  Also, now that we've realised that the PulseAudio server
  and library don't need to be the same build, disable some
  dependencies by default (avahi and bluez).

svn path=/nixpkgs/branches/kde-4.7/; revision=28023
2011-07-31 19:44:58 +00:00
Peter Simons
fc5ea05cfd Keep polyparse 1.4 around because haskell-graphviz depends on the older version.
I've asked upstream to update their cabal file, but until then we'll
need both versions. :-(

svn path=/nixpkgs/trunk/; revision=28021
2011-07-31 15:33:55 +00:00
Cillian de Roiste
4cc923b4bb Fixing the download url
svn path=/nixpkgs/trunk/; revision=28015
2011-07-31 08:56:09 +00:00
Cillian de Roiste
0942a5b164 Updating node to 0.5.2
svn path=/nixpkgs/trunk/; revision=28014
2011-07-31 08:49:03 +00:00
Peter Simons
10f65d1148 HaXml: added version 1.22.2
It's not the default, though, because it breaks API compatibility
with earlier versions.

svn path=/nixpkgs/trunk/; revision=28013
2011-07-30 21:43:47 +00:00
Peter Simons
4aca0cf217 haskell-polyparse: updated to version 1.7
svn path=/nixpkgs/trunk/; revision=28012
2011-07-30 21:43:39 +00:00
Eelco Dolstra
f966079e30 * Eigen updated to 2.0.16
svn path=/nixpkgs/branches/kde-4.7/; revision=28004
2011-07-29 16:05:25 +00:00
Eelco Dolstra
4c05eb6e2e svn path=/nixpkgs/branches/kde-4.7/; revision=27996 2011-07-29 08:45:58 +00:00
Shea Levy
2c17fb436b Copy openjdk-darwin as a starting point for openjdk7
svn path=/nixpkgs/trunk/; revision=27992
2011-07-28 18:53:12 +00:00
Eelco Dolstra
35781b1bf3 * Cmake 2.8.5 doesn't build on i686-linux
(http://hydra.nixos.org/build/1181148), so revert to 2.8.4 for now.

svn path=/nixpkgs/branches/kde-4.7/; revision=27990
2011-07-28 14:09:16 +00:00
Eelco Dolstra
bf229fc985 * Move Phonon out of KDE.
svn path=/nixpkgs/branches/kde-4.7/; revision=27988
2011-07-28 12:20:12 +00:00
Ludovic Courtès
eaa82cb4ef glibc: Update Hurd snapshot.
svn path=/nixpkgs/trunk/; revision=27986
2011-07-28 12:08:11 +00:00
Nicolas Pierron
0690f20ea8 ffmpeg: Add previous version to fix fuppes.
svn path=/nixpkgs/trunk/; revision=27980
2011-07-27 21:00:09 +00:00
Eelco Dolstra
3fac08a565 * Audacious updated to 3.0.
svn path=/nixpkgs/branches/kde-4.7/; revision=27959
2011-07-26 02:14:19 +00:00
Eelco Dolstra
fabc00a176 * Added gst-plugins-ugly and gst-plugins-bad.
svn path=/nixpkgs/branches/kde-4.7/; revision=27952
2011-07-25 20:10:45 +00:00
Eelco Dolstra
ac9579626f * Updated gst-plugins-good and gst-ffmpeg.
svn path=/nixpkgs/branches/kde-4.7/; revision=27951
2011-07-25 20:10:13 +00:00
Eelco Dolstra
0deb1fa33d * Updated libraw1394 and libavc1394.
svn path=/nixpkgs/branches/kde-4.7/; revision=27950
2011-07-25 19:08:00 +00:00
Eelco Dolstra
929160b86d * mpeg2dec -> libmpeg2, and updated to 0.5.1.
svn path=/nixpkgs/branches/kde-4.7/; revision=27949
2011-07-25 19:07:36 +00:00
Eelco Dolstra
a656221873 * xine-lib: get it to build with the latest ffmpeg.
svn path=/nixpkgs/branches/kde-4.7/; revision=27946
2011-07-25 15:08:16 +00:00
Eelco Dolstra
fca12d0cf6 * ffmpeg: Add zlib and bzip2 to the build inputs to enable a few more
codecs.

svn path=/nixpkgs/branches/kde-4.7/; revision=27945
2011-07-25 14:46:04 +00:00
Eelco Dolstra
4c2a6992d3 * Obsolete.
svn path=/nixpkgs/branches/kde-4.7/; revision=27944
2011-07-25 14:38:23 +00:00
Eelco Dolstra
2ef93dae71 * ffmpeg updated to 0.8. Disable libvorbis and libxvidcore support by
default because ffmpeg (libavcodec) has native support for those
  formats.

svn path=/nixpkgs/branches/kde-4.7/; revision=27943
2011-07-25 14:35:54 +00:00
Eelco Dolstra
b7556bdf10 * Now do it right.
svn path=/nixpkgs/branches/kde-4.7/; revision=27942
2011-07-25 14:34:05 +00:00
Eelco Dolstra
6c6968cf07 * x264 updated to the latest snapshot.
svn path=/nixpkgs/branches/kde-4.7/; revision=27941
2011-07-25 14:33:38 +00:00
Eelco Dolstra
5981e2c723 * libmusicbrainz updated to 3.0.3.
svn path=/nixpkgs/branches/kde-4.7/; revision=27940
2011-07-25 14:20:56 +00:00
Eelco Dolstra
f709d6c233 * xvidcore updated to 1.3.2. Also create a libxvidcore.so symlink and
get rid of the static library.

svn path=/nixpkgs/branches/kde-4.7/; revision=27939
2011-07-25 14:19:10 +00:00
Andres Löh
2cc5d14382 Added monad-par.
svn path=/nixpkgs/trunk/; revision=27934
2011-07-25 07:33:48 +00:00
Eelco Dolstra
174886639c * Updated libnih and mountall.
svn path=/nixpkgs/branches/kde-4.7/; revision=27927
2011-07-24 23:44:15 +00:00
Peter Simons
1bc8594052 hledger-chart: build this package only on Linux
The build should work on haskellPlatforms, but an attempt to build it on
Darwin generates assertion errors because it somehow ends up depending
on the Linux kernel headers.

svn path=/nixpkgs/trunk/; revision=27920
2011-07-24 20:05:08 +00:00
Ludovic Courtès
2cb4bc4a47 GCC 4.6: Don't assume `$NIX_GCC/nix-support/orig-libc' exists.
svn path=/nixpkgs/trunk/; revision=27903
2011-07-22 14:44:28 +00:00
Marco Maggesi
af9eaf3441 Oops
svn path=/nixpkgs/trunk/; revision=27901
2011-07-22 07:39:14 +00:00
Marco Maggesi
b1f6ed4a6e Update OCaml Batteries to 1.4.0
svn path=/nixpkgs/trunk/; revision=27900
2011-07-22 07:28:51 +00:00
Eelco Dolstra
9379248ef3 * Update kdeadmin and kdegames.
svn path=/nixpkgs/branches/kde-4.7/; revision=27898
2011-07-22 01:28:09 +00:00
Eelco Dolstra
5a03576cb4 * Update kdegames.
svn path=/nixpkgs/branches/kde-4.7/; revision=27894
2011-07-21 21:54:40 +00:00
Peter Simons
71237fce00 adns: blind attempt to fix the shared library build on Darwin
svn path=/nixpkgs/trunk/; revision=27892
2011-07-21 21:26:21 +00:00
Peter Simons
903c9189c4 adns: dropped obsolete versions and static-only feature
svn path=/nixpkgs/trunk/; revision=27890
2011-07-21 20:58:34 +00:00
Eelco Dolstra
8b4730bdbd * Update pycups, PyQt and SIP.
svn path=/nixpkgs/branches/kde-4.7/; revision=27889
2011-07-21 20:14:17 +00:00
Eelco Dolstra
489d1be918 * Cmake updated to 2.8.5. Also added a patch that prevents Cmake from
looking in /usr and similar locations.  However, it *will* now look
  in the Nixpkgs Glibc lib and include directories.  This ensures that
  find_library can find libraries in Glibc.

svn path=/nixpkgs/branches/kde-4.7/; revision=27884
2011-07-21 18:21:38 +00:00
Eelco Dolstra
9253901104 * Whitespace.
svn path=/nixpkgs/branches/kde-4.7/; revision=27883
2011-07-21 17:32:35 +00:00
Eelco Dolstra
23831b76e3 * dbus-python updated to 0.84.0.
svn path=/nixpkgs/branches/kde-4.7/; revision=27882
2011-07-21 17:31:57 +00:00
Ludovic Courtès
6f5e72deed libelf: Disable native language support on Darwin.
svn path=/nixpkgs/trunk/; revision=27877
2011-07-21 13:51:03 +00:00
Andres Löh
6e61ef2010 Version bump.
svn path=/nixpkgs/trunk/; revision=27875
2011-07-21 13:36:16 +00:00
Peter Simons
7f94a9ffbf boost: fix "locale::facet::_S_create_c_locale name not valid" error
One would assume that the boost maintainers would have been able to apply this
two line change within the last 10 months or so, but apparently not.

svn path=/nixpkgs/trunk/; revision=27864
2011-07-20 23:11:16 +00:00
Peter Simons
01fc263ff2 haskell-packages.nix: added hsdns
svn path=/nixpkgs/trunk/; revision=27856
2011-07-20 18:38:47 +00:00
Peter Simons
9d426cd470 haskell-packages.nix: added hledger-chart and hledger-vty
svn path=/nixpkgs/trunk/; revision=27855
2011-07-20 18:32:33 +00:00
Peter Simons
7237cf32ec haskell-packages.nix: added hledger and hledger-lib
svn path=/nixpkgs/trunk/; revision=27853
2011-07-20 18:20:42 +00:00
Peter Simons
f8b4f9e85c haskell-packages.nix: added regexpr
svn path=/nixpkgs/trunk/; revision=27852
2011-07-20 18:20:37 +00:00
Peter Simons
f05ab93c88 haskell-packages.nix: added mtlparse
svn path=/nixpkgs/trunk/; revision=27851
2011-07-20 18:20:32 +00:00
Peter Simons
37e07ad933 pandoc: updated to version 1.8.1.2
svn path=/nixpkgs/trunk/; revision=27850
2011-07-20 18:20:28 +00:00
Peter Simons
fef790c942 numeric-prelude: updated to version 0.2.2
svn path=/nixpkgs/trunk/; revision=27848
2011-07-20 18:04:16 +00:00
Peter Simons
c01bf4d344 non-negative: updated to version 0.1
svn path=/nixpkgs/trunk/; revision=27847
2011-07-20 18:04:12 +00:00
Peter Simons
e0a9dc3a29 utility-ht: updated to version 0.0.7
svn path=/nixpkgs/trunk/; revision=27846
2011-07-20 18:04:08 +00:00
Peter Simons
35312ae76f haskell-packages.nix: added storable-record
svn path=/nixpkgs/trunk/; revision=27845
2011-07-20 18:04:03 +00:00
Lluís Batlle i Rossell
fbad200e88 Updating php 5.2
svn path=/nixpkgs/trunk/; revision=27844
2011-07-20 17:40:53 +00:00
Lluís Batlle i Rossell
d86570f94e Updating opencv.
svn path=/nixpkgs/trunk/; revision=27841
2011-07-20 13:24:26 +00:00
Eelco Dolstra
5152d0148e * Drop the "_configurable" from the name of the PHP package, it's
ugly.

svn path=/nixpkgs/trunk/; revision=27830
2011-07-18 20:50:59 +00:00
Eelco Dolstra
4437b6c49e * libdbusmenu-qt updated to 0.8.3.
svn path=/nixpkgs/branches/kde-4.7/; revision=27816
2011-07-18 11:57:18 +00:00
Eelco Dolstra
c416926580 * Qt: remove Phonon since we can just use the external Phonon
package.  This also removes the GStreamer dependency because only
  Phonon uses it.

svn path=/nixpkgs/branches/kde-4.7/; revision=27814
2011-07-18 09:18:38 +00:00
Ludovic Courtès
9c2f9fd2f2 GNU Bison 2.5.
svn path=/nixpkgs/trunk/; revision=27813
2011-07-18 08:36:01 +00:00
Eelco Dolstra
b6b4761dc6 * libcanberra updated to 0.28. Disabled the gstreamer backend by
default because there doesn't seem to be much point to it.

svn path=/nixpkgs/branches/kde-4.7/; revision=27809
2011-07-17 13:27:12 +00:00
Karn Kallio
abbf22c397 Update version of urweb compiler.
svn path=/nixpkgs/trunk/; revision=27801
2011-07-15 18:54:43 +00:00
Peter Simons
66dbd40cb7 ghc: build GHC on haskellPlatforms instead of linux++darwin to avoid evaluation errors on Hydra because x86_64-darwin is unsupported
svn path=/nixpkgs/trunk/; revision=27799
2011-07-15 12:53:21 +00:00
Eelco Dolstra
56a081cd55 * Added libav, a fork of ffmpeg.
svn path=/nixpkgs/trunk/; revision=27797
2011-07-15 12:20:34 +00:00
Eelco Dolstra
f4ac1126ff * Sync with the trunk.
svn path=/nixpkgs/branches/kde-4.7/; revision=27796
2011-07-15 10:02:22 +00:00
Peter Simons
7c10cbb6c8 We cannot use thread-local store in mesa, because the rest of our xorg
installation has been built without support for it.

svn path=/nixpkgs/trunk/; revision=27788
2011-07-14 20:04:34 +00:00
Peter Simons
e7a9b41e9c mesa: enable full gallium, xcb, and egl support, and build all available dri back-ends
svn path=/nixpkgs/trunk/; revision=27786
2011-07-14 19:21:37 +00:00
Peter Simons
18bd4e67d7 mesa: add myself as a maintainer
svn path=/nixpkgs/trunk/; revision=27785
2011-07-14 19:21:33 +00:00
Peter Simons
ea27b1b042 mesa: depend on python+libxml2Python rather than depending on pythonFull
The latter package contains Tcl/Tk and whatnot else, so using that
expression as a built input was a bad idea. I'm sorry.

The dependency on talloc is gone, too. It wasn't used, apparently, but
it broke the build on Darwin because talloc doesn't compile there.

svn path=/nixpkgs/trunk/; revision=27784
2011-07-14 19:21:29 +00:00
Peter Simons
13db8d6999 mesa: updated to version 7.10.3
svn path=/nixpkgs/trunk/; revision=27778
2011-07-14 12:22:59 +00:00
Peter Simons
10b7a4fe96 mesa: updated to version 7.10.2
There changes are based on patch <http://sprunge.us/bOMG> from goibhniu.

svn path=/nixpkgs/trunk/; revision=27777
2011-07-14 12:22:55 +00:00
Eelco Dolstra
e061898b74 * ConsoleKit updated to 0.4.5.
svn path=/nixpkgs/branches/kde-4.7/; revision=27770
2011-07-13 18:54:27 +00:00
Peter Simons
13720273bb haskell-funcmp: added version 1.5
svn path=/nixpkgs/trunk/; revision=27761
2011-07-13 15:00:51 +00:00
Peter Simons
78ccc14e3e ghc-6.10.1-binary: revert blind attempt to bootstrap GHC on x86_64-darwin with the i686 version of this compiler
Hydra says that we can *not* use the i686 compiler to bootstrap x86_64 on Darwin. Duh.

svn path=/nixpkgs/trunk/; revision=27753
2011-07-13 12:00:19 +00:00
Eelco Dolstra
35505a442e * Remove some dead files.
svn path=/nixpkgs/trunk/; revision=27752
2011-07-13 11:40:47 +00:00
Peter Simons
ce11df9d80 ghc-6.10.1-binary: blind attempt to bootstrap GHC on x86_64-darwin with the i686 version of this compiler
I have no idea whether that's going to work, and I can't test it for
lack of access to a MacOS X machine, but think chances are pretty good
that this is going to succeed.

svn path=/nixpkgs/trunk/; revision=27751
2011-07-13 11:09:06 +00:00
Peter Simons
67bbb5203c boost: updated to version 1.47.0
Packages that don't build with the latest libraries can use 'boost144', which
is the version we had before.

svn path=/nixpkgs/trunk/; revision=27740
2011-07-12 14:24:01 +00:00
Eelco Dolstra
c3e3111231 * Add kde-workspace.
* Make sure that polkit actions get installed in $out.

svn path=/nixpkgs/branches/kde-4.7/; revision=27737
2011-07-12 13:24:35 +00:00
Eelco Dolstra
dce69134d0 * Added Okular (which is a separate package now).
svn path=/nixpkgs/branches/kde-4.7/; revision=27723
2011-07-11 14:29:27 +00:00
Eelco Dolstra
a7b9ef8f4b * Update Poppler to 0.16.7.
svn path=/nixpkgs/branches/kde-4.7/; revision=27703
2011-07-11 13:04:38 +00:00
Eelco Dolstra
76ec0dd430 * Update a bunch of dependencies of kdelibs.
svn path=/nixpkgs/branches/kde-4.7/; revision=27702
2011-07-11 10:49:21 +00:00
Andres Löh
eabbecd10f Added hp2any.
svn path=/nixpkgs/trunk/; revision=27701
2011-07-11 07:17:53 +00:00
Peter Simons
13e0b7bbed Revert "cmake: updated to version 2.8.5".
The latest version doesn't compile on Hydra. It does compile on my
machine, though. Not sure what happened.

svn path=/nixpkgs/trunk/; revision=27699
2011-07-10 22:21:39 +00:00
Peter Simons
03446e108d cmake: updated to version 2.8.5
svn path=/nixpkgs/trunk/; revision=27696
2011-07-10 20:17:38 +00:00
Andres Löh
d7d0700d18 Added test-framework.
svn path=/nixpkgs/trunk/; revision=27695
2011-07-10 17:38:21 +00:00
Lluís Batlle i Rossell
5d27ed479a Updating podofo
svn path=/nixpkgs/trunk/; revision=27694
2011-07-10 16:15:41 +00:00
Peter Simons
c9695f2d48 Added obsolete lua-5.0.3 version, which is required by gravit.
svn path=/nixpkgs/trunk/; revision=27692
2011-07-10 14:04:19 +00:00
Peter Simons
6b9ab942b5 pkgs/development/interpreters/lua-4/builder.sh: delete obsolete file
svn path=/nixpkgs/trunk/; revision=27690
2011-07-10 14:04:09 +00:00
Peter Simons
f92f3deed8 lua-4: fixed build
svn path=/nixpkgs/trunk/; revision=27678
2011-07-08 21:24:01 +00:00
Peter Simons
20ba4e9296 haskell-testpack: updated to version 2.1.0
svn path=/nixpkgs/trunk/; revision=27660
2011-07-07 23:48:17 +00:00
Andres Löh
6f43e422ba Added yesod-form and yesod-json.
svn path=/nixpkgs/trunk/; revision=27654
2011-07-07 21:40:46 +00:00
Andres Löh
29c7cd1298 Added aeson, unordered-containers.
svn path=/nixpkgs/trunk/; revision=27653
2011-07-07 21:40:43 +00:00
Andres Löh
65d9fa940b Adding yesod-persistent.
svn path=/nixpkgs/trunk/; revision=27652
2011-07-07 21:40:40 +00:00
Andres Löh
bec4023fbe Version bump for attoparsec.
svn path=/nixpkgs/trunk/; revision=27651
2011-07-07 21:40:38 +00:00
Andres Löh
1b603fe157 Added yesod-core.
svn path=/nixpkgs/trunk/; revision=27650
2011-07-07 21:40:35 +00:00
Andres Löh
f8b1ace1d7 Added warp plus dependencies.
svn path=/nixpkgs/trunk/; revision=27649
2011-07-07 21:40:33 +00:00
Peter Simons
c76ef49466 gprolog: add myself as maintainer
svn path=/nixpkgs/trunk/; revision=27647
2011-07-07 21:05:02 +00:00
Eelco Dolstra
a0b48e6cae * Enable parallel building.
svn path=/nixpkgs/branches/kde-4.7/; revision=27644
2011-07-07 20:48:06 +00:00
Eelco Dolstra
c4b631967e * Move Attica and polkit-qt-1 out of desktops/kde (since they're not
part of a KDE release).

svn path=/nixpkgs/branches/kde-4.7/; revision=27643
2011-07-07 20:47:38 +00:00
Eelco Dolstra
389fc6e32a * libdbusmenu-qt updated to 0.8.2.
svn path=/nixpkgs/branches/kde-4.7/; revision=27642
2011-07-07 20:03:36 +00:00
Eelco Dolstra
32abd0987d * doxygen: only build the Qt GUI in doxygen_gui.
svn path=/nixpkgs/branches/kde-4.7/; revision=27641
2011-07-07 20:02:59 +00:00
Eelco Dolstra
3049b6788b * Doh, cmake doesn't extrapolate $(out).
svn path=/nixpkgs/branches/kde-4.7/; revision=27640
2011-07-07 19:56:01 +00:00
Andres Löh
5422838e56 Version bumps for hakyll and dependencies.
svn path=/nixpkgs/trunk/; revision=27638
2011-07-07 19:08:51 +00:00
Eelco Dolstra
e5f1247dd1 * Strigi updated to 0.7.5.
svn path=/nixpkgs/branches/kde-4.7/; revision=27637
2011-07-07 18:23:38 +00:00
Eelco Dolstra
6ce3b9a806 * PolKit updated to 0.101.
svn path=/nixpkgs/branches/kde-4.7/; revision=27636
2011-07-07 18:16:03 +00:00
Eelco Dolstra
e59ef4302a * gobject-introspection updated to 0.10.8.
svn path=/nixpkgs/branches/kde-4.7/; revision=27635
2011-07-07 18:15:34 +00:00
Eelco Dolstra
f61230a97c * gst-plugins-base updated to 0.10.35.
svn path=/nixpkgs/branches/kde-4.7/; revision=27634
2011-07-07 17:33:45 +00:00
Eelco Dolstra
d53d9617b7 * Gamin updated to 0.1.10.
svn path=/nixpkgs/branches/kde-4.7/; revision=27632
2011-07-07 17:25:47 +00:00
Eelco Dolstra
fdf7a586a5 * gstreamer updated to 0.10.35.
svn path=/nixpkgs/branches/kde-4.7/; revision=27631
2011-07-07 17:25:31 +00:00
Eelco Dolstra
eedbc3ce5a * Whitepace.
svn path=/nixpkgs/branches/kde-4.7/; revision=27630
2011-07-07 17:24:53 +00:00
Eelco Dolstra
c8fbe3a724 * DBus updated to 1.4.10.
svn path=/nixpkgs/branches/kde-4.7/; revision=27626
2011-07-07 15:44:12 +00:00
Eelco Dolstra
049191511c * GTK+ updated to 2.24.5.
svn path=/nixpkgs/branches/kde-4.7/; revision=27625
2011-07-07 15:43:48 +00:00
Eelco Dolstra
36c7d88de8 * Pango updated to 1.28.4.
svn path=/nixpkgs/branches/kde-4.7/; revision=27624
2011-07-07 15:43:26 +00:00
Eelco Dolstra
230f2a61d0 * glib updated to 2.28.8.
svn path=/nixpkgs/branches/kde-4.7/; revision=27623
2011-07-07 15:43:14 +00:00
Ludovic Courtès
4d7d10da6b GNU Automake: Append `-I' flags stemming from $ACLOCAL_PATH instead of prepending them.
See <http://lists.gnu.org/archive/html/bug-gnulib/2011-07/msg00100.html>
for an illustration of the bug.

svn path=/nixpkgs/trunk/; revision=27622
2011-07-07 15:10:40 +00:00
Eelco Dolstra
f62335822c * Qt 4.7.3.
svn path=/nixpkgs/branches/kde-4.7/; revision=27619
2011-07-07 12:13:16 +00:00
Eelco Dolstra
cefbc72a35 * Oops.
svn path=/nixpkgs/trunk/; revision=27601
2011-07-04 15:05:12 +00:00
Ludovic Courtès
7b34224abd Update Hydra.
svn path=/nixpkgs/trunk/; revision=27598
2011-07-04 14:44:54 +00:00
Eelco Dolstra
684186104c * Latest SQLite, Flash player (Vladimír Čunát).
svn path=/nixpkgs/trunk/; revision=27595
2011-07-04 14:12:20 +00:00
Ludovic Courtès
08e6c13dee GNU GLOBAL 5.9.7.
svn path=/nixpkgs/trunk/; revision=27587
2011-07-04 11:52:30 +00:00
Ludovic Courtès
9bde902010 GNU Prolog 1.4.0.
svn path=/nixpkgs/trunk/; revision=27586
2011-07-04 11:52:26 +00:00
Ludovic Courtès
8defd87760 GNU uCommon C++ 5.0.3.
svn path=/nixpkgs/trunk/; revision=27584
2011-07-04 11:52:18 +00:00
Ludovic Courtès
7bd9ef1d5b GnuTLS 2.12.7.
svn path=/nixpkgs/trunk/; revision=27583
2011-07-04 11:52:13 +00:00
Ludovic Courtès
a609897ae7 GNU Guile 2.0.2.
svn path=/nixpkgs/trunk/; revision=27582
2011-07-04 11:52:06 +00:00
Lluís Batlle i Rossell
4f854226f5 Updating libharu. I renamed it from haru to libharu; I prefer libharu for the name.
svn path=/nixpkgs/trunk/; revision=27578
2011-07-02 14:16:06 +00:00
Ludovic Courtès
fef7d9197e libunistring: Make libiconv a propagated input when cross-building for MinGW.
svn path=/nixpkgs/trunk/; revision=27577
2011-07-01 15:51:55 +00:00
Ludovic Courtès
7762934904 BDW-GC, GMP, libffi, libunistring, Readline: Don't use the native `strip'.
Using the native `strip' breaks static libraries when cross-compiling.

svn path=/nixpkgs/trunk/; revision=27572
2011-07-01 13:20:12 +00:00
Ludovic Courtès
3a8af0ddf7 GNU Libtool: Use dontStrip' instead of the non-existent dontNativeStrip'.
svn path=/nixpkgs/trunk/; revision=27571
2011-07-01 10:11:06 +00:00
Ludovic Courtès
3da30b6770 GNU Libtool: Don't run the native `strip' when cross-compiling.
svn path=/nixpkgs/trunk/; revision=27568
2011-07-01 07:42:23 +00:00
Sander van der Burg
aa16cb5f11 Added option to enable native midi support
svn path=/nixpkgs/trunk/; revision=27563
2011-06-30 15:12:26 +00:00
Ludovic Courtès
909f438893 GCC 4.6.1.
svn path=/nixpkgs/trunk/; revision=27562
2011-06-30 14:35:07 +00:00
Eelco Dolstra
e324357c8c * sqlite updated to 3.7.7.
svn path=/nixpkgs/trunk/; revision=27543
2011-06-27 08:04:29 +00:00
Ludovic Courtès
ad3cea4fb1 glibc: Update Hurd snapshot.
svn path=/nixpkgs/trunk/; revision=27536
2011-06-23 21:14:35 +00:00
Andres Löh
e908e92413 haskell/csv version bump
svn path=/nixpkgs/trunk/; revision=27533
2011-06-23 18:35:19 +00:00
Ludovic Courtès
054178e045 glibc: Update Hurd snapshot.
svn path=/nixpkgs/trunk/; revision=27525
2011-06-22 21:37:25 +00:00
Eelco Dolstra
611aecaeeb * Firefox 5.0.
* nspr updated to 4.8.8.

svn path=/nixpkgs/trunk/; revision=27516
2011-06-22 12:21:15 +00:00
Florian Friesdorf
c53fc3b65e jscoverage-0.5.1
svn path=/nixpkgs/trunk/; revision=27508
2011-06-21 07:28:30 +00:00
Andres Löh
a1cd10cfe2 Adding ghc-7.0.4.
svn path=/nixpkgs/trunk/; revision=27492
2011-06-18 12:31:16 +00:00
Lluís Batlle i Rossell
ba31e62e5a Making imlib2 know about libpng, and then feh showing pngs fine.
svn path=/nixpkgs/trunk/; revision=27489
2011-06-17 13:18:27 +00:00
Michael Raskin
0234b969a9 Fix build - add a patch from Debian
svn path=/nixpkgs/trunk/; revision=27488
2011-06-16 21:19:13 +00:00
Eelco Dolstra
c81069e9d5 * apr updated to 1.4.5.
* apr-util updated to 1.3.12.
* httpd updated to 2.2.19.

svn path=/nixpkgs/trunk/; revision=27487
2011-06-16 15:19:53 +00:00
Eelco Dolstra
f76820a1eb * Apply a patch to Net::Amazon::EC2 to get the describe_instances
function to work with Nova.

svn path=/nixpkgs/trunk/; revision=27480
2011-06-16 12:20:05 +00:00
Michael Raskin
b64148624f Update YASM
svn path=/nixpkgs/trunk/; revision=27477
2011-06-16 05:55:47 +00:00
Eelco Dolstra
ce3cb35e53 * strace updated to 4.6.
svn path=/nixpkgs/trunk/; revision=27473
2011-06-15 13:28:04 +00:00
Sander van der Burg
22b9fd78a4 Fixed the comments tool
svn path=/nixpkgs/trunk/; revision=27469
2011-06-15 12:04:31 +00:00
Lluís Batlle i Rossell
6dd9fd054e updating imlib2. This makes feh load tiffs correctly.
svn path=/nixpkgs/trunk/; revision=27467
2011-06-15 10:30:08 +00:00
Ludovic Courtès
7b78f74a6d GCC 4.6: Pass -O2' and optionally -g' to the bootstrap compiler.
svn path=/nixpkgs/trunk/; revision=27465
2011-06-15 08:42:46 +00:00
Eelco Dolstra
12c9ba62ac * Fix some evaluation problems.
svn path=/nixpkgs/trunk/; revision=27457
2011-06-14 15:55:11 +00:00
Sander van der Burg
7f26b06961 Added ninka, an experimental sentence based license detector
svn path=/nixpkgs/trunk/; revision=27455
2011-06-14 15:15:34 +00:00
Ludovic Courtès
d45757e581 Hydra: Update.
svn path=/nixpkgs/trunk/; revision=27454
2011-06-14 12:32:19 +00:00
Michael Raskin
9899a88c7d Update SBCL
svn path=/nixpkgs/trunk/; revision=27451
2011-06-14 04:31:30 +00:00
Nicolas Pierron
f76edfb1e1 gdb: Add support for python instrumentation.
svn path=/nixpkgs/trunk/; revision=27446
2011-06-14 02:39:03 +00:00
Ludovic Courtès
bc9e54bafb GNU uCommon C++ 5.0.2.
svn path=/nixpkgs/trunk/; revision=27442
2011-06-13 20:52:50 +00:00
Ludovic Courtès
73193ee1cb GnuTLS 2.12.6.1.
svn path=/nixpkgs/trunk/; revision=27441
2011-06-13 20:52:40 +00:00
Ludovic Courtès
0d67ee1913 GNU GLOBAL 5.9.6.
svn path=/nixpkgs/trunk/; revision=27439
2011-06-13 20:52:26 +00:00
Alexander Tsamutali
a4a6c40b2c development/libraries/libevent: Updated to 2.0.12.
svn path=/nixpkgs/trunk/; revision=27432
2011-06-13 14:11:29 +00:00
Rob Vermaas
0ccfc552f5 update hydra
svn path=/nixpkgs/trunk/; revision=27403
2011-06-09 13:43:02 +00:00
Ludovic Courtès
74a7f5122e FreeType: Add dependency on GNU Make on FreeBSD.
svn path=/nixpkgs/trunk/; revision=27397
2011-06-08 12:04:47 +00:00
Eelco Dolstra
0ed22f9e3c * libvirt updated to 0.9.2.
svn path=/nixpkgs/trunk/; revision=27396
2011-06-08 11:15:27 +00:00
Yury G. Kudryashov
a6704045e6 libxklavier-5.0
svn path=/nixpkgs/trunk/; revision=27389
2011-06-07 21:51:07 +00:00
Yury G. Kudryashov
2fb2742370 ntrack: fix hardcoded /usr
svn path=/nixpkgs/trunk/; revision=27387
2011-06-07 21:50:55 +00:00
Yury G. Kudryashov
496ab8b948 ntrack-011
svn path=/nixpkgs/trunk/; revision=27386
2011-06-07 21:50:48 +00:00
Yury G. Kudryashov
1c4b8e4886 gpgme: propagate some dependencies
svn path=/nixpkgs/trunk/; revision=27384
2011-06-07 21:50:36 +00:00
Yury G. Kudryashov
25c8f01659 libdmtx: propagate xz (move this propagation to ImageMagick?)
svn path=/nixpkgs/trunk/; revision=27383
2011-06-07 21:50:30 +00:00
Yury G. Kudryashov
ab01869f17 Add libdmtx, restore alphabetical order
svn path=/nixpkgs/trunk/; revision=27382
2011-06-07 21:50:23 +00:00
Yury G. Kudryashov
ff7e3daf73 Add flac, pulseaudio, libmng, libxcb
I need flac, pulseaudio and xcb.

svn path=/nixpkgs/trunk/; revision=27380
2011-06-07 21:50:05 +00:00
Yury G. Kudryashov
7d4d42a8aa libmng: propagate some build inputs
svn path=/nixpkgs/trunk/; revision=27379
2011-06-07 21:49:53 +00:00
Yury G. Kudryashov
ee7583d685 libssh-0.4.8
svn path=/nixpkgs/trunk/; revision=27378
2011-06-07 21:49:42 +00:00
Yury G. Kudryashov
701e2b1cd4 ortp-0.16.4
svn path=/nixpkgs/trunk/; revision=27377
2011-06-07 21:49:37 +00:00
Yury G. Kudryashov
b0e4af34be msilbc-2.0.3, use upstream buildsystem
svn path=/nixpkgs/trunk/; revision=27376
2011-06-07 21:49:31 +00:00
Yury G. Kudryashov
d299591964 mediastreamer-2.7.2; drop my patches. TODO: forward-port plugins.patch
svn path=/nixpkgs/trunk/; revision=27375
2011-06-07 21:49:25 +00:00
Yury G. Kudryashov
8c12f7f6e9 iLBC codec. Extract directly from rfc
svn path=/nixpkgs/trunk/; revision=27374
2011-06-07 21:49:18 +00:00
Yury G. Kudryashov
92db687bf4 ConsoleKit-0.4.4
svn path=/nixpkgs/trunk/; revision=27373
2011-06-07 21:49:11 +00:00
Michael Raskin
3c82ed030f Adding GSM and CELT codecs; dependencies of sflphone - failed to buuild itself
svn path=/nixpkgs/trunk/; revision=27364
2011-06-07 14:42:24 +00:00
Andres Löh
1c00dfa14a Added smallcheck.
svn path=/nixpkgs/trunk/; revision=27363
2011-06-07 14:23:01 +00:00
Ludovic Courtès
97675e8344 Add GNU Complexity.
svn path=/nixpkgs/trunk/; revision=27344
2011-06-04 21:46:07 +00:00
Michael Raskin
317d2663d7 Twinkle needs an older version of ccrtp
svn path=/nixpkgs/trunk/; revision=27333
2011-05-31 09:09:35 +00:00
Ludovic Courtès
7c3c4722e1 GNU libzrtpcpp.
svn path=/nixpkgs/trunk/; revision=27331
2011-05-30 21:50:01 +00:00
Ludovic Courtès
cc072bee92 GNU ccRTP 2.0.0.
svn path=/nixpkgs/trunk/; revision=27330
2011-05-30 21:49:56 +00:00
Ludovic Courtès
7e052f904e GNU uCommon C++ 5.0.1.
svn path=/nixpkgs/trunk/; revision=27328
2011-05-30 21:49:43 +00:00
Ludovic Courtès
b7f8a4a795 GNU SASL 1.6.1.
svn path=/nixpkgs/trunk/; revision=27325
2011-05-30 21:49:24 +00:00
Ludovic Courtès
947f4db2e9 GNU Libidn 1.22.
svn path=/nixpkgs/trunk/; revision=27324
2011-05-30 21:49:18 +00:00
Ludovic Courtès
1323580c9a GNU Scientific Library 1.15.
svn path=/nixpkgs/trunk/; revision=27323
2011-05-30 21:49:12 +00:00
Ludovic Courtès
0add50ed1b GNU GLOBAL 5.9.5.
svn path=/nixpkgs/trunk/; revision=27321
2011-05-30 21:48:55 +00:00
Ludovic Courtès
b35e60ff61 GnuTLS 2.12.5.
svn path=/nixpkgs/trunk/; revision=27317
2011-05-30 21:48:32 +00:00
Michael Raskin
e0a4f988a4 Make Ekiga build
svn path=/nixpkgs/trunk/; revision=27305
2011-05-27 05:39:44 +00:00
Marco Maggesi
e2b159dabe ocaml batteries: https --> http
svn path=/nixpkgs/trunk/; revision=27303
2011-05-25 09:27:50 +00:00
Michael Raskin
579433500a Update Lazarus
svn path=/nixpkgs/trunk/; revision=27302
2011-05-25 09:04:54 +00:00
Michael Raskin
21e9c28ce5 Update FPC
svn path=/nixpkgs/trunk/; revision=27301
2011-05-25 08:45:08 +00:00
Marco Maggesi
e8466deeff ocaml batteries: fix download url
svn path=/nixpkgs/trunk/; revision=27300
2011-05-24 20:40:55 +00:00
Marco Maggesi
5b730d301c Update ocaml_batteries and camomile (ocamlPackages)
*  Add camomile 0.8.3 and 0.8.2 (for ocaml_batteries).
  *  Remove obsolete camomile 0.7.3 and 0.8.1.
  *  Update ocaml_batteries to version 1.3.0 (also add fixes for Darwin).


svn path=/nixpkgs/trunk/; revision=27299
2011-05-24 18:21:13 +00:00
Marco Maggesi
a3b617c8e3 Add platforms to OCaml 3.12.0
svn path=/nixpkgs/trunk/; revision=27298
2011-05-24 18:05:05 +00:00
Lluís Batlle i Rossell
6ec672232a Enabling most xcache settings
svn path=/nixpkgs/trunk/; revision=27296
2011-05-24 15:23:04 +00:00
Marco Maggesi
3c99107e82 Fix compilation of apr-util on darwin by removing dependence on openldap
svn path=/nixpkgs/trunk/; revision=27283
2011-05-20 17:00:49 +00:00
Karn Kallio
b6acdba7fa Update Ur/Web to latest release 2011057.
svn path=/nixpkgs/trunk/; revision=27276
2011-05-17 21:36:55 +00:00
Andres Löh
0736b17460 Added repa library for Haskell.
svn path=/nixpkgs/trunk/; revision=27267
2011-05-16 13:48:03 +00:00
Michael Raskin
7dcbaadf78 Split WebKit into release expression and svn-trunk expression; WebKitGtk had a release recently, so it is not a big featurewise change
svn path=/nixpkgs/trunk/; revision=27259
2011-05-16 02:45:55 +00:00
Michael Raskin
b3e1663faf Update WebKit
svn path=/nixpkgs/trunk/; revision=27255
2011-05-15 19:21:53 +00:00