Rob Vermaas
a3902e186c
* added -lgcc_s to NIX_LDFLAGS of mono
...
svn path=/nixpkgs/trunk/; revision=17875
2009-10-19 11:26:13 +00:00
Peter Simons
6b28b25453
ghc-6.10: fix build on Darwin
...
The initial MacOS X binaries have been linked to libgmp.dylib using some
mad path in /opt that's now hard-coded into the program. Consequently,
$DYLD_LIBRARY_PATH must contain the place where libgmp really is for
those binaries to run correctly. Tested on i386-apple-darwin9.7.0.
svn path=/nixpkgs/trunk/; revision=17873
2009-10-19 09:17:40 +00:00
Peter Simons
f947a05759
pango needs libintl, which is provided by gettext on Darwin.
...
svn path=/nixpkgs/trunk/; revision=17872
2009-10-19 09:17:30 +00:00
Peter Simons
1e575d3572
perl-5.8 and perl-5.10: fixed build on MacOS X
...
On MacOS X, we used to use the native perl interpreter from /usr/bin.
Unfortunately, that interpreter fails to build a number of packages
(Subversion, Git, etc. ...), because it assumes knowledge about the
underlying C compiler that is not valid for the compiler used by Nix.
For example, /usr/bin/perl assumes that the compiler can build binaries
for both the ppc and the x86 architecture. /usr/bin/gcc can do that, but
the gcc from Nix can't.
The solution is to compile Perl 5.10 in Nix so that the ./configure
phase can properly detect the system's capabilities. However, note that
the resulting binary is impure: it will find headers in /usr/include and
libraries in /usr/lib. In this respect, the Nix-compiled perl binary is
no different than the native one in /usr/bin -- it's just configured
more accurately.
svn path=/nixpkgs/trunk/; revision=17870
2009-10-19 09:17:10 +00:00
Lluís Batlle i Rossell
9e519f0802
First attempt at adding an attribute for the libc.info glibc manual.
...
svn path=/nixpkgs/trunk/; revision=17868
2009-10-18 15:15:39 +00:00
Marc Weber
87a60a6afd
fix ctags wrapper js regex
...
svn path=/nixpkgs/trunk/; revision=17856
2009-10-18 04:43:35 +00:00
Ludovic Courtès
8e9ea2c209
GNU Guile 1.9.4 (alpha).
...
svn path=/nixpkgs/trunk/; revision=17843
2009-10-16 08:00:36 +00:00
Lluís Batlle i Rossell
ffe3d65986
Making perl DB_File follow the lib/perl5/site_perl convention for the *.pm files,
...
so all hooks on PERL5LIB include this module properly.
I don't know why this doesn't install the files to that */site_perl/* by default.
svn path=/nixpkgs/trunk/; revision=17837
2009-10-15 22:08:23 +00:00
Andres Löh
947c5029d7
Added ghc-6.12.1 release candidate.
...
svn path=/nixpkgs/trunk/; revision=17824
2009-10-15 12:49:37 +00:00
Eelco Dolstra
e111bb380d
* aubio: lacked a version in the name attribute, and the description
...
was broken.
svn path=/nixpkgs/trunk/; revision=17807
2009-10-14 15:32:37 +00:00
Eelco Dolstra
f581d2a719
* Make all ocaml versions available in the proper way.
...
svn path=/nixpkgs/trunk/; revision=17805
2009-10-14 15:21:45 +00:00
Lluís Batlle i Rossell
507f7fb86e
Updating sun java jdk. I expected some problems to be solved, but they work the same
...
way in this new version. But an update should not annoy.
svn path=/nixpkgs/trunk/; revision=17794
2009-10-13 21:45:20 +00:00
Ludovic Courtès
37a65be4ff
gettext: Build on non-GNU systems.
...
svn path=/nixpkgs/trunk/; revision=17775
2009-10-13 10:03:44 +00:00
Eelco Dolstra
257ffc8e73
* Fix broken meta attributes.
...
svn path=/nixpkgs/trunk/; revision=17773
2009-10-13 09:39:27 +00:00
Eelco Dolstra
fcf92435e3
* apr 1.3.9.
...
svn path=/nixpkgs/trunk/; revision=17767
2009-10-12 17:57:27 +00:00
Sander van der Burg
9444b0f4a4
Increased the maximum heap size of GWT to prevent out of memory errors
...
svn path=/nixpkgs/trunk/; revision=17751
2009-10-12 10:42:36 +00:00
Ludovic Courtès
666754f7aa
GDB: Reinstate removal of duplicate Info files.
...
svn path=/nixpkgs/trunk/; revision=17750
2009-10-12 10:06:41 +00:00
Lluís Batlle i Rossell
57a544d59c
Adding 'remake': a patched and modernized version of GNU make utility that adds
...
improved error reporting, the ability to trace execution in a comprehensible
way, and a debugger.
svn path=/nixpkgs/trunk/; revision=17744
2009-10-11 15:03:13 +00:00
Michael Raskin
e131df67ee
Update GDB
...
svn path=/nixpkgs/trunk/; revision=17742
2009-10-10 14:45:38 +00:00
Rob Vermaas
67bf96d424
enable freebsd for mesa
...
svn path=/nixpkgs/trunk/; revision=17733
2009-10-09 13:57:20 +00:00
Andres Löh
895520c5e1
Added uniqueid Haskell package.
...
svn path=/nixpkgs/trunk/; revision=17732
2009-10-09 13:30:52 +00:00
Andres Löh
1a1a661f4b
Version bump for darcs.
...
svn path=/nixpkgs/trunk/; revision=17729
2009-10-08 14:07:13 +00:00
Andres Löh
0b5b512471
Added HList package for Haskell.
...
svn path=/nixpkgs/trunk/; revision=17715
2009-10-08 09:46:56 +00:00
Rob Vermaas
7aae02cb99
added DBD-mysql, maatkit
...
svn path=/nixpkgs/trunk/; revision=17703
2009-10-07 15:08:34 +00:00
Sander van der Burg
49124816cc
Upgraded GWT to 1.5.3
...
svn path=/nixpkgs/trunk/; revision=17698
2009-10-07 13:03:38 +00:00
Ludovic Courtès
1028742c3b
libedit update (the former upstream tarball vanished).
...
svn path=/nixpkgs/trunk/; revision=17679
2009-10-06 16:47:37 +00:00
Michael Raskin
edbbddce1d
A case study in transitive overrides. WebKit needs fresh glib. This means it needs a whole slice of system built against glib-2.22.. Added overrides are generic enough, though. So the same way can be used to override everything. I have failed (so far?) to add mkOverridable into stdenv, though.
...
svn path=/nixpkgs/trunk/; revision=17661
2009-10-06 05:43:51 +00:00
Ludovic Courtès
efb5018a8f
Add GNU guile-gnome.
...
svn path=/nixpkgs/trunk/; revision=17657
2009-10-05 22:21:50 +00:00
Ludovic Courtès
c1e5a9d2fb
G-Wrap: Propagate libffi.
...
svn path=/nixpkgs/trunk/; revision=17656
2009-10-05 22:21:45 +00:00
Ludovic Courtès
14dc82302c
libffi: Install headers under "$out/include".
...
svn path=/nixpkgs/trunk/; revision=17655
2009-10-05 22:21:40 +00:00
Ludovic Courtès
9fe05496fb
Add Guile-Cairo.
...
svn path=/nixpkgs/trunk/; revision=17653
2009-10-05 22:21:24 +00:00
Lluís Batlle i Rossell
954a8d0cdc
Adding amr support in mplayer. That should be enabled by the user, because those libraries are not redistributable.
...
I don't know if the 'unfree' in the amr libraries will stop mplayer being built without its support. We would have to write the all-packages MPlayer expression different, in this case.
svn path=/nixpkgs/trunk/; revision=17635
2009-10-04 21:31:34 +00:00
Andres Löh
ad30d22e82
Added ansi-wl-pprint lib for Haskell.
...
svn path=/nixpkgs/trunk/; revision=17634
2009-10-04 09:28:05 +00:00
Lluís Batlle i Rossell
e5654ae80f
Reverting simons' r17618, which causes a major stdenv rebuild.
...
svn path=/nixpkgs/trunk/; revision=17622
2009-10-02 19:05:39 +00:00
Peter Simons
67cea803fa
perl-5.8 and perl-5.10: fixed build on MacOS X
...
On MacOS X, we used to use the native perl interpreter from /usr/bin.
Unfortunately, that interpreter fails to build a number of packages
(Subversion, Git, etc. ...), because it assumes knowledge about the underlying
C compiler that is not valid for the compiler used by Nix. For example,
/usr/bin/perl assumes that the compiler can build binaries for both the ppc and
the x86 architecture. /usr/bin/FCC can do that, but the gcc from Nix can't.
The solution is to compile Perl 5.10 via Nix so that it can properly configure
itself. However, note that the resulting binary is impure: it will find headers
in /usr/include and libraries in /usr/lib -- something a pure perl binary
wouldn't do. In this respect our Nix-compiled perl binary is not better than
the native one from /usr/bin -- it's just more accurately configured.
svn path=/nixpkgs/trunk/; revision=17618
2009-10-02 16:26:05 +00:00
Sander van der Burg
e615e1e0de
Renamed extension to tar.gz
...
svn path=/nixpkgs/trunk/; revision=17615
2009-10-02 15:37:12 +00:00
Sander van der Burg
fe23ec7ba9
Upgraded Qt to 4.5.3
...
svn path=/nixpkgs/trunk/; revision=17612
2009-10-02 14:59:17 +00:00
Rob Vermaas
82447aa73e
added openjdk for darwin (binaries) for testing
...
svn path=/nixpkgs/trunk/; revision=17596
2009-10-02 12:12:23 +00:00
Eelco Dolstra
4041f93fbf
* SWIG apparently doesn't need Perl/Python/Guile/JDK/20 other
...
languages at build time. It seems they're only used in "make
check".
* Subversion: updated to 1.6.5.
svn path=/nixpkgs/trunk/; revision=17594
2009-10-02 11:49:21 +00:00
Sander van der Burg
d68835524d
Upgraded pycups to 1.9.46
...
svn path=/nixpkgs/trunk/; revision=17593
2009-10-02 11:13:03 +00:00
Andres Löh
9b28b2692c
Added transformers package for Haskell.
...
svn path=/nixpkgs/trunk/; revision=17589
2009-10-02 09:32:40 +00:00
Lluís Batlle i Rossell
9245074c64
I missed the recent boostFull fix writing it the other way round.
...
Fixing.
svn path=/nixpkgs/trunk/; revision=17586
2009-10-02 08:00:21 +00:00
Lluís Batlle i Rossell
924d48083b
Fixing boostFull 1.40.0
...
They removed the usual tagged library names in 1.40 under the layout
"system", but they introduced a new layout "tagged". The "tagged" layout
is needed when we want more than one 'style' of the libraries at once(debug,release, ...
svn path=/nixpkgs/trunk/; revision=17585
2009-10-02 07:39:11 +00:00
Lluís Batlle i Rossell
c66b4ee26d
Updating freeimage, and setting me as maintainer on some packages.
...
svn path=/nixpkgs/trunk/; revision=17584
2009-10-02 07:39:03 +00:00
Lluís Batlle i Rossell
bd988d052b
Stating me as maintainer of packages I maintain.
...
svn path=/nixpkgs/trunk/; revision=17583
2009-10-01 20:18:17 +00:00
Sander van der Burg
0dbef3fe64
Added FreeTTS package
...
svn path=/nixpkgs/trunk/; revision=17577
2009-10-01 14:48:57 +00:00
Sander van der Burg
d8d1aa8685
Downgraded SIP to 4.8.2 and changed download location
...
svn path=/nixpkgs/trunk/; revision=17569
2009-10-01 12:06:35 +00:00
Sander van der Burg
23f787900f
Changed PyQt version to 4.5.4
...
svn path=/nixpkgs/trunk/; revision=17568
2009-10-01 11:58:20 +00:00
Sander van der Burg
78f31f1e30
Downgraded PyQt 4.5.4, since it breaks KDE. Changed download location
...
svn path=/nixpkgs/trunk/; revision=17567
2009-10-01 11:43:38 +00:00
Ludovic Courtès
bc1d0a2ba0
Typo.
...
svn path=/nixpkgs/trunk/; revision=17566
2009-10-01 09:08:16 +00:00
Ludovic Courtès
c1bf206662
Xalan-J 2.7.1, built from source.
...
svn path=/nixpkgs/trunk/; revision=17565
2009-10-01 09:07:17 +00:00
Ludovic Courtès
34e579c747
Xerces-J: Fix URL.
...
svn path=/nixpkgs/trunk/; revision=17564
2009-10-01 09:07:13 +00:00
Ludovic Courtès
a5945916f0
More Apache mirrors; use them for Ant.
...
svn path=/nixpkgs/trunk/; revision=17563
2009-10-01 09:07:09 +00:00
Ludovic Courtès
e503c07475
Add Xerces-J, built from source.
...
svn path=/nixpkgs/trunk/; revision=17562
2009-10-01 09:06:59 +00:00
Michael Raskin
de014f5bb3
Hm, fetchurl failed due to transient network problem previous time..
...
svn path=/nixpkgs/trunk/; revision=17558
2009-09-30 14:20:19 +00:00
Michael Raskin
b28d00d82c
Give up on WML
...
svn path=/nixpkgs/trunk/; revision=17557
2009-09-30 14:12:52 +00:00
Michael Raskin
fbda797a0b
Current Webkit trunk build seems to be broken..
...
svn path=/nixpkgs/trunk/; revision=17556
2009-09-30 13:17:29 +00:00
Ludovic Courtès
a29f9b51d6
Add GOffice, GNOME's office/document library.
...
svn path=/nixpkgs/trunk/; revision=17550
2009-09-30 13:11:13 +00:00
Ludovic Courtès
f4b739fde0
libgsf 1.14.9.
...
svn path=/nixpkgs/trunk/; revision=17549
2009-09-30 13:11:09 +00:00
Ludovic Courtès
35ae15d5fa
SLIB: Add setup hook.
...
svn path=/nixpkgs/trunk/; revision=17548
2009-09-30 13:11:05 +00:00
Ludovic Courtès
1a9597827d
Add SLIB, a portable Scheme library.
...
svn path=/nixpkgs/trunk/; revision=17546
2009-09-30 13:10:58 +00:00
Michael Raskin
b62af15130
As we see, we need some fallback for FreeDesktop
...
svn path=/nixpkgs/trunk/; revision=17545
2009-09-30 12:45:15 +00:00
Sander van der Burg
acce623d3f
Upgraded SIP to 4.9
...
svn path=/nixpkgs/trunk/; revision=17538
2009-09-30 09:54:14 +00:00
Sander van der Burg
7d808c4229
Upgraded PyQt to 4.6
...
svn path=/nixpkgs/trunk/; revision=17537
2009-09-30 09:43:49 +00:00
Michael Raskin
e7ccbf5a2b
Now we have fresh GTK/Gnome; try updating WebKit
...
svn path=/nixpkgs/trunk/; revision=17521
2009-09-30 05:37:09 +00:00
Lennart Kats
f20dc4d468
Bumped strategoxt baseline to bootstrapped pre20033 to fix absolute paths in ctrees.
...
svn path=/nixpkgs/trunk/; revision=17503
2009-09-29 14:15:40 +00:00
Michael Raskin
164b8b8841
Removing now-uneeded intermediate version
...
svn path=/nixpkgs/trunk/; revision=17501
2009-09-29 13:48:11 +00:00
Michael Raskin
48e7d267d0
Fresh GTK
...
svn path=/nixpkgs/trunk/; revision=17499
2009-09-29 13:39:14 +00:00
Lennart Kats
d993292f2e
Bumped strategoxt baseline to pre20033 to fix absolute paths in ctrees.
...
svn path=/nixpkgs/trunk/; revision=17498
2009-09-29 13:13:57 +00:00
Michael Raskin
8177f0f042
Updating ICU library..
...
svn path=/nixpkgs/trunk/; revision=17496
2009-09-29 12:52:47 +00:00
Ludovic Courtès
403a4f9ae6
Add GNU AutoGen.
...
svn path=/nixpkgs/trunk/; revision=17491
2009-09-29 09:01:40 +00:00
Ludovic Courtès
50f75f17c5
Guile 1.9: Work around defects in guile-2.0.pc' and
guile-config'.
...
svn path=/nixpkgs/trunk/; revision=17486
2009-09-28 23:23:37 +00:00
Peter Simons
6fd9468622
boost: updated to version 1.40.0
...
* Dropped classr.patch; it no longer applies to this version.
* The "configure" script has been renamed to "bootstrap.sh".
* The bootstrapping process generates no Makefile anymore; the build
expression has to call bjam directly to build the libraries.
* Perform build and install phase in one execution of bjam. This is a
lot faster, because bjam won't check the dependencies twice.
svn path=/nixpkgs/trunk/; revision=17471
2009-09-28 15:11:01 +00:00
Peter Simons
8d09b96e84
glib: enable building of a static version of this library
...
svn path=/nixpkgs/trunk/; revision=17469
2009-09-28 15:10:51 +00:00
Andres Löh
af2fec87d7
Updated ghc-core plus dependencies.
...
svn path=/nixpkgs/trunk/; revision=17467
2009-09-28 14:13:41 +00:00
Andres Löh
9669ae336a
Added parsimony and polyparse, updated parsec.
...
svn path=/nixpkgs/trunk/; revision=17464
2009-09-28 11:29:19 +00:00
Eelco Dolstra
d568a59c86
* PolicyKit: install the manpages.
...
svn path=/nixpkgs/trunk/; revision=17440
2009-09-26 10:43:41 +00:00
Eelco Dolstra
7638cc573e
* Read policy files from /etc/PolicyKit/policy instead of
...
$out/share/PolicyKit/policy - otherwise we can't let PolicyKit find
the policies of other packages (such as HAL).
svn path=/nixpkgs/trunk/; revision=17438
2009-09-26 10:29:57 +00:00
Eelco Dolstra
c07380798c
* Use /etc/PolicyKit/PolicyKit.conf.
...
svn path=/nixpkgs/trunk/; revision=17435
2009-09-25 23:57:33 +00:00
Eelco Dolstra
a96c83d70e
* Build HAL with ConsoleKit and PolicyKit support. Without it, HAL's
...
configure script prints out this ominous warning:
WARNING: PolicyKit is disabled. You need to manually edit the hal.conf
file to lock down the service. Failure to do so allows any
caller to make hald do work on their behalf which may be
a huge SECURITY HOLE. I repeat: YOU NEED TO EDIT THE FILE
hal.conf to match your distro/site to avoid NASTY SECURITY HOLES.
Note that HAL only builds with the old PolicyKit (it looks for
polkit.pc). Reverted ConsoleKit to the last version that used the
old PolicyKit for this reason.
svn path=/nixpkgs/trunk/; revision=17432
2009-09-25 23:05:53 +00:00
Eelco Dolstra
aab405ccb5
* For consistency.
...
svn path=/nixpkgs/trunk/; revision=17426
2009-09-25 20:09:50 +00:00
Eelco Dolstra
7dd58cda98
* Sigh. For PolicyKit, follow the upstream names, otherwise I'll get
...
a headache. "polkit" is the new, unstable release series.
"policykit" is the old series. (See
http://lists.freedesktop.org/archives/polkit-devel/2009-February/000106.html
for an "explanation" of the name change.) It seems that for HAL we
need to revert to the old "policykit", since it doesn't compile
against "polkit".
svn path=/nixpkgs/trunk/; revision=17425
2009-09-25 20:06:36 +00:00
Marc Weber
931a5936cb
using getConfig for php so that users who don't know the composableDerivation very well can switch off features.
...
svn path=/nixpkgs/trunk/; revision=17423
2009-09-25 19:39:05 +00:00
Peter Simons
0b7472ee61
How can a package link glib statically?
...
svn path=/nixpkgs/trunk/; revision=17415
2009-09-25 02:09:50 +00:00
Lluís Batlle i Rossell
f9035543d5
Made openocd work with ft2232 jtag chipset, that of the Sheevaplug.
...
svn path=/nixpkgs/trunk/; revision=17407
2009-09-24 21:28:27 +00:00
Ludovic Courtès
c1f7e5ff90
ant-gcj: Add missing file.
...
svn path=/nixpkgs/trunk/; revision=17402
2009-09-24 14:50:42 +00:00
Ludovic Courtès
18e946cb9d
Add Apache Ant, built from source with GCJ.
...
svn path=/nixpkgs/trunk/; revision=17401
2009-09-24 14:49:15 +00:00
Rob Vermaas
3c021b4a97
bumped version of java-front 0.9.1
...
svn path=/nixpkgs/trunk/; revision=17400
2009-09-24 14:28:25 +00:00
Rob Vermaas
32fad9e076
updated version of strategoxt-0.18pre
...
svn path=/nixpkgs/trunk/; revision=17399
2009-09-24 12:56:28 +00:00
Eelco Dolstra
0fe3d3a313
* Doh.
...
svn path=/nixpkgs/trunk/; revision=17373
2009-09-23 19:50:31 +00:00
Eelco Dolstra
b7a90c11d3
* selectMaintained (renamed): don't use meta.maintainer, just use
...
meta.platforms.
* Valgrind *should* work on Darwin now, except that our GCC doesn't
recognise the -arch flag.
svn path=/nixpkgs/trunk/; revision=17372
2009-09-23 19:45:02 +00:00
Eelco Dolstra
880e6ba1f7
* Valgrind 3.5.0.
...
svn path=/nixpkgs/trunk/; revision=17369
2009-09-23 18:46:07 +00:00
Ludovic Courtès
cdd0317b9a
Guile 1.9: Propagate `pkg-config'.
...
svn path=/nixpkgs/trunk/; revision=17359
2009-09-23 09:13:51 +00:00
Marc Weber
47828714e4
redland 1.0.9 breaks kde-4.3. So also provide 1.0.8
...
svn path=/nixpkgs/trunk/; revision=17357
2009-09-22 23:07:35 +00:00
Ludovic Courtès
03043bce33
ECJ: Merge the 2 expressions.
...
svn path=/nixpkgs/trunk/; revision=17354
2009-09-22 14:40:54 +00:00
Ludovic Courtès
bf0f4deabb
Add ECJ.
...
svn path=/nixpkgs/trunk/; revision=17352
2009-09-22 14:19:44 +00:00
Ludovic Courtès
7735b54340
Keep only one SWIG, with support for all languages.
...
svn path=/nixpkgs/trunk/; revision=17351
2009-09-22 11:59:41 +00:00
Eelco Dolstra
4c759795e0
svn path=/nixpkgs/trunk/; revision=17350
2009-09-22 10:41:33 +00:00
Eelco Dolstra
912e9f2c80
* Revert Redland - see http://hydra.nixos.org/build/78513 .
...
svn path=/nixpkgs/trunk/; revision=17347
2009-09-22 08:55:37 +00:00
Michael Raskin
2750e04339
Adding uzbl experimental snapshot
...
svn path=/nixpkgs/trunk/; revision=17344
2009-09-22 03:51:04 +00:00
Ludovic Courtès
7b2932cd9b
SWIG 1.3.40, with Guile support.
...
svn path=/nixpkgs/trunk/; revision=17343
2009-09-21 20:56:53 +00:00
Marc Weber
7957310a66
adding aubio
...
svn path=/nixpkgs/trunk/; revision=17326
2009-09-21 09:58:38 +00:00
Marc Weber
c01f00b3ff
adding vamp sdk and rubberband
...
svn path=/nixpkgs/trunk/; revision=17323
2009-09-21 09:58:30 +00:00
Marc Weber
6f37fc253b
adding liblo
...
svn path=/nixpkgs/trunk/; revision=17322
2009-09-21 09:58:27 +00:00
Marc Weber
028f3ec7d0
updating redland, adding rasqal, raptor, librdf
...
svn path=/nixpkgs/trunk/; revision=17320
2009-09-21 09:58:21 +00:00
Marc Weber
34be37b51e
adding twinkle, a voice over IP phone software
...
svn path=/nixpkgs/trunk/; revision=17303
2009-09-20 17:01:19 +00:00
Lluís Batlle i Rossell
3eeec96a31
Adding OpenOCD.
...
svn path=/nixpkgs/trunk/; revision=17302
2009-09-20 16:43:16 +00:00
Ludovic Courtès
efa9aa3736
GnuTLS 2.8.4.
...
svn path=/nixpkgs/trunk/; revision=17299
2009-09-20 14:03:17 +00:00
Ludovic Courtès
0ff12bddac
GNU libunistring: Propagate libiconv.
...
svn path=/nixpkgs/trunk/; revision=17298
2009-09-20 13:54:22 +00:00
Lluís Batlle i Rossell
8515a7fa68
Adding me as a maintainer, with a pair of packages.
...
svn path=/nixpkgs/trunk/; revision=17295
2009-09-20 09:37:55 +00:00
Lluís Batlle i Rossell
f85146e2fc
Making radare more flexible on build options.
...
svn path=/nixpkgs/trunk/; revision=17294
2009-09-20 09:33:37 +00:00
Ludovic Courtès
de9c8771bd
GNU libunistring 0.9.1.1.
...
svn path=/nixpkgs/trunk/; revision=17287
2009-09-19 22:17:11 +00:00
Ludovic Courtès
e3351fb625
Add GNU libiconv as a stand-alone package.
...
svn path=/nixpkgs/trunk/; revision=17282
2009-09-19 22:03:24 +00:00
Ludovic Courtès
f2b30a1bf7
Zziplib: Build only where Python is supported.
...
svn path=/nixpkgs/trunk/; revision=17281
2009-09-19 21:52:33 +00:00
Ludovic Courtès
bf4162eb0b
GNU gettext: Fix {Cyg,Dar}win hack (again).
...
svn path=/nixpkgs/trunk/; revision=17276
2009-09-19 13:21:16 +00:00
Ludovic Courtès
4e029cf721
GNU gettext: Fix {Cyg,Dar}win hack.
...
svn path=/nixpkgs/trunk/; revision=17274
2009-09-19 12:21:39 +00:00
Ludovic Courtès
dc176f6a2b
GNU gettext: Try building on Darwin.
...
svn path=/nixpkgs/trunk/; revision=17271
2009-09-19 11:04:33 +00:00
Ludovic Courtès
dbaa2bdf70
Nettle: Disable tests on Cygwin.
...
svn path=/nixpkgs/trunk/; revision=17262
2009-09-18 18:25:24 +00:00
Ludovic Courtès
519b26bd4d
GNU Nettle: Tentative patch for Cygwin.
...
svn path=/nixpkgs/trunk/; revision=17250
2009-09-18 15:01:47 +00:00
Ludovic Courtès
26dc84f99a
BDW-GC: Tentative fix for Cygwin.
...
svn path=/nixpkgs/trunk/; revision=17249
2009-09-18 14:30:10 +00:00
Eelco Dolstra
11e76d7303
* libxml2 2.7.4. Quite a few packages depend on libxml2, so this
...
isn't the default yet.
svn path=/nixpkgs/trunk/; revision=17245
2009-09-18 11:41:37 +00:00
Andres Löh
9dc9e71096
Version bump for data-reify.
...
svn path=/nixpkgs/trunk/; revision=17228
2009-09-17 11:47:25 +00:00
Andres Löh
ea843fa435
Added GHC HEAD snapshot.
...
svn path=/nixpkgs/trunk/; revision=17227
2009-09-17 11:45:20 +00:00
Ludovic Courtès
b9e92b0e8f
Typo.
...
svn path=/nixpkgs/trunk/; revision=17222
2009-09-17 10:16:41 +00:00
Ludovic Courtès
e856cc0f3b
Don't build CLooG-PPL on Cygwin.
...
svn path=/nixpkgs/trunk/; revision=17221
2009-09-17 10:16:21 +00:00
Sander van der Burg
b25e2987a6
- Fixed slang so that it always finds the terminfo files
...
- Added GPM support to midnight commander
svn path=/nixpkgs/trunk/; revision=17209
2009-09-16 17:52:54 +00:00
Sander van der Burg
3e69dab469
Applied some fixes to midnight commander so that it no longer displays weird characters
...
svn path=/nixpkgs/trunk/; revision=17207
2009-09-16 17:08:33 +00:00
Michael Raskin
a9dc68b1ea
Specify some obvious platform sets
...
svn path=/nixpkgs/trunk/; revision=17205
2009-09-16 15:12:24 +00:00
Ludovic Courtès
ebd78c51d0
GNU Cflow: Don't build on Darwin.
...
svn path=/nixpkgs/trunk/; revision=17204
2009-09-16 15:09:58 +00:00
Ludovic Courtès
ad14f6712c
GCC 4.4: Restrict to GNU/Linux for now.
...
svn path=/nixpkgs/trunk/; revision=17203
2009-09-16 14:59:56 +00:00
Ludovic Courtès
90cdaa74e9
GNU Cflow: Don't depend on Emacs on Cyg/Dar.
...
svn path=/nixpkgs/trunk/; revision=17201
2009-09-16 14:53:27 +00:00
Ludovic Courtès
cb865a1ac1
Python 2.5: Add `passthru.platforms'.
...
svn path=/nixpkgs/trunk/; revision=17198
2009-09-16 14:42:56 +00:00
Ludovic Courtès
bdc8e21d9e
Crypto++: Fix on Darwin.
...
svn path=/nixpkgs/trunk/; revision=17196
2009-09-16 14:35:38 +00:00
Ludovic Courtès
ba315f3052
Fix GNU Nettle.
...
svn path=/nixpkgs/trunk/; revision=17194
2009-09-16 14:26:00 +00:00
Ludovic Courtès
717910394b
GNU Guile 1.9.3.
...
svn path=/nixpkgs/trunk/; revision=17188
2009-09-16 12:46:17 +00:00
Ludovic Courtès
08cc42f378
libgc: Add meta-info.
...
svn path=/nixpkgs/trunk/; revision=17187
2009-09-16 12:39:57 +00:00
Rob Vermaas
94642f08a6
update webdsl
...
svn path=/nixpkgs/trunk/; revision=17178
2009-09-16 09:34:36 +00:00
Rob Vermaas
0f02e39a6e
added stratego 0.18 pre release
...
svn path=/nixpkgs/trunk/; revision=17157
2009-09-15 11:36:41 +00:00
Eelco Dolstra
23ece2e968
* Fix for building Perl 5.8 on newer kernel headers. We still need
...
Perl 5.8 for old GHCs.
svn path=/nixpkgs/trunk/; revision=17111
2009-09-14 13:31:26 +00:00
Andres Löh
5b20a89f11
Version bumps for a number of Haskell packages.
...
svn path=/nixpkgs/trunk/; revision=17107
2009-09-14 08:35:39 +00:00
Eelco Dolstra
5d0b5d06e9
* qt-4 -> qt-4.4.
...
* kde-4.2 shouldn't depend on poppler built with qt 4.5.
svn path=/nixpkgs/trunk/; revision=17084
2009-09-13 11:04:54 +00:00
Marc Weber
5478df996a
adding netsurf browser. No JavaScript yet
...
svn path=/nixpkgs/trunk/; revision=17077
2009-09-13 08:54:47 +00:00
Marc Weber
dee4d93757
adding haru pdf lib
...
svn path=/nixpkgs/trunk/; revision=17076
2009-09-13 08:54:44 +00:00
Marc Weber
8b8b058662
adding libmng
...
svn path=/nixpkgs/trunk/; revision=17075
2009-09-13 08:54:41 +00:00
Sander van der Burg
0ff1faaf1b
- Added Qt script generator package (dependency for Amarok)
...
- Added taglib-extras package (dependency for Amarok)
- Upgraded Amarok to 2.1.1
svn path=/nixpkgs/trunk/; revision=17045
2009-09-11 12:05:23 +00:00
Ludovic Courtès
77110de089
GSL 1.13.
...
svn path=/nixpkgs/trunk/; revision=17039
2009-09-10 21:23:46 +00:00
Sander van der Burg
2b0544f223
- Loudmouth uses OpenSSL now instead of GnuTLS, because I could not compile it with GnuTLS
...
- Upgraded KOffice to 2.0.2
- Upgraded KTorrent to 3.2.3
- Upgraded Amarok to 2.1.1
svn path=/nixpkgs/trunk/; revision=17038
2009-09-10 21:08:46 +00:00
Sander van der Burg
bb4a7c5299
Upgraded PyQt and dependencies to 4.5.4
...
svn path=/nixpkgs/trunk/; revision=17031
2009-09-10 17:00:30 +00:00
Marc Weber
09920037c0
adding mplayer trunk cause the stable source distribution is said to be
...
outdated
svn path=/nixpkgs/trunk/; revision=17030
2009-09-10 16:58:02 +00:00
Marc Weber
5d39e92acc
adding boolstuff
...
svn path=/nixpkgs/trunk/; revision=17026
2009-09-10 16:57:50 +00:00
Marc Weber
2f91d73018
adding texitohtml (dependency of lilypond)
...
svn path=/nixpkgs/trunk/; revision=17023
2009-09-10 16:57:42 +00:00
Marc Weber
60aa746f6b
removing dropPath. It's used once and in that case it behaves like
...
builtins.dropPath
svn path=/nixpkgs/trunk/; revision=17018
2009-09-10 16:57:26 +00:00
Marc Weber
50ccc55d62
removing qtparted. It didn't compile. No updates since 2005
...
svn path=/nixpkgs/trunk/; revision=17017
2009-09-10 16:57:24 +00:00
Andres Löh
cb3722a72a
Version bump for uu-parsinglib.
...
svn path=/nixpkgs/trunk/; revision=16997
2009-09-09 15:49:52 +00:00
Andres Löh
dbfe44e6eb
Added parseargs.
...
svn path=/nixpkgs/trunk/; revision=16996
2009-09-09 15:45:27 +00:00
Sander van der Burg
f931c1ccfe
Claimed maintainership of the qt-4.5 package
...
svn path=/nixpkgs/trunk/; revision=16990
2009-09-08 21:25:08 +00:00
Sander van der Burg
c2a8340195
Updated Clucene core to 0.9.21b
...
svn path=/nixpkgs/trunk/; revision=16987
2009-09-08 13:38:47 +00:00
Sander van der Burg
b44d46ee21
Removed my dirty hacks, because I discovered a undocumented feature in the QT configure script which picks the opensource edition
...
svn path=/nixpkgs/trunk/; revision=16984
2009-09-08 09:50:06 +00:00
Eelco Dolstra
5de6c065d3
* Added scrot, a command-line screen capture utility.
...
svn path=/nixpkgs/trunk/; revision=16946
2009-09-02 22:56:33 +00:00
Eelco Dolstra
4c89d4f833
* Clean up the coverage report in the case where absolute paths are
...
used in the *.gcno files.
svn path=/nixpkgs/trunk/; revision=16925
2009-09-02 09:37:52 +00:00
Eelco Dolstra
54a5ad0c6f
* Hacked up a patch to let lcov find source files referenced by a
...
path relative to some arbitrary parent of the .gcno file. For
instance, this happens when building Subversion with coverage.
svn path=/nixpkgs/trunk/; revision=16902
2009-08-31 15:02:01 +00:00
Eelco Dolstra
024c82ee04
* lcov 1.7.
...
svn path=/nixpkgs/trunk/; revision=16888
2009-08-28 14:11:09 +00:00
Michael Raskin
a1ea759dd9
Adding libev - an even loop library remotely similar to libevent
...
svn path=/nixpkgs/trunk/; revision=16877
2009-08-27 07:17:57 +00:00
Andres Löh
39b651fb44
Added scion.
...
svn path=/nixpkgs/trunk/; revision=16876
2009-08-27 07:01:48 +00:00
Andres Löh
543483d99f
Added mkcabal.
...
svn path=/nixpkgs/trunk/; revision=16875
2009-08-27 06:35:17 +00:00
Michael Raskin
fbea8a558a
Adding WebDruid log analyzer. In the same time, reworking source autoupdate system a bit
...
svn path=/nixpkgs/trunk/; revision=16859
2009-08-26 11:13:36 +00:00
Michael Raskin
9e58814536
Changing CLisp, FPC to new style of adding to hydra
...
svn path=/nixpkgs/trunk/; revision=16855
2009-08-25 09:00:19 +00:00
Michael Raskin
98a62231d6
The chosen tarball failed; trying the previous one
...
svn path=/nixpkgs/trunk/; revision=16838
2009-08-24 18:59:29 +00:00
Michael Raskin
5e2b099a6a
Tried to track down incompatible change..
...
svn path=/nixpkgs/trunk/; revision=16837
2009-08-24 18:38:07 +00:00
Michael Raskin
85849fdfdd
Roll back to older WebKit anyway pending a GTK update
...
svn path=/nixpkgs/trunk/; revision=16836
2009-08-24 18:22:58 +00:00
Michael Raskin
743e35d24d
Re-enable WebKit WML support
...
svn path=/nixpkgs/trunk/; revision=16829
2009-08-24 07:35:11 +00:00
Michael Raskin
1dbae09f4d
Re-upgrade WebKit to the latest
...
svn path=/nixpkgs/trunk/; revision=16828
2009-08-24 07:31:22 +00:00
Michael Raskin
6770d7aa4d
Downgrade WebKit - probably enough to go with old libsoup. Libsoup mostly updated, but it seems to require fresher unstable gtk...
...
svn path=/nixpkgs/trunk/; revision=16826
2009-08-24 07:25:30 +00:00
Michael Raskin
8e85ed36fb
Update WebKit to latest and use Git checkout for libsoup
...
svn path=/nixpkgs/trunk/; revision=16820
2009-08-24 04:55:55 +00:00
Michael Raskin
d436b3a8f2
Try downgrading WebKit further
...
svn path=/nixpkgs/trunk/; revision=16819
2009-08-24 03:54:25 +00:00
Michael Raskin
109f116bb4
Roll back - until the requird libsoup version is released..
...
svn path=/nixpkgs/trunk/; revision=16818
2009-08-23 22:46:26 +00:00
Michael Raskin
5a6e313abf
Add an automated updater script and definitions for its use for WebKit
...
svn path=/nixpkgs/trunk/; revision=16816
2009-08-23 22:10:08 +00:00
Marc Weber
075f9712f2
fix soappy by using trunk version
...
svn path=/nixpkgs/trunk/; revision=16790
2009-08-20 20:19:04 +00:00
Marc Weber
79038a2038
build ruby with gdbm support
...
svn path=/nixpkgs/trunk/; revision=16789
2009-08-20 20:19:01 +00:00
Marc Weber
e7dc062579
adding xapian and xapian-bindings
...
svn path=/nixpkgs/trunk/; revision=16788
2009-08-20 20:18:58 +00:00
Lluís Batlle i Rossell
62a8e0806b
Radare update from 1.4.1 to 1.4.2
...
svn path=/nixpkgs/trunk/; revision=16778
2009-08-19 20:19:08 +00:00
Michael Raskin
a194af141b
Fix GConf from Gnome 2.26
...
svn path=/nixpkgs/trunk/; revision=16751
2009-08-17 18:31:42 +00:00
Eelco Dolstra
cfbbeb02e1
* ConsoleKit: build the PAM connector, put state in /var, read
...
configuration from /etc. The latter is necessary because there is
no way to override the configuration path (in particular to
run-session.d) at runtime.
svn path=/nixpkgs/trunk/; revision=16741
2009-08-17 00:36:48 +00:00
Ludovic Courtès
ba4ae2ad37
GnuTLS 2.8.3.
...
svn path=/nixpkgs/trunk/; revision=16739
2009-08-16 22:59:15 +00:00
Eelco Dolstra
8bfccbbcdf
* policy-kit: keep state in /var.
...
svn path=/nixpkgs/trunk/; revision=16737
2009-08-16 21:47:51 +00:00
Eelco Dolstra
c2c7c18316
* dbus: get the configuration from /etc/dbus-1. It's purer to use a
...
command-line argument when starting the system bus daemon, but
unfortunately dbus-daemon-launch-helper is started with an empty
environment and no way to override the compile-time location of the
configuration file.
I've made a temporary copy of dbus since lots of things depend on it
and I don't want a big recompile.
svn path=/nixpkgs/trunk/; revision=16735
2009-08-16 21:44:07 +00:00
Michael Raskin
89fc3a896c
Fix PolicyKit build
...
svn path=/nixpkgs/trunk/; revision=16727
2009-08-16 12:03:45 +00:00
Sander van der Burg
bd1b49e546
Added a prefix which is not passed to the configure script anymore
...
svn path=/nixpkgs/trunk/; revision=16725
2009-08-15 16:18:03 +00:00
Sander van der Burg
f114f1a64e
Fixed it, because otherwise it keeps looping
...
svn path=/nixpkgs/trunk/; revision=16724
2009-08-15 14:17:16 +00:00
Sander van der Burg
9b32ae7ce3
- Started my initial KDE 4.3.x expression which is a fork of the KDE 4.2.x expression
...
- Also forked the qt-4.4.x expression and adapted it. The old qt-4.4.x cannot be replaced since KDE 4.2.x does not work with qt-4.5.x, but on the other hand KDE 4.3.x requires qt-4.5.x
- It is now possible to disable the demos and examples in the qt-4.5.x build. By default, the demos, examples and documentation are disabled
svn path=/nixpkgs/trunk/; revision=16723
2009-08-15 14:02:49 +00:00
Eelco Dolstra
8f3bb9b4cb
* ConsoleKit -> console-kit. Build against policy-kit.
...
svn path=/nixpkgs/trunk/; revision=16722
2009-08-14 21:28:44 +00:00
Eelco Dolstra
9ea1a49aa2
* PolicyKit -> policy-kit (suggested by Ludovic).
...
* Oops, there already was a polkit package. Mea culpa...
svn path=/nixpkgs/trunk/; revision=16721
2009-08-14 21:12:46 +00:00
Andres Löh
0e14f884d3
Added HGL.
...
svn path=/nixpkgs/trunk/; revision=16715
2009-08-14 08:02:57 +00:00
Michael Raskin
7ffff9d558
Adding ACL2.
...
ACL2 = A Computational Logic for Applicative Common Lisp. It is
a Lisp sublanguage and a correctness prover for it.
svn path=/nixpkgs/trunk/; revision=16708
2009-08-13 14:32:52 +00:00
Eelco Dolstra
714555bb81
* Added PolicyKit and eggdbus. There is a newer version of PolicyKit
...
(0.93), but it doesn't compile with the current glib.
svn path=/nixpkgs/trunk/; revision=16704
2009-08-13 07:55:11 +00:00
Andres Löh
738b44d9d2
Some Haskell package updates.
...
svn path=/nixpkgs/trunk/; revision=16702
2009-08-12 15:28:47 +00:00
Eelco Dolstra
17132958a9
* dbus: updated to 1.2.16.
...
svn path=/nixpkgs/trunk/; revision=16683
2009-08-11 20:58:05 +00:00
Eelco Dolstra
4d7e5187d8
* xine-lib: updated to 1.1.16.3.
...
* xine-lib: dropped the dependency on SDL, which is not really
necessary. (And it caused Phonon/KDE to depend on SDL.)
svn path=/nixpkgs/trunk/; revision=16680
2009-08-11 20:47:33 +00:00
Ludovic Courtès
4a4f864c6f
buildPythonPackage: Allow checkPhase' and
postInstall' to be customized.
...
svn path=/nixpkgs/trunk/; revision=16675
2009-08-11 16:25:41 +00:00
Ludovic Courtès
c919587a26
Crypto++: Fix shared library.
...
svn path=/nixpkgs/trunk/; revision=16664
2009-08-11 07:52:29 +00:00
Ludovic Courtès
5a75fd2147
Crypto++ 5.6.0, with shared library and test suite.
...
svn path=/nixpkgs/trunk/; revision=16661
2009-08-10 23:50:07 +00:00
Andres Löh
2eadd35bdd
Updated Haskell Platform.
...
svn path=/nixpkgs/trunk/; revision=16656
2009-08-10 19:18:03 +00:00
Michael Raskin
8e2daf1287
Account for strange naming in some SBCL tarballs
...
svn path=/nixpkgs/trunk/; revision=16636
2009-08-10 07:14:28 +00:00
Michael Raskin
41eba0d962
SBCL 1.0.30 fails to build even on CLisp 2.44.1
...
svn path=/nixpkgs/trunk/; revision=16634
2009-08-10 05:58:16 +00:00
Michael Raskin
2ef1fe1b5b
Restore libsigsegv-2.5 and fix clisp-2.44.1 build for bootstrapping needs
...
svn path=/nixpkgs/trunk/; revision=16632
2009-08-10 05:20:14 +00:00
Michael Raskin
d2e63b3167
Change used archive format for CLisp
...
svn path=/nixpkgs/trunk/; revision=16631
2009-08-09 22:47:18 +00:00
Michael Raskin
19f4a84b09
Update SBCL
...
svn path=/nixpkgs/trunk/; revision=16630
2009-08-09 22:45:43 +00:00
Michael Raskin
e752ff5332
Try updating CLisp after libsigsegv update
...
svn path=/nixpkgs/trunk/; revision=16628
2009-08-09 22:41:29 +00:00
Ludovic Courtès
c1a05331f3
GNU libsigsegv 2.7.
...
svn path=/nixpkgs/trunk/; revision=16627
2009-08-09 22:24:05 +00:00
Eelco Dolstra
223bce6491
* Latest httpd, apr, apr-util.
...
svn path=/nixpkgs/trunk/; revision=16615
2009-08-07 15:26:13 +00:00
Michael Raskin
75d4611293
Try disabling WML to check a crash
...
svn path=/nixpkgs/trunk/; revision=16601
2009-08-07 09:30:14 +00:00
Michael Raskin
f33f18439f
Update WebKit
...
svn path=/nixpkgs/trunk/; revision=16596
2009-08-06 04:30:32 +00:00
Michael Raskin
49d39b5ae6
Update webkit
...
svn path=/nixpkgs/trunk/; revision=16587
2009-08-05 04:32:01 +00:00
Michael Raskin
25b3fe32ad
Adding myself as a maintainer of some of the packages
...
svn path=/nixpkgs/trunk/; revision=16572
2009-08-04 07:49:16 +00:00
Michael Raskin
15ac66ea0b
Update WebKit
...
svn path=/nixpkgs/trunk/; revision=16570
2009-08-04 04:41:33 +00:00
Pjotr Prins
cebbdff56c
Updated ruby interpreter
...
svn path=/nixpkgs/trunk/; revision=16556
2009-08-03 11:53:58 +00:00
Michael Raskin
fa8d0bc14e
Fixing file copying during installation..
...
svn path=/nixpkgs/trunk/; revision=16555
2009-08-03 10:40:43 +00:00
Michael Raskin
5ad10f2069
Install webkit tools
...
svn path=/nixpkgs/trunk/; revision=16553
2009-08-03 09:49:36 +00:00
Michael Raskin
1062fb2e4f
Let depending applications use gstreamer plugins webkit depends on
...
svn path=/nixpkgs/trunk/; revision=16548
2009-08-03 06:17:38 +00:00
Michael Raskin
30d143f0d8
Try to handle GStreamer correctly in webkit
...
svn path=/nixpkgs/trunk/; revision=16544
2009-08-03 05:11:30 +00:00
Michael Raskin
fd557980cd
Add libsoup as gstreamer dependency
...
svn path=/nixpkgs/trunk/; revision=16543
2009-08-03 04:55:30 +00:00
Michael Raskin
4f81e9a0c2
Disabling failing shared-workers option
...
svn path=/nixpkgs/trunk/; revision=16537
2009-08-02 20:20:42 +00:00
Michael Raskin
701a144f9c
Update to a version possible to download
...
svn path=/nixpkgs/trunk/; revision=16536
2009-08-02 20:01:15 +00:00
Michael Raskin
4f10526f9d
Try enabling some more features in webkit
...
svn path=/nixpkgs/trunk/; revision=16535
2009-08-02 19:45:59 +00:00
Michael Raskin
92c3ce343e
Fix case in configure option
...
svn path=/nixpkgs/trunk/; revision=16534
2009-08-02 19:31:36 +00:00
Michael Raskin
6632f65522
Try enabling more features in webkit
...
svn path=/nixpkgs/trunk/; revision=16532
2009-08-02 18:25:20 +00:00
Michael Raskin
91abf1a1de
Updating WebKit from a relatively unfortunate version
...
svn path=/nixpkgs/trunk/; revision=16531
2009-08-02 18:09:54 +00:00
Ludovic Courtès
937c50442c
Add Zziplib.
...
svn path=/nixpkgs/trunk/; revision=16528
2009-07-31 10:24:02 +00:00
Ludovic Courtès
4f591cb803
Add GNU Classpath.
...
svn path=/nixpkgs/trunk/; revision=16527
2009-07-31 09:59:45 +00:00
Ludovic Courtès
69c23d6432
GCJ 4.4: Build with Antlr.
...
svn path=/nixpkgs/trunk/; revision=16522
2009-07-30 16:05:39 +00:00
Ludovic Courtès
7dd05fc776
Autoconf: Don't run the test suite on Cygwin.
...
svn path=/nixpkgs/trunk/; revision=16521
2009-07-30 15:26:30 +00:00
Ludovic Courtès
89fa345b84
GCC 4.4: Make sure $PWD is not in $CPATH and $LIBRARY_PATH.
...
svn path=/nixpkgs/trunk/; revision=16520
2009-07-30 12:25:07 +00:00
Ludovic Courtès
33c6204f95
GCC 4.4: Don't expect zlib when `langJava' is false.
...
svn path=/nixpkgs/trunk/; revision=16518
2009-07-30 10:31:04 +00:00
Ludovic Courtès
0b46ac126b
GCJ 4.4: More X dependencies.
...
svn path=/nixpkgs/trunk/; revision=16516
2009-07-30 08:32:43 +00:00
Ludovic Courtès
2e8e54fbbc
GCJ 4.4: More X dependencies.
...
svn path=/nixpkgs/trunk/; revision=16513
2009-07-29 22:55:16 +00:00
Ludovic Courtès
a2e9613540
GCJ 4.4: More X dependencies (soon it will be all over, well I hope soon).
...
svn path=/nixpkgs/trunk/; revision=16512
2009-07-29 20:47:12 +00:00
Ludovic Courtès
4456c7496a
Autoconf: Patch sloppy test case.
...
svn path=/nixpkgs/trunk/; revision=16511
2009-07-29 19:39:15 +00:00
Ludovic Courtès
6e75b20d46
GCJ 4.4: More X dependencies (it's never enough).
...
svn path=/nixpkgs/trunk/; revision=16510
2009-07-29 19:33:45 +00:00
Michael Raskin
14b71e6b1d
I hope that was the last typo in this line
...
svn path=/nixpkgs/trunk/; revision=16509
2009-07-29 18:59:05 +00:00
Michael Raskin
b8f3d4b79d
Finally fix the typos in the fix..
...
svn path=/nixpkgs/trunk/; revision=16508
2009-07-29 18:55:50 +00:00
Michael Raskin
128d64427e
Fix escaping bug
...
svn path=/nixpkgs/trunk/; revision=16507
2009-07-29 18:51:35 +00:00
Michael Raskin
ad7218437d
Fix a typo in the tarball
...
svn path=/nixpkgs/trunk/; revision=16506
2009-07-29 18:47:09 +00:00
Michael Raskin
380c4aa4b8
Update WebKit
...
svn path=/nixpkgs/trunk/; revision=16505
2009-07-29 18:28:24 +00:00
Ludovic Courtès
cf229e4156
GCJ 4.4: More X dependencies.
...
svn path=/nixpkgs/trunk/; revision=16503
2009-07-29 16:18:31 +00:00
Ludovic Courtès
9ddd85f356
GCJ 4.4: Add libXrender; work around glitches in the Java/AWT build system.
...
svn path=/nixpkgs/trunk/; revision=16502
2009-07-29 15:13:01 +00:00
Ludovic Courtès
be4437bed0
GCJ 4.4: Provide xproto; move CPATH/LIBRARY_PATH compuation to `default.nix'.
...
svn path=/nixpkgs/trunk/; revision=16501
2009-07-29 13:57:11 +00:00
Ludovic Courtès
0b235f3ec5
GCJ 4.4: Tell GCC about the path to the X libs.
...
svn path=/nixpkgs/trunk/; revision=16500
2009-07-29 08:48:09 +00:00
Ludovic Courtès
8f6228ee5b
Autoconf: Disable the test suite on {Cyg,Dar}win.
...
svn path=/nixpkgs/trunk/; revision=16499
2009-07-29 08:38:26 +00:00
Ludovic Courtès
60027c8198
GNU Autoconf 2.64.
...
svn path=/nixpkgs/trunk/; revision=16494
2009-07-28 19:43:40 +00:00
Ludovic Courtès
a63eefa27f
GCJ 4.4: Require some more X libraries.
...
svn path=/nixpkgs/trunk/; revision=16493
2009-07-28 17:49:47 +00:00