Commit graph

2842 commits

Author SHA1 Message Date
Armijn Hemel f05a25f5f5 coreutils-5.94
svn path=/nixpkgs/trunk/; revision=4860
2006-02-19 13:51:40 +00:00
Eelco Dolstra 3389f4bc36 * Copy lots of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=4623
2006-01-30 16:04:03 +00:00
Eelco Dolstra 53c56afcfe * Fix some broken URLs.
svn path=/nixpkgs/trunk/; revision=4622
2006-01-30 15:52:15 +00:00
Armijn Hemel c055bf8adf fix findutils wrapper:
- add symlinks to find and xargs
- set LOCATE_PATH for locate

svn path=/nixpkgs/trunk/; revision=4544
2006-01-13 19:35:32 +00:00
Armijn Hemel 40c9f1a764 add a statically compiled version of findutils for the inital stdenv and NixOS
svn path=/nixpkgs/trunk/; revision=4441
2005-12-26 17:13:37 +00:00
Eelco Dolstra 94fe7734fa * Glibc 2.3.6.
* GCC 3.4.5.
* Updated several other stdenv packages.
* Modified the builders of several packages to use the generic
  builder.

svn path=/nixpkgs/trunk/; revision=4336
2005-12-06 00:12:45 +00:00
Eelco Dolstra 82e678362f * "." -> "source".
svn path=/nixpkgs/trunk/; revision=4335
2005-12-05 14:11:09 +00:00
Armijn Hemel ca347a2530 change name again to prevent that nix-env -iKf /nixpkgs/trunk/pkgs/system/i686-linux.nix coreutils will install both normal coreutils and this version.
svn path=/nixpkgs/trunk/; revision=4254
2005-11-06 23:57:54 +00:00
Armijn Hemel 8e5b0d6603 rename coreutils to coreutils-<release>-diet. Maybe this should be renamed again, not sure...
svn path=/nixpkgs/trunk/; revision=4253
2005-11-06 23:35:07 +00:00
Eelco Dolstra 552de99c19 * Update a bunch of base packages.
svn path=/nixpkgs/trunk/; revision=4065
2005-10-11 14:29:30 +00:00
Martin Bravenboer 085518614c Added bc :P
svn path=/nixpkgs/trunk/; revision=4045
2005-10-10 00:55:07 +00:00
Eelco Dolstra e0c0a344c4 * Added JDiskReport 1.2.3 (with a wrapper script `jdiskreport' to
start it).

svn path=/nixpkgs/trunk/; revision=4031
2005-10-07 23:02:58 +00:00
Armijn Hemel 51492eb656 add place where I ripped the original patch (partially) from
svn path=/nixpkgs/trunk/; revision=3737
2005-08-28 14:29:32 +00:00
Armijn Hemel 3a0ff0b50d add dietlibc'ed coreutils for the NixOS installer...
svn path=/nixpkgs/trunk/; revision=3736
2005-08-28 14:23:30 +00:00
Armijn Hemel 1e8abc0185 add man
svn path=/nixpkgs/trunk/; revision=3669
2005-08-23 14:19:16 +00:00
Armijn Hemel e685273463 add findutils wrapper. Works for updatedb, not for locate. updatedb needs some mmore config to ignore /proc
svn path=/nixpkgs/trunk/; revision=3667
2005-08-23 13:47:01 +00:00
Armijn Hemel e4ab68cc39 add a patch which adds $PATH to the search path of updatedb. updatedb had the PATH set hard, probably because of security reasons.
svn path=/nixpkgs/trunk/; revision=3666
2005-08-23 12:42:20 +00:00
Eelco Dolstra 454707da23 * catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=3660
2005-08-22 08:39:27 +00:00
Armijn Hemel 29005ceca7 remove a file that was accidentily added, remove some cruft
svn path=/nixpkgs/trunk/; revision=3573
2005-08-13 19:19:57 +00:00
Armijn Hemel 63cc326828 grub-install needs a wrapper to make it pure-ish
svn path=/nixpkgs/trunk/; revision=3571
2005-08-13 19:00:37 +00:00
Armijn Hemel b98f9b82f5 disable ntfs (note to self: don't forget to commit changes)
svn path=/nixpkgs/trunk/; revision=3528
2005-08-05 10:22:28 +00:00
Armijn Hemel 4d4425467e add a patch which removes a trailing comma in an enum in a header file. qtparted and other C++ programs don't like this...
svn path=/nixpkgs/trunk/; revision=3494
2005-08-01 09:31:28 +00:00
Armijn Hemel 869259ba99 preliminary qtparted support for rob, untested (might fail build)
svn path=/nixpkgs/trunk/; revision=3490
2005-07-31 22:20:46 +00:00
Armijn Hemel f660a6d892 parted needs ncurses and readline...and still not there yet...
svn path=/nixpkgs/trunk/; revision=3488
2005-07-31 20:53:53 +00:00
Armijn Hemel 2aeb12f0b4 add GNU parted
svn path=/nixpkgs/trunk/; revision=3485
2005-07-31 20:11:56 +00:00
Armijn Hemel 8c62c8966d add grub bootloader
svn path=/nixpkgs/trunk/; revision=3352
2005-07-18 09:18:07 +00:00
Eelco Dolstra 41ceac357c * Prevent a retained dependency on static-tools in stdenv-linux
(findutils stores a reference to coreutils).

svn path=/nixpkgs/trunk/; revision=3318
2005-07-12 14:03:33 +00:00
Eelco Dolstra a450978f26 * Glibc updated to 2.3.5.
* GCC 3.4.4 and 3.3.6.
* Other stdenv packages updated.

svn path=/nixpkgs/trunk/; revision=3188
2005-06-17 10:30:13 +00:00
Eelco Dolstra f6e91bc9c9 * Merge r2396.
svn path=/nixpkgs/trunk/; revision=2397
2005-03-14 09:22:26 +00:00
Eelco Dolstra b701827950 * Added the `file' utility (required by the MonoDevelop build process).
svn path=/nixpkgs/trunk/; revision=2355
2005-03-09 17:48:46 +00:00
Eelco Dolstra e42507d182 * Move tarballs to catamaran so that we are no longer dependent on a
gazillion different servers.  Resurrected some 25 missing files.

svn path=/nixpkgs/trunk/; revision=2237
2005-02-15 14:44:19 +00:00
Eelco Dolstra ba6f269bf5 * Qt: add optional support for MySQL.
* MythTV: the setup program works :-).
* Added XmlTV.  This requires a huge number of Perl modules, so...
* Added a generic builder for Perl modules.  I'm lazy so the modules
  are defined directly in all-packages-generic.nix.  The generic
  builder also patches Perl scripts to include a hard-coded Perl
  module search path (i.e., similar to an RPATH in ELF executables).

