Commit graph

219 commits

Author SHA1 Message Date
Eelco Dolstra 67b32b0ec7 * system-config-printer: don't apply autoconf/automake, because then
we need to have exactly the right versions of those :-)

svn path=/nixpkgs/branches/stdenv-updates/; revision=15183
2009-04-20 14:10:15 +00:00
Eelco Dolstra 2eb05cf933 * Sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14965
2009-04-09 12:19:57 +00:00
Lluís Batlle i Rossell 686147d0f6 Making bc use readline. I prefer bc with readline.
svn path=/nixpkgs/trunk/; revision=14919
2009-04-08 07:29:42 +00:00
Ludovic Courtès f48dfa1e25 GNU Coreutils 7.2.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14833
2009-04-02 12:33:03 +00:00
Eelco Dolstra 8482c13edc * Hopefully really fix memtest86.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14829
2009-04-02 07:55:47 +00:00
Eelco Dolstra 3693c7a03d * Updated memtest86. Hopefully this fixes the spurious memory errors
in the NixOS ISO built against the stdenv branch.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14820
2009-04-01 09:07:11 +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
Lluís Batlle i Rossell 2630b87a8c Adding rrdtool.
svn path=/nixpkgs/trunk/; revision=14713
2009-03-25 19:13:24 +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
Eelco Dolstra 3593b97d63 * Sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14557
2009-03-16 12:45:27 +00:00
Eelco Dolstra 46f7027688 * Reverted r14547, r14526 -> these belong in the stdenv-branch.
svn path=/nixpkgs/trunk/; revision=14549
2009-03-16 10:00:26 +00:00
Marc Weber 9e82d3dd08 version bump to coreutils-7.1
7.1 adds the new flag iflag=fullblock!

This line without fullblock copies a different amount of data each
time !
cat /dev/zero | dd iflag=fullblock bs=1M count=1000 of=/dev/null;

svn path=/nixpkgs/trunk/; revision=14547
2009-03-16 00:20:34 +00:00
Eelco Dolstra fcad0b0a5a * Cleaned up a lot of description fields that contained newlines.
Some of these should be longDescriptions, but most others just
  shouldn't contain newlines.  E.g. write

    description = "Bla";

  and not

    description = ''
      Bla
    '';

  This pollutes "nix-env -qa --description" output.

svn path=/nixpkgs/trunk/; revision=14310
2009-03-03 13:27:40 +00:00
Lluís Batlle i Rossell 17abbe36d4 Adding remind and netpbm (maybe without all possible programs).
I agree the netpbm installation script is quite ugly, but I left a comment there.

svn path=/nixpkgs/trunk/; revision=14253
2009-02-25 22:44:08 +00:00
Sander van der Burg 3a1c208a69 Added pycups,desktop_file_utils,system_config_printer packages and added python kdebindings closure
svn path=/nixpkgs/trunk/; revision=14246
2009-02-25 16:05:13 +00:00
Marc Weber c0dd6fd3c9 telling gnu id utils that .nix files should be treated as text
svn path=/nixpkgs/trunk/; revision=14237
2009-02-25 04:53:06 +00:00
Ludovic Courtès f0c728ba53 GNU Coreutils 7.1.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14196
2009-02-22 23:04:15 +00:00
Marc Weber 394be4b2e1 parted version bump to 1.8.8 and passing --disable-Werror
to get rid of compile time warnings causing build failure

svn path=/nixpkgs/trunk/; revision=14082
2009-02-14 23:44:08 +00:00
Eelco Dolstra 48eb3bd187 * Sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14073
2009-02-13 13:49:29 +00:00
Marc Weber c1b79a5b5d Revert "added cgdb (ncrurses based gdb frontend)" and dooh commit.
gdb does have a curses based interface as itself (try ctrl-x o)

