Commit graph

1895 commits

Author SHA1 Message Date
Ludovic Courtès 98ab3f90ca libao: Build against PulseAudio.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14828
2009-04-01 21:59:12 +00:00
Eelco Dolstra d27514cb28 * Sync with the trunk once more.
* Turn on everything in Hydra.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14806
2009-03-31 15:30:47 +00:00
Eelco Dolstra 1f9740e01c * Added some regression tests for lib that I wrote a while ago but
didn't commit.  Also, run the tests when making a Nixpkgs tarball.

svn path=/nixpkgs/trunk/; revision=14802
2009-03-31 13:03:50 +00:00
Eelco Dolstra acca11b49c * Got rid of the old util-linux; use util-linux-ng instead.
svn path=/nixpkgs/trunk/; revision=14799
2009-03-31 09:26:47 +00:00
Lluís Batlle i Rossell 0edebf5d84 Adding paraview.
svn path=/nixpkgs/trunk/; revision=14794
2009-03-30 20:06:31 +00:00
Eelco Dolstra 9455f37ce9 * acl, attr: updated, and use libtool 2.
* Removed libtoolOld.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14792
2009-03-30 15:55:10 +00:00
Eelco Dolstra 0a4dd9c4d9 * pam_console needs an old libtool.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14791
2009-03-30 15:31:47 +00:00
Eelco Dolstra 0b931eae66 * nvidia / nvidiaDrivers -> nvidia-x11.
svn path=/nixpkgs/trunk/; revision=14787
2009-03-30 14:54:06 +00:00
Marc Weber 0be7534b0f maven-2 version bump to 2.1.0
svn path=/nixpkgs/trunk/; revision=14781
2009-03-30 14:20:05 +00:00
Eelco Dolstra 5e294459e3 * Idem.
svn path=/nixpkgs/trunk/; revision=14779
2009-03-30 13:23:10 +00:00
Marc Weber 807aae2fd6 updated eclipse binary to 3.5M6
thereby allowing the user to copy the whole store path to a user
location so that update sites work properly

