Commit graph

6621 commits

Author SHA1 Message Date
Eelco Dolstra 96392cc45f * Added a patch that implements the getxattr(), lgetxattr() and
__open64_2() functions.  The latter in particular is needed to make
  operations like `mkdir -p /usr/foo/bar' work on Ubuntu 8.10 (Glibc
  2.8).

svn path=/nixpkgs/trunk/; revision=14741
2009-03-27 17:49:19 +00:00
Eelco Dolstra b741451a17 * Checkinstall only works on Linux.
svn path=/nixpkgs/trunk/; revision=14740
2009-03-27 14:25:00 +00:00
Eelco Dolstra 5d27947703 * Don't try to auto-include documentation in Debian packages.
svn path=/nixpkgs/trunk/; revision=14737
2009-03-27 14:13:49 +00:00
Eelco Dolstra 7a0f6b1a40 * Patched checkinstall to include empty directory in packages.
svn path=/nixpkgs/trunk/; revision=14736
2009-03-27 14:13:23 +00:00
Eelco Dolstra 8fffed2ba1 * Use the latest checkinstall from git. This fixes /usr/bin/ld and
other paths incorrectly ending up in generated Deb files.

svn path=/nixpkgs/trunk/; revision=14735
2009-03-27 12:13:11 +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
Eelco Dolstra 5a8a90cd56 * Test whether we can successfully install and uninstall the Debian
package we just built.

svn path=/nixpkgs/trunk/; revision=14730
2009-03-26 15:45:37 +00:00
Eelco Dolstra dded641a1a svn path=/nixpkgs/trunk/; revision=14728 2009-03-26 14:43:16 +00:00
Eelco Dolstra f30fe65b3e * makeSourceTarball -> sourceTarball.
* Added a function binaryTarball to do a DESTDIR build into
  /usr/local.  Useful for making statically linked binaries.  However,
  it may be better to do this in a VM (since if you do it in a Nix
  build environment, you can still end up with a lot of Nix
  dependencies in your binaries, even if you do static linking).

svn path=/nixpkgs/trunk/; revision=14726
2009-03-26 14:11:59 +00:00
Eelco Dolstra 5322285f97 * Bump.
svn path=/nixpkgs/trunk/; revision=14725
2009-03-26 13:39:40 +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
Ludovic Courtès 91aeb56b97 GTK-doc: Update dependencies.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14719
2009-03-25 22:53:10 +00:00
Ludovic Courtès f1500cd960 Add libglademm, C++ bindings for libglade.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14718
2009-03-25 22:25:51 +00:00
Ludovic Courtès edec8307f3 Glibmm: Fix URL.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14717
2009-03-25 21:57:17 +00:00
Ludovic Courtès 6c46b72f77 gnome-keyring: Add dependency on DBus and Python.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14715
2009-03-25 20:36:21 +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 e032d40614 * Some meta.description attributes.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14712
2009-03-25 18:34:27 +00:00
Eelco Dolstra 50e59f22c1 * Oops.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14711
2009-03-25 18:25:30 +00:00
Eelco Dolstra 51760b17b3 * PCRE 7.8.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14710
2009-03-25 17:41:02 +00:00
Eelco Dolstra 8bbdba6af3 * mpfr updated to 2.4.1. Removed the INRIA link since the tarball
there has a different hash (!).

svn path=/nixpkgs/branches/stdenv-updates/; revision=14709
2009-03-25 17:39:02 +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 e06491168b tidied up pkgs/lib/debug.nix
more consistent naming:
  debugVal -> traceVal
  debugXMLVal -> traceXMLVal

  whatis -> showVal
  traceWhatis -> traceShowVal
  traceMarked -> traceShowValMarked

removed some parenthesis

svn path=/nixpkgs/trunk/; revision=14701
2009-03-25 13:48:55 +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
Ludovic Courtès 3fee8acbaa Evince 2.26.0.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14699
2009-03-25 13:10:44 +00:00
Eelco Dolstra 5b89240b84 * Bump.
svn path=/nixpkgs/trunk/; revision=14698
2009-03-25 12:41:13 +00:00
Eelco Dolstra 58ae185001 * Latest ntfs-3g, FUSE.
svn path=/nixpkgs/trunk/; revision=14696
2009-03-25 10:55:40 +00:00
Eelco Dolstra f3815e7ad5 * Fixed ntfsprogs.
svn path=/nixpkgs/trunk/; revision=14695
2009-03-25 10:55:28 +00:00
Ludovic Courtès 7fc8e0ed6c GNOME: Pass intltool' to gnome-keyring'.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14694
2009-03-25 09:40:41 +00:00
Lluís Batlle i Rossell 6b8acbd2dc Fixing the name of xxdiff.
svn path=/nixpkgs/trunk/; revision=14692
2009-03-24 19:24:14 +00:00
Eelco Dolstra 96ba0b9171 * This doesn't work.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14691
2009-03-24 18:49:22 +00:00
Eelco Dolstra 7652248443 * Turn on almost all jobs from build-for-release.nix.
svn path=/nixpkgs/trunk/; revision=14690
2009-03-24 18:32:30 +00:00
Lluís Batlle i Rossell ac404e713f Unison version update to 2.27.57
svn path=/nixpkgs/trunk/; revision=14689
2009-03-24 17:52:13 +00:00
Eelco Dolstra 7111a3d79d * Disabled make check in DBD::SQLite; see
http://hydra.nixos.org/build/5767/nixlog/3.

svn path=/nixpkgs/trunk/; revision=14688
2009-03-24 15:42:24 +00:00
Eelco Dolstra b05625498b svn path=/nixpkgs/trunk/; revision=14687 2009-03-24 15:15:56 +00:00
Eelco Dolstra e49b111aca * Bump.
svn path=/nixpkgs/trunk/; revision=14686
2009-03-24 15:10:27 +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
Peter Simons 7ddfd954d3 sqlite: added parameter to enable building a static library.
Unfortunately, static builds fail because the package doesn't recognize
that libpthread needs to be linked explicitly. I'll fix that ASAP.

svn path=/nixpkgs/trunk/; revision=14681
2009-03-24 10:31:17 +00:00
Lluís Batlle i Rossell aaf563c7cf Marking wtk unfree. I don't know if it's redistributable.
svn path=/nixpkgs/trunk/; revision=14680
2009-03-24 09:27:03 +00:00
Lluís Batlle i Rossell 67b73b3cbb Fixing the url for plan9port (Dankon Ludo!)
svn path=/nixpkgs/trunk/; revision=14679
2009-03-24 09:21:21 +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 9398cc4450 GNOME: Add desktop applications 2.26.0.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14677
2009-03-24 08:49:02 +00:00
Ludovic Courtès e5275b36d7 GNOME: Fix libbonoboui.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14676
2009-03-24 08:47:50 +00:00
Ludovic Courtès 6964014968 GNOME: Fix libgnomevfs.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14675
2009-03-23 23:02:27 +00:00