svn path=/nixpkgs/trunk/; revision=14069
2009-02-13 12:04:41 +00:00
Eelco Dolstra 390695e73f * Sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14057
2009-02-12 21:16:55 +00:00
Marc Weber 15962e240e doh
svn path=/nixpkgs/trunk/; revision=14056
2009-02-12 20:54:31 +00:00
Marc Weber f936925abf added cgdb (ncrurses based gdb frontend)
svn path=/nixpkgs/trunk/; revision=14055
2009-02-12 20:52:49 +00:00
Lluís Batlle i Rossell 0f6908ca75 Updating dosfstools to 3.01. Removing selectVersion.
(3.00deb urls weren't working)

svn path=/nixpkgs/trunk/; revision=14007
2009-02-08 16:28:12 +00:00
Peter Simons ecddd8b472 Added syslog-ng (and the eventlog library that it depends on).
svn path=/nixpkgs/trunk/; revision=13988
2009-02-05 16:50:45 +00:00
Eelco Dolstra 637fb9696d * Update the PAM patch for coreutils 7.0.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13954
2009-02-02 14:42:00 +00:00
Eelco Dolstra 88c502217b * coreutils 7.0 already has the backwards compatibility patch for old
Linux kernels.

svn path=/nixpkgs/branches/stdenv-updates/; revision=13875
2009-01-27 10:51:54 +00:00
Ludovic Courtès 6927ec314e GNU Coreutils 7.0.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13829
2009-01-24 19:05:35 +00:00
Marc Weber 0ad62a0edb adding gitAttr
now containing qgit, stgit, topGit, hg2git
updating gitGit (git dev version), adding qgit-git (dev version)

svn path=/nixpkgs/trunk/; revision=13816
2009-01-20 22:15:42 +00:00
Eelco Dolstra c1579d2e78 * stdenv branch: synced with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13785
2009-01-16 10:59:27 +00:00
Eelco Dolstra dda1e103fc * Latest Grub patches from Gentoo. In particular adds support for
booting from ext4.

svn path=/nixpkgs/trunk/; revision=13741
2009-01-12 12:39:16 +00:00
Eelco Dolstra e31341510d * Merged from the trunk. Let's see how well this works with
Subversion 1.5...

svn path=/nixpkgs/branches/stdenv-updates/; revision=13601
2008-12-10 09:59:21 +00:00
Ludovic Courtès 6d92197ffd Pinentry 0.7.5.
svn path=/nixpkgs/trunk/; revision=13597
2008-12-08 21:22:20 +00:00
Eelco Dolstra aa84bce64d * Get rid of all references to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=13299
2008-11-14 16:57:19 +00:00
Marc Weber 1fd394d0d4 updated dosfstools 3.0.0
patch provided by Pauline (tachermourir@rambler.ru)

svn path=/nixpkgs/trunk/; revision=13215
2008-11-07 12:36:06 +00:00
Michael Raskin c5363217ad meta.function -> passthru.function, not killing other contents of passthru
svn path=/nixpkgs/trunk/; revision=13190
2008-11-04 21:24:10 +00:00
Marc Weber 489620f05c added fdupes-1.40 (utility to find duplicate files) provided by Marco Maggesi
svn path=/nixpkgs/trunk/; revision=13134
2008-10-28 11:56:43 +00:00
Marc Weber ea22df581b added hg2git
svn path=/nixpkgs/trunk/; revision=13096
2008-10-18 21:08:42 +00:00
Eelco Dolstra 387cbc1c92 * Enable the backwards compatibility patch (I guess it doesn't hurt on
new kernels).

svn path=/nixpkgs/branches/stdenv-updates/; revision=12989
2008-10-07 16:55:58 +00:00
Pjotr Prins bdc54592c7 Adding (disabled) time compatibility patch for coreutils - this allows
the compilation of older Linux kernels against newer headers (not a recommended
practise!)


svn path=/nixpkgs/trunk/; revision=12944
2008-10-05 08:41:54 +00:00
Marc Weber d326561aaf proxytunnel fix
svn path=/nixpkgs/trunk/; revision=12906
2008-09-24 00:42:36 +00:00
Eelco Dolstra 35cc272d07 * Handle symlinks such as /dev/disk/by-label/bla. Previously
Grub installation barfed.

svn path=/nixpkgs/trunk/; revision=12877
2008-09-18 09:43:31 +00:00
Marc Weber 56a7c7dfc7 Added proxy tunnel tool
svn path=/nixpkgs/trunk/; revision=12814
2008-09-06 12:33:25 +00:00
Eelco Dolstra 5d9dfc1e60 * Removed $installCommand, it's no longer needed since we split the
install and fixup phases.  You can just override installPhase.

svn path=/nixpkgs/trunk/; revision=12787
2008-09-02 13:51:32 +00:00
Marc Weber 0686eecf4f slsnif-0.4.4 added
svn path=/nixpkgs/trunk/; revision=12679
2008-08-21 11:07:29 +00:00
Michael Raskin 87ff8d6347 Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made overrides in builderDefsPackage to work in an intuitive manner.
svn path=/nixpkgs/trunk/; revision=12655
2008-08-19 05:54:09 +00:00
Marc Weber 78e9d3eef0 bfr added (pipe buffer)
svn path=/nixpkgs/trunk/; revision=12348
2008-07-11 20:27:53 +00:00
Wouter den Breejen 033c61867b Version bump
svn path=/nixpkgs/trunk/; revision=12280
2008-07-06 17:47:10 +00:00
Eelco Dolstra 7d1ba0ace0 * gcc-wrapper: use the right dynamic linker when -m32 is used.
* An attribute `stdenv_32bit' that returns a stdenv capable of
  building 32-bit binaries.
* grub: build on x86_64-linux.

svn path=/nixpkgs/trunk/; revision=12211
2008-06-29 16:13:02 +00:00
Eelco Dolstra 2e8df9e722 svn path=/nixpkgs/trunk/; revision=12193 2008-06-26 08:43:14 +00:00