svn path=/nixpkgs/trunk/; revision=2083
2005-01-22 00:19:27 +00:00
Martin Bravenboer 9bdb07a79a Added xsel, a cool command-line tool for using the X clipboard
svn path=/nixpkgs/trunk/; revision=1485
2004-09-21 16:27:31 +00:00
Eelco Dolstra 1e323657e5 * Coreutils updated to 5.2.1.
svn path=/nixpkgs/trunk/; revision=1438
2004-09-18 17:07:42 +00:00
Armijn Hemel 56c404a7a9 add screen, does complain about getting/setting a config file in /etc
svn path=/nixpkgs/trunk/; revision=1207
2004-07-30 16:13:08 +00:00
Armijn Hemel cd4aa37b6b move less from applications to tools
svn path=/nixpkgs/trunk/; revision=1206
2004-07-30 15:34:37 +00:00
Eelco Dolstra 163a382727 * Don't use gettext. Also use an internal (GNU) version of getopt.
This allows it to build on non-glibc platforms (e.g., Mac OS X).

svn path=/nixpkgs/trunk/; revision=970
2004-04-23 16:29:53 +00:00
Eelco Dolstra 12ae5363ea * Remove trivial builders.
* Make builders unexecutable by removing the hash-bang line and
  execute permission.
* Convert calls to `derivation' to `mkDerivation'.
* Remove `system' and `stdenv' attributes from calls to
  `mkDerivation'.  These transformations were all done automatically,
  so it is quite possible I broke stuff.
* Put the `mkDerivation' function in stdenv/generic.

svn path=/nixpkgs/trunk/; revision=874
2004-03-29 17:23:01 +00:00
Eelco Dolstra 5941f66f0e * The stdenv setup script now defines a generic builder that allows
builders for typical Autoconf-style to be much shorten, e.g.,

    . $stdenv/setup
    genericBuild

  The generic builder does lots of stuff automatically:

  - Unpacks source archives specified by $src or $srcs (it knows about
    gzip, bzip2, tar, zip, and unpacked source trees).
  - Determines the source tree.
  - Applies patches specified by $patches.
  - Fixes libtool not to search for libraries in /lib etc.
  - Runs `configure'.
  - Runs `make'.
  - Runs `make install'.
  - Strips debug information from static libraries.
  - Writes nested log information (in the format accepted by
    `log2xml').

  There are also lots of hooks and variables to customise the generic
  builder.  See `stdenv/generic/docs.txt'.

* Adapted the base packages (i.e., the ones used by stdenv) to use the
  generic builder.

* We now use `curl' instead of `wget' to download files in `fetchurl'.

* Neither `curl' nor `wget' are part of stdenv.  We shouldn't
  encourage people to download stuff in builders (impure!).

* Updated some packages.

* `buildinputs' is now `buildInputs' (but the old name also works).

* `findInputs' in the setup script now prevents inputs from being
  processed multiple times (which could happen, e.g., if an input was
  a propagated input of several other inputs; this caused the size
  variables like $PATH to blow up exponentially in the worst case).

* Patched GNU Make to write nested log information in the format
  accepted by `log2xml'.  Also, prior to writing the build command,
  Make now writes a line `building X' to indicate what is being
  built.  This is unfortunately often obscured by the gigantic tool
  invocations in many Makefiles.  The actual build commands are marked
  `unimportant' so that they don't clutter pages generated by
  `log2html'.


svn path=/nixpkgs/trunk/; revision=845
2004-03-19 16:53:04 +00:00
Eelco Dolstra cd0ad9e00a * Added getopt (because sdf2table needs it).
svn path=/nixpkgs/trunk/; revision=568
2003-12-02 12:54:21 +00:00
Eelco Dolstra 026ff9466a * Rename .fix -> .nix.
svn path=/nixpkgs/trunk/; revision=511
2003-11-18 12:12:56 +00:00
Eelco Dolstra 48c3faca51 * Renamed pkgs-ng to pkgs.
svn path=/nixpkgs/trunk/; revision=502
2003-11-14 09:59:13 +00:00