Ludovic Courtès
3c9c17990e
guile-2-test: Add guile-gnome.
...
svn path=/nixpkgs/trunk/; revision=17658
2009-10-05 22:21:55 +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
0183a14c05
guile-2-test: Add Guile-Cairo.
...
svn path=/nixpkgs/trunk/; revision=17654
2009-10-05 22:21:35 +00:00
Ludovic Courtès
9fe05496fb
Add Guile-Cairo.
...
svn path=/nixpkgs/trunk/; revision=17653
2009-10-05 22:21:24 +00:00
Rob Vermaas
9ae6664a5b
remove coreutils argument of privoxy
...
svn path=/nixpkgs/trunk/; revision=17648
2009-10-05 17:12:19 +00:00
Rob Vermaas
b7321eddce
added privoxy
...
svn path=/nixpkgs/trunk/; revision=17645
2009-10-05 14:15:28 +00:00
Eelco Dolstra
06e0f87d6e
svn path=/nixpkgs/trunk/; revision=17642
2009-10-05 13:04:07 +00:00
Sander van der Burg
4b80c924ca
openssl support or sitecopy
...
svn path=/nixpkgs/trunk/; revision=17640
2009-10-05 12:21:50 +00:00
Rob Vermaas
bd4ef3cbfc
added sitecopy
...
svn path=/nixpkgs/trunk/; revision=17638
2009-10-05 10:37:30 +00:00
Ludovic Courtès
4ba5d3dc6d
Add GNU GRUB 1.97~beta3 (aka. "GRUB 2").
...
svn path=/nixpkgs/trunk/; revision=17636
2009-10-04 21:39:34 +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
Peter Simons
49afefdb19
emacs-23: hacky fix to libXaw linker errors on MacOS X
...
When building Emacs on MacOS X, the configure script believes that libXaw is
available and tries to link it (even when, in fact, libXaw is not available).
To work around that problem, we make Xaw support mandatory on MacOS X.
svn path=/nixpkgs/trunk/; revision=17610
2009-10-02 13:57:26 +00:00
Eelco Dolstra
6e6473940d
* Fix the Exult build.
...
svn path=/nixpkgs/trunk/; revision=17605
2009-10-02 13:01:31 +00:00
Peter Simons
37384f83e4
all-packages.nix: libuuid is a system library on MacOS X
...
The libuuid normally used in nixpkgs, util-linux-ng, is not available on
MacOS X.
svn path=/nixpkgs/trunk/; revision=17604
2009-10-02 12:45:18 +00:00
Peter Simons
e25c7cb445
all-packages.nix: use config option "brokenRedHatKernel" only on Linux systems
...
svn path=/nixpkgs/trunk/; revision=17602
2009-10-02 12:45:08 +00:00
Peter Simons
c16af1a77c
subversion: enable Java bindings only on those platforms that support a JDK
...
svn path=/nixpkgs/trunk/; revision=17599
2009-10-02 12:44:54 +00:00
Eelco Dolstra
83aa130427
svn path=/nixpkgs/trunk/; revision=17598
2009-10-02 12:36:04 +00:00
Rob Vermaas
a71b3737a1
antDarwin based on openjdk
...
svn path=/nixpkgs/trunk/; revision=17597
2009-10-02 12:27:24 +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
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
4e93d167d8
Fixing truecrypt
...
They removed the url for that package version, I updated to the latest.
I changed the name from 'trueCrypt' to 'truecrypt'
I added an option for it not to have a gui built.
svn path=/nixpkgs/trunk/; revision=17587
2009-10-02 08:00:30 +00:00
Lluís Batlle i Rossell
62aad312ad
Adding kbasket (a kde 3.5 program)
...
svn path=/nixpkgs/trunk/; revision=17582
2009-10-01 19:33:20 +00:00
Peter Simons
6dc37e4aaf
all-packages.nix: disable ACL support in rsync when building on MacOS X
...
The attr package -- which is required for ACLs -- doesn't build on Darwin.
svn path=/nixpkgs/trunk/; revision=17580
2009-10-01 17:33:19 +00:00
Peter Simons
439ac65f3e
all-packages.nix: deleted obsolete 'subversionStatic' attribute
...
The static build of subversion used to work in version 1.4.x, but it doesn't
work anymore more for 1.6.x.
svn path=/nixpkgs/trunk/; revision=17579
2009-10-01 17:33:13 +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
bcb1747ccf
Added pyqt4 to the buildfarm
...
svn path=/nixpkgs/trunk/; revision=17576
2009-10-01 14:15:06 +00:00
Sander van der Burg
0585be5ce4
Moved kdeaccessibility from KDE 4.2 to 4.3
...
svn path=/nixpkgs/trunk/; revision=17575
2009-10-01 13:56:45 +00:00
Sander van der Burg
a5f44e374d
Added KDE 4.3 accessibility package
...
svn path=/nixpkgs/trunk/; revision=17574
2009-10-01 13:53:08 +00:00
Peter Simons
9a833f026b
OpenSSH: allow users to configure --sysconfdir via $NIXPKGS_CONFIG
...
The OpenSSH binaries built by the expression by default expect system-wide
configuration files in "/etc/ssh", which is a bit of an impurity (and certainly
inconsistent with the way other package handle --sysconfdir in Nix). Those who
prefer a clean installation, can now configure that directory path.
Adding the line "openssh = { etcDir = null; };" to $NIXPKGS_CONFIG configures
OpenSSH to use the default location, i.e. $out/etc. Setting that attribute to a
string will configure OpenSSH to use that concrete path instead.
svn path=/nixpkgs/trunk/; revision=17570
2009-10-01 12:07:33 +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
e503c07475
Add Xerces-J, built from source.
...
svn path=/nixpkgs/trunk/; revision=17562
2009-10-01 09:06:59 +00:00
Ludovic Courtès
7038201fe0
guile-2-test: Add GnuCash.
...
svn path=/nixpkgs/trunk/; revision=17552
2009-09-30 13:11:20 +00:00
Ludovic Courtès
3485bef00a
Add GnuCash.
...
svn path=/nixpkgs/trunk/; revision=17551
2009-09-30 13:11:17 +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
b3cff1d812
guile-2-test: Add SLIB.
...
svn path=/nixpkgs/trunk/; revision=17547
2009-09-30 13:11:02 +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
f8abffe6b1
Give up and use older GConf
...
svn path=/nixpkgs/trunk/; revision=17540
2009-09-30 11:21:58 +00:00
Michael Raskin
6b48ddb8d9
Fix underscores in *Kits
...
svn path=/nixpkgs/trunk/; revision=17528
2009-09-30 06:32:02 +00:00
Michael Raskin
5d8930e879
A typo
...
svn path=/nixpkgs/trunk/; revision=17522
2009-09-30 06:02:55 +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
Michael Raskin
6b7368acfc
Add gnome-2.28 to top-level
...
svn path=/nixpkgs/trunk/; revision=17520
2009-09-30 05:29:08 +00:00
Michael Raskin
4a0e45a859
A missing OO.o dependency located.. Why does not configure check for it in the very beginning..
...
svn path=/nixpkgs/trunk/; revision=17511
2009-09-29 15:36:33 +00:00
Michael Raskin
88db61f5cf
OpenOffice update. It configures OK, but I prefer to let Hydra build it (old build failed anyway)
...
svn path=/nixpkgs/trunk/; revision=17504
2009-09-29 14:16:23 +00:00
Michael Raskin
c1839b1d32
Mentioning GTK-2.18 in all-packages
...
svn path=/nixpkgs/trunk/; revision=17502
2009-09-29 13:49:41 +00:00
Eelco Dolstra
fc95cc78f8
* Added obexd.
...
svn path=/nixpkgs/trunk/; revision=17497
2009-09-29 12:54:08 +00:00