Commit graph

8885 commits

Author SHA1 Message Date
Michael Raskin 8fd03a4dac Added wvVare - tools for converting Microsoft Word formats to usable ones.
svn path=/nixpkgs/trunk/; revision=9152
2007-08-18 08:32:12 +00:00
Wouter den Breejen eb1bfefa91 Fixed a /bin/echo reference
svn path=/nixpkgs/trunk/; revision=8995
2007-07-18 10:32:20 +00:00
Michael Raskin 42f841bcab Added some descriptions.
svn path=/nixpkgs/trunk/; revision=8920
2007-06-26 11:49:45 +00:00
Michael Raskin 53b7c42a92 Added GNU units - unit conversion tool.
svn path=/nixpkgs/trunk/; revision=8907
2007-06-20 15:15:51 +00:00
Eelco Dolstra eec1e8dc0e * New xmltv.
svn path=/nixpkgs/trunk/; revision=8779
2007-05-27 13:23:27 +00:00
Eelco Dolstra e85fb3ce90 * findutils updated to 4.2.30.
svn path=/nixpkgs/trunk/; revision=8750
2007-05-24 13:49:40 +00:00
Eelco Dolstra 1e371a927e * coreutils updated to 6.9 (NIXPKGS-50).
svn path=/nixpkgs/trunk/; revision=8749
2007-05-24 13:48:47 +00:00
Armijn Hemel aee37f4c04 update to 1.8.7:
* remove patch (no longer needed)
* disable readline support

svn path=/nixpkgs/trunk/; revision=8672
2007-05-13 22:43:15 +00:00
Eelco Dolstra 168a93adc5 * Delete some obsolete packages.
* Make sure that every package in all-packages.nix has a unique name.
  Not all of them do, but there are now a few helper functions that
  modify the name of a package for display purposes in nix-env (e.g.,
  you get "zlib-1.2.3" and "zlib-1.2.3-static" in "nix-env -qa").