svn path=/nixpkgs/trunk/; revision=14773
2009-03-30 10:32:53 +00:00
Lluís Batlle i Rossell 35d3dc4012 Adding C++ std man pages.
svn path=/nixpkgs/trunk/; revision=14771
2009-03-30 08:14:19 +00:00
Lluís Batlle i Rossell f031955f3c Updating audacity to 1.3.7 (I changed the builderDefs builder to stdenv's)
svn path=/nixpkgs/trunk/; revision=14770
2009-03-30 07:33:31 +00:00
Wouter den Breejen 58ce3eca2a svn path=/nixpkgs/trunk/; revision=14766 2009-03-29 21:05:33 +00:00
Wouter den Breejen 857a0a3784 pam-smbpass
svn path=/nixpkgs/trunk/; revision=14764
2009-03-29 20:56:32 +00:00
Lluís Batlle i Rossell c29118795a Adding gwenview.
svn path=/nixpkgs/trunk/; revision=14761
2009-03-29 20:32:53 +00:00
Lluís Batlle i Rossell 40b58959a5 Adding pdf2djvu, updating djvulibre, and getting more headers from poppler.
svn path=/nixpkgs/trunk/; revision=14760
2009-03-29 20:32:41 +00:00
Lluís Batlle i Rossell ef12e6757c Adding the halibut typesetting system.
svn path=/nixpkgs/trunk/; revision=14759
2009-03-29 20:32:22 +00:00
Lluís Batlle i Rossell 701e3ee6b9 Adding lzop and updating lzo.
svn path=/nixpkgs/trunk/; revision=14749
2009-03-28 19:28:59 +00:00
Michael Raskin cf0010d338 Gateway6 client update
svn path=/nixpkgs/trunk/; revision=14746
2009-03-28 15:22:52 +00:00
Marc Weber 5c0764de01 adding qcad-2.0.5.0
svn path=/nixpkgs/trunk/; revision=14744
2009-03-28 02:25:03 +00:00
Marc Weber 63dbfc3aa1 selenium remote control version bump to 1.0-beta-2
renamed attr to seleniumRCBin and adding
selenium-remote-control-1.0-beta-2 run script

svn path=/nixpkgs/trunk/; revision=14734
2009-03-27 09:39:19 +00:00
Marc Weber e3eb124873 fix build of opera on x86_64
svn path=/nixpkgs/trunk/; revision=14733
2009-03-27 09:39:11 +00:00
Peter Simons 33089fcfdd pdsh: updated to version 2.18
svn path=/nixpkgs/trunk/; revision=14731
2009-03-26 19:17:42 +00:00
Ludovic Courtès 08a56109fa Evince: Add dependency on `which'.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14724
2009-03-26 12:55:50 +00:00
Ludovic Courtès 02c50ac314 GTK-doc: More fixes.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14720
2009-03-25 23:16:02 +00:00
Lluís Batlle i Rossell 2630b87a8c Adding rrdtool.
svn path=/nixpkgs/trunk/; revision=14713
2009-03-25 19:13:24 +00:00
Eelco Dolstra d9213df2c1 * gcc-wrapper: put "gcc-wrapper" in the name, e.g. "gcc-wrapper-4.3.3"
instead of "gcc-4.3.3".  This fixed the long-standing annoyance that
  you can't distinguish the two in (say) nix-store -qR.
* On x86_64-linux, put $out/lib64 in the RPATH in addition to
  $out/lib, because some packages (in particular GCC) put libraries in
  $out/lib64 and ended up linking against the wrong library.
* Strip $out/lib64.
* Removed g77_42 because it's exactly the same as gfortran.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14708
2009-03-25 17:34:38 +00:00
Eelco Dolstra d0555f176b * GDB needs Readline 5.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14706
2009-03-25 16:21:25 +00:00
Michael Raskin 6986ddc2cf Updated Monotone to 0.43
svn path=/nixpkgs/trunk/; revision=14704
2009-03-25 16:06:00 +00:00
Eelco Dolstra 5e9b323363 * Fixed bashInteractive.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14703
2009-03-25 15:59:02 +00:00
Marc Weber e1c1ecf33a allow { pkgs, pkgsOrig, ... } : in config.nix
svn path=/nixpkgs/trunk/; revision=14700
2009-03-25 13:29:47 +00:00
Eelco Dolstra f3815e7ad5 * Fixed ntfsprogs.
svn path=/nixpkgs/trunk/; revision=14695
2009-03-25 10:55:28 +00:00
Eelco Dolstra e230599c08 * Removed Subversion 1.4 - obsolete.
* Updated Subversion 1.5.x to 1.5.6.

svn path=/nixpkgs/trunk/; revision=14685
2009-03-24 15:07:11 +00:00
Peter Simons ea443ec70a subversion: updated to version 1.6.0
svn path=/nixpkgs/trunk/; revision=14682
2009-03-24 10:31:39 +00:00
Eelco Dolstra 37de59a3be * Dutch tax return program for 2008.
(And the government is *still* violating the LGPL...)

svn path=/nixpkgs/trunk/; revision=14678
2009-03-24 09:00:34 +00:00
Ludovic Courtès 9845dc5aec GNOME: Fix GConf, libgnomecanvas, libgnomeui.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14673
2009-03-23 22:26:15 +00:00
Lluís Batlle i Rossell 1167cdd1ba Adding plan9port with X11 support.
For acme to work, set the PLAN9 variable, and have the plan9port programs in the PATH.

svn path=/nixpkgs/trunk/; revision=14669
2009-03-23 21:31:30 +00:00
Lluís Batlle i Rossell 779b015a03 Adding the Sun Wireless ToolKit for i686-linux at least.
svn path=/nixpkgs/trunk/; revision=14666
2009-03-23 20:36:48 +00:00
Ludovic Courtès 8a13ebda3a shared-mime-info: Add dependency on Perl (for Intltool).
svn path=/nixpkgs/branches/stdenv-updates/; revision=14665
2009-03-23 20:31:12 +00:00
Ludovic Courtès 03ea1d4e45 Remove `bash4' attribute.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14664
2009-03-23 17:35:09 +00:00
Lluís Batlle i Rossell ba1b5fe28c Removing the just added pdflrf. It violates the GPL.
svn path=/nixpkgs/trunk/; revision=14647
2009-03-22 13:36:19 +00:00
Lluís Batlle i Rossell eb87994383 Adding pdflrf (to get nice LRF files for Sony PRS)
svn path=/nixpkgs/trunk/; revision=14646
2009-03-22 13:25:12 +00:00
Lluís Batlle i Rossell d52b60af22 Adding upx.
svn path=/nixpkgs/trunk/; revision=14645
2009-03-22 13:03:37 +00:00
Lluís Batlle i Rossell e7dc9a15ae Adding pipe viewer.
svn path=/nixpkgs/trunk/; revision=14643
2009-03-22 12:34:30 +00:00
Ludovic Courtès a056260098 libjpeg-static: Use Libtool 1.5.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14641
2009-03-21 21:06:45 +00:00
Ludovic Courtès 5879d1bfff libjpeg: Use Libtool 1.5.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14640
2009-03-21 21:04:04 +00:00
Ludovic Courtès d98cb76a06 Make Libtool 2.x the default.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14639
2009-03-21 19:52:11 +00:00
Eelco Dolstra d8e436c742 * Sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14634
2009-03-20 16:49:02 +00:00
Eelco Dolstra bec9f4b0c3 * JasPer: build without OpenGL/X support - it's only used to build a
trivial example program (a barebones image viewer), but it gives
  everybody else a dependency on Mesa ;-)

svn path=/nixpkgs/trunk/; revision=14633
2009-03-20 16:27:32 +00:00