summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2009-10-03Changed DBUS module prefix of KDE PIM runtime, so that it won't complain ↵Sander van der Burg1-0/+1
when it is installed svn path=/nixpkgs/trunk/; revision=17625
2009-10-03Fixed compilation of KDE PIM runtimeSander van der Burg2-4/+11
svn path=/nixpkgs/trunk/; revision=17624
2009-10-02He afegit la traducció del kde al català.Lluís Batlle i Rossell2-0/+25
Adding the kde Catalan localisation. svn path=/nixpkgs/trunk/; revision=17623
2009-10-02Reverting simons' r17618, which causes a major stdenv rebuild.Lluís Batlle i Rossell3-21/+12
svn path=/nixpkgs/trunk/; revision=17622
2009-10-02Updating ts to 0.6.5Lluís Batlle i Rossell1-3/+3
svn path=/nixpkgs/trunk/; revision=17621
2009-10-02Move libXaw fix from default.nix to overrides.nix.Peter Simons2-16/+18
svn path=/nixpkgs/trunk/; revision=17620
2009-10-02perl-5.8 and perl-5.10: fixed build on MacOS XPeter Simons3-12/+21
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-02pstree: updated to version 2.32; the previous version no longer exists upstreamPeter Simons1-8/+8
svn path=/nixpkgs/trunk/; revision=17617
2009-10-02Renamed extension to tar.gzSander van der Burg1-1/+1
svn path=/nixpkgs/trunk/; revision=17615
2009-10-02* Urgh.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=17614
2009-10-02svn path=/nixpkgs/trunk/; revision=17613Eelco Dolstra1-0/+3
2009-10-02Upgraded Qt to 4.5.3Sander van der Burg1-3/+3
svn path=/nixpkgs/trunk/; revision=17612
2009-10-02emacs-23: hacky fix to libXaw linker errors on MacOS XPeter Simons2-1/+2
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-02libXaw: fixed broken installation in MacOS XPeter Simons1-0/+13
See comments in file for further details. svn path=/nixpkgs/trunk/; revision=17609
2009-10-02* Revert the manual changes to default.nixEelco Dolstra2-235/+238
* Build libSM with the system libuuid on Darwin (in such a way that we don't get a rebuild on all other platforms). svn path=/nixpkgs/trunk/; revision=17606
2009-10-02* Fix the Exult build.Eelco Dolstra1-1/+2
svn path=/nixpkgs/trunk/; revision=17605
2009-10-02all-packages.nix: libuuid is a system library on MacOS XPeter Simons1-1/+1
The libuuid normally used in nixpkgs, util-linux-ng, is not available on MacOS X. svn path=/nixpkgs/trunk/; revision=17604
2009-10-02emacs-23: apply the crt{1,i,n}.o patch only on LinuxPeter Simons1-5/+10
svn path=/nixpkgs/trunk/; revision=17603
2009-10-02all-packages.nix: use config option "brokenRedHatKernel" only on Linux systemsPeter Simons1-1/+5
svn path=/nixpkgs/trunk/; revision=17602
2009-10-02pkgs/servers/x11/xorg/default.nix: strip trailing white-spacePeter Simons1-234/+234
svn path=/nixpkgs/trunk/; revision=17601
2009-10-02libSM: use native libuuid when building on MacOS XPeter Simons1-0/+1
On Linux, <uuid/uuid.h> and related functions are provided by the util-linux-ng package, which doesn't build on other operating systems, such as MacOS X. That platform provides libuuid as part of the system. Hence, to build libSM on MacOS, we define (empty) variables LIBUUID_CFLAGS and LIBUUID_CFLAGS. Those settings disable ./configure's attempt to detect libuuid with pkgconfig -- which would fail. svn path=/nixpkgs/trunk/; revision=17600
2009-10-02subversion: enable Java bindings only on those platforms that support a JDKPeter Simons1-1/+1
svn path=/nixpkgs/trunk/; revision=17599
2009-10-02svn path=/nixpkgs/trunk/; revision=17598Eelco Dolstra3-5/+3
2009-10-02antDarwin based on openjdkRob Vermaas1-0/+2
svn path=/nixpkgs/trunk/; revision=17597
2009-10-02added openjdk for darwin (binaries) for testingRob Vermaas2-0/+20
svn path=/nixpkgs/trunk/; revision=17596
2009-10-02* The "static" flag is no longer used it seems. And static builds canEelco Dolstra1-2/+0
probably be done using the makeStaticBinaries stdenv adapter. svn path=/nixpkgs/trunk/; revision=17595
2009-10-02* SWIG apparently doesn't need Perl/Python/Guile/JDK/20 otherEelco Dolstra4-125/+13
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-02Upgraded pycups to 1.9.46Sander van der Burg1-3/+3
svn path=/nixpkgs/trunk/; revision=17593
2009-10-02give extraRPMs/-Debs file type rpm-extra or deb-extra in build productsRob Vermaas2-2/+2
svn path=/nixpkgs/trunk/; revision=17592
2009-10-02Fixing a typo in a 'maintainers' meta info I added recentlyLluís Batlle i Rossell1-1/+1
Dankon ludo. svn path=/nixpkgs/trunk/; revision=17591
2009-10-02dash as default shell for debian/ubuntu systemsRob Vermaas1-1/+3
svn path=/nixpkgs/trunk/; revision=17590
2009-10-02Added transformers package for Haskell.Andres Löh2-0/+15
svn path=/nixpkgs/trunk/; revision=17589
2009-10-02svn path=/nixpkgs/trunk/; revision=17588Rob Vermaas1-2/+3
2009-10-02Fixing truecryptLluís Batlle i Rossell2-5/+8
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-02I missed the recent boostFull fix writing it the other way round.Lluís Batlle i Rossell1-1/+1
Fixing. svn path=/nixpkgs/trunk/; revision=17586
2009-10-02Fixing boostFull 1.40.0Lluís Batlle i Rossell1-1/+7
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-02Updating freeimage, and setting me as maintainer on some packages.Lluís Batlle i Rossell6-15/+30
svn path=/nixpkgs/trunk/; revision=17584
2009-10-01Stating me as maintainer of packages I maintain.Lluís Batlle i Rossell4-3/+17
svn path=/nixpkgs/trunk/; revision=17583
2009-10-01Adding kbasket (a kde 3.5 program)Lluís Batlle i Rossell2-0/+28
svn path=/nixpkgs/trunk/; revision=17582
2009-10-01add extrarpms to build-products of rpm buildRob Vermaas1-0/+3
svn path=/nixpkgs/trunk/; revision=17581
2009-10-01all-packages.nix: disable ACL support in rsync when building on MacOS XPeter Simons1-0/+1
The attr package -- which is required for ACLs -- doesn't build on Darwin. svn path=/nixpkgs/trunk/; revision=17580
2009-10-01all-packages.nix: deleted obsolete 'subversionStatic' attributePeter Simons1-29/+0
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-01Added FreeTTS packageSander van der Burg2-0/+41
svn path=/nixpkgs/trunk/; revision=17577
2009-10-01Added pyqt4 to the buildfarmSander van der Burg1-0/+1
svn path=/nixpkgs/trunk/; revision=17576
2009-10-01Moved kdeaccessibility from KDE 4.2 to 4.3Sander van der Burg1-1/+1
svn path=/nixpkgs/trunk/; revision=17575
2009-10-01Added KDE 4.3 accessibility packageSander van der Burg3-0/+25
svn path=/nixpkgs/trunk/; revision=17574
2009-10-01Fixing openssh build, so it doesn't try to put anything in /etc/ssh (and of ↵Lluís Batlle i Rossell1-1/+1
course, it doesn't fail if /etc/ssh/sshd_config can't be overwritten, which was my main motivation on this patch) svn path=/nixpkgs/trunk/; revision=17573
2009-10-01Added PolicyKit-qt support to KDE 4.3Sander van der Burg3-3/+24
svn path=/nixpkgs/trunk/; revision=17572
2009-10-01svn path=/nixpkgs/trunk/; revision=17571Rob Vermaas1-1/+5
2009-10-01OpenSSH: allow users to configure --sysconfdir via $NIXPKGS_CONFIGPeter Simons2-5/+7
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