svn path=/nixpkgs/trunk/; revision=8607
2007-04-26 13:02:30 +00:00
Eelco Dolstra c182d49c51 * Added the GNU `time' command.
svn path=/nixpkgs/trunk/; revision=8599
2007-04-20 08:50:26 +00:00
Eelco Dolstra 1c4dd40460 * Grub requires a 32-bit Glibc. So use the i686-linux Grub on
x86_64.  (This fails to build unless Nix knows an i686-linux machine
  or it can get the Grub binary from a channel.)  Very nasty.

svn path=/nixpkgs/trunk/; revision=7757
2007-01-22 19:57:12 +00:00
Eelco Dolstra a71003612b * Merge SUSE's coreutils-5.0-pam-env.patch so that PAM modules can
pass environment variables (notably DISPLAY and XAUTHORITY) to the
  child shell.

svn path=/nixpkgs/trunk/; revision=7701
2007-01-16 22:24:03 +00:00
Eelco Dolstra 4cb58da8e6 * Add a working PAM-enabled su.
svn path=/nixpkgs/trunk/; revision=7633
2007-01-11 15:22:59 +00:00
Eelco Dolstra 8ee3d8c97a * Doh.
svn path=/nixpkgs/trunk/; revision=7593
2007-01-09 21:13:31 +00:00
Eelco Dolstra 508a0bb329 * Just call it "man".
svn path=/nixpkgs/trunk/; revision=7590
2007-01-09 17:24:58 +00:00
Eelco Dolstra 1d468f451e * Search in "share/man" relative to each path in $PATH (in addition to "man").
svn path=/nixpkgs/trunk/; revision=7589
2007-01-09 17:09:44 +00:00
Eelco Dolstra e28b109fc4 * Don't install setuid.
svn path=/nixpkgs/trunk/; revision=7588
2007-01-09 16:57:07 +00:00
Armijn Hemel b96c1601a1 update to 1.8.1
svn path=/nixpkgs/trunk/; revision=7545
2007-01-06 22:07:50 +00:00
Armijn Hemel 7e41b751cb new versions of various very important tools to keep the buildfarm busy.
svn path=/nixpkgs/trunk/; revision=7485
2006-12-25 23:28:35 +00:00
Armijn Hemel c5e992c7bf update to 4.2.29
svn path=/nixpkgs/trunk/; revision=7482
2006-12-25 21:09:18 +00:00
Eelco Dolstra c37304db96 * Oops, the bootstrap tools contained an impure gzip/gunzip.
* To prevent this kind of thing, check that all tools are statically
  linked.
* Use findutils 4.2.27, 4.2.28 doesn't build with dietlibc.

svn path=/nixpkgs/trunk/; revision=6881
2006-10-27 22:50:58 +00:00
Eelco Dolstra 3ea7d9d272 * Fix static linking in gcc.
* Use the coreutils in dietlibc.
* Add objdump to the binutils static tarball.

svn path=/nixpkgs/trunk/; revision=6879
2006-10-27 20:08:53 +00:00
Eelco Dolstra 0f7883d12f * Revive the old coreutils, since coreutils 6 is broken beyond repair
with dietlibc (it does some incredibly nasty hackery with the system
  header files...).

svn path=/nixpkgs/trunk/; revision=6878
2006-10-27 19:53:23 +00:00
Eelco Dolstra 4d3059721d * bash 2.0, findutils 4.2.28.
* Some Nix expression simplifications.  Sense and simplicity!

svn path=/nixpkgs/trunk/; revision=6836
2006-10-24 23:05:12 +00:00
Eelco Dolstra f86c11815f * Use coreutils 6.4; the dietlibc patch has been merged.
svn path=/nixpkgs/trunk/; revision=6835
2006-10-24 22:49:08 +00:00
Eelco Dolstra 65bbb45ab7 * Add findutils to the bootstrap tools.
svn path=/nixpkgs/trunk/; revision=6791
2006-10-20 16:01:38 +00:00
Eelco Dolstra ce22859f8a * Bash on dietlibc.
* Pass -D_BSD_SOURCE=1 by default in the dietlibc stdenv.

svn path=/nixpkgs/trunk/; revision=6768
2006-10-18 16:16:07 +00:00
Eelco Dolstra efc2b12da5 * A better patch.
svn path=/nixpkgs/trunk/; revision=6766
2006-10-18 15:26:48 +00:00
Eelco Dolstra 6ff020ad3a * Build coreutils on dietlibc.
svn path=/nixpkgs/trunk/; revision=6765
2006-10-18 15:16:53 +00:00
Eelco Dolstra ef9b025dbe * Remove a bunch of unused Nix expressions.
svn path=/nixpkgs/trunk/; revision=6716
2006-10-12 15:43:01 +00:00
Eelco Dolstra 1442e8ec22 * Copy a bunch of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=6711
2006-10-12 13:50:54 +00:00
Armijn Hemel 0ec7b4988f add coreutils-6.3, not the default, wait until more stdenv packages need updating
svn path=/nixpkgs/trunk/; revision=6646
2006-10-02 21:43:27 +00:00
Armijn Hemel e0758ef36a grub needs coreutils (for df and uniq)
svn path=/nixpkgs/trunk/; revision=6062
2006-08-06 23:53:48 +00:00
Armijn Hemel 0d685d9ebe move NIX_GLIBC_FLAGS_SET=1 to the dietlibc-wrapper
svn path=/nixpkgs/trunk/; revision=5992
2006-07-30 17:07:15 +00:00
Armijn Hemel 1477b909f9 upgrade from 4.13 -> 4.17
svn path=/nixpkgs/trunk/; revision=5622
2006-07-06 18:15:07 +00:00
Armijn Hemel c1afbc0f77 screen uses the generic builder
svn path=/nixpkgs/trunk/; revision=5621
2006-07-06 18:12:00 +00:00
Armijn Hemel 976b5ad98e add new version of getopt, but don't make it the default (that would cause sdf
to rebuild, and stratego, and ...)

svn path=/nixpkgs/trunk/; revision=5619
2006-07-06 17:55:41 +00:00
Armijn Hemel cbd254fd10 update to new less, remove builder, since it was just a generic build
svn path=/nixpkgs/trunk/; revision=5536
2006-06-29 11:44:12 +00:00
Armijn Hemel f590067ee0 new autoconf, gettext and coreutils. Tested to build in work in NixOS.
svn path=/nixpkgs/trunk/; revision=5532
2006-06-28 21:35:37 +00:00
Armijn Hemel c21a8b1492 cosmetic fix
svn path=/nixpkgs/trunk/; revision=5518
2006-06-24 17:29:14 +00:00
Armijn Hemel 3d789d45dc new version of parted
svn path=/nixpkgs/trunk/; revision=5461
2006-06-17 12:21:12 +00:00
Armijn Hemel 42c5136265 new coreutils
svn path=/nixpkgs/trunk/; revision=5460
2006-06-17 11:58:14 +00:00
Armijn Hemel ef92af7139 update findutils to 4.2.27
svn path=/nixpkgs/trunk/; revision=4861
2006-02-19 13:57:56 +00:00
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