Commit graph

1003 commits

Author SHA1 Message Date
Peter Simons 61882544d8 Docbook2x needs libiconv to build successfully on Darwin.
svn path=/nixpkgs/trunk/; revision=17871
2009-10-19 09:17:21 +00:00
Marc Weber dd3564aba9 adding ps2edit
svn path=/nixpkgs/trunk/; revision=17863
2009-10-18 04:43:53 +00:00
Marc Weber 09d4027cc0 adding plotutils
svn path=/nixpkgs/trunk/; revision=17862
2009-10-18 04:43:50 +00:00
Marc Weber 1db4de344d adding stun
svn path=/nixpkgs/trunk/; revision=17860
2009-10-18 04:43:45 +00:00
Marc Weber 853261c5c5 typo
svn path=/nixpkgs/trunk/; revision=17857
2009-10-18 04:43:38 +00:00
Ludovic Courtès 40495327c5 GRUB 2: Add GNU Unifont BDF font.
svn path=/nixpkgs/trunk/; revision=17791
2009-10-13 21:34:54 +00:00
Eelco Dolstra 257ffc8e73 * Fix broken meta attributes.
svn path=/nixpkgs/trunk/; revision=17773
2009-10-13 09:39:27 +00:00
Lluís Batlle i Rossell fa036cce46 Adding exiftags
svn path=/nixpkgs/trunk/; revision=17748
2009-10-11 15:52:27 +00:00
Lluís Batlle i Rossell ebe0bc809d Adding jhead
svn path=/nixpkgs/trunk/; revision=17747
2009-10-11 15:52:14 +00:00
Eelco Dolstra 55ad6675dc * Fix some packages that broke because libuuid can be null on Darwin.
buildDefs doesn't like buildInputs containing nulls.
* In all-packages.nix: xfsProgs -> xfsprogs, jfsUtils -> jfsutils to
  match the upstream name.

svn path=/nixpkgs/trunk/; revision=17726
2009-10-08 13:07:56 +00:00
Marc Weber 6533cfe95d debootstrap: missing patch
svn path=/nixpkgs/trunk/; revision=17722
2009-10-08 12:36:31 +00:00
Rob Vermaas e7c3f330d3 added pg_top
svn path=/nixpkgs/trunk/; revision=17711
2009-10-08 08:53:21 +00:00
Rob Vermaas 6132b946ac added eggdrop, iftop
svn path=/nixpkgs/trunk/; revision=17710
2009-10-08 07:01:55 +00:00
Marc Weber 5fe030ee0a adding debootstrap (bootstrap debian in a chroot)
svn path=/nixpkgs/trunk/; revision=17709
2009-10-08 00:54:31 +00:00
Peter Simons 49a1368712 pigz: an implementation of gzip that can take advantage of multi-core CPUs
Initial version.

svn path=/nixpkgs/trunk/; revision=17707
2009-10-07 20:18:11 +00:00
Eelco Dolstra 1608964306 svn path=/nixpkgs/trunk/; revision=17689 2009-10-07 11:29:23 +00:00
Eelco Dolstra 8cb83682c4 * p7zip updated to 9.04.
svn path=/nixpkgs/trunk/; revision=17688
2009-10-07 11:28:35 +00:00
Eelco Dolstra 672d3856df * Unzip 6.0.
svn path=/nixpkgs/trunk/; revision=17687
2009-10-07 11:18:54 +00:00
Rob Vermaas 3e8d1bbe6f coreutils not needed as input for privoxy
svn path=/nixpkgs/trunk/; revision=17647
2009-10-05 15:56:36 +00:00
Rob Vermaas b7321eddce added privoxy
svn path=/nixpkgs/trunk/; revision=17645
2009-10-05 14:15:28 +00:00
Sander van der Burg 4b80c924ca openssl support or sitecopy
svn path=/nixpkgs/trunk/; revision=17640
2009-10-05 12:21:50 +00:00
Rob Vermaas 163cceeb54 ssl support for sitecopy
svn path=/nixpkgs/trunk/; revision=17639
2009-10-05 12:18:51 +00:00
Rob Vermaas bd4ef3cbfc added sitecopy
svn path=/nixpkgs/trunk/; revision=17638
2009-10-05 10:37:30 +00:00
Ludovic Courtès 4ba5d3dc6d Add GNU GRUB 1.97~beta3 (aka. "GRUB 2").
svn path=/nixpkgs/trunk/; revision=17636
2009-10-04 21:39:34 +00:00
Lluís Batlle i Rossell 14433eb1e2 Updating ts to 0.6.5
svn path=/nixpkgs/trunk/; revision=17621
2009-10-02 19:05:29 +00:00
Lluís Batlle i Rossell c66b4ee26d Updating freeimage, and setting me as maintainer on some packages.
svn path=/nixpkgs/trunk/; revision=17584
2009-10-02 07:39:03 +00:00
Lluís Batlle i Rossell 5704c1854d Fixing openssh build, so it doesn't try to put anything in /etc/ssh (and of course, it doesn't
fail if /etc/ssh/sshd_config can't be overwritten, which was my main motivation on this patch)

svn path=/nixpkgs/trunk/; revision=17573
2009-10-01 13:06:41 +00:00
Peter Simons 9a833f026b OpenSSH: allow users to configure --sysconfdir via $NIXPKGS_CONFIG
The OpenSSH binaries built by the expression by default expect system-wide
configuration files in "/etc/ssh", which is a bit of an impurity (and certainly
inconsistent with the way other package handle --sysconfdir in Nix). Those who
prefer a clean installation, can now configure that directory path.

Adding the line "openssh = { etcDir = null; };" to $NIXPKGS_CONFIG configures
OpenSSH to use the default location, i.e. $out/etc. Setting that attribute to a
string will configure OpenSSH to use that concrete path instead.

svn path=/nixpkgs/trunk/; revision=17570
2009-10-01 12:07:33 +00:00
Eelco Dolstra 0a7708ff56 * dhcp: don't bring down an interface to delete old addresses / route
/ ARP cache information, but just flush those using the ip command.
  Bringing down wireless interfaces causes wpa_supplicant to fail and
  never recover ("wpa_supplicant: l2_packet_receive - recvfrom:
  Network is down").  This made associating with a wireless network
  rather unreliable and timing-dependant.  It seems to work a lot
  better now.

svn path=/nixpkgs/trunk/; revision=17514
2009-09-29 16:14:33 +00:00
Eelco Dolstra fc95cc78f8 * Added obexd.
svn path=/nixpkgs/trunk/; revision=17497
2009-09-29 12:54:08 +00:00
Michael Raskin bfe4efdadd Restrict DataMatrix to Linux: it depends on librsvg which is part of Gnome which currently fails on cygwin and darwin
svn path=/nixpkgs/trunk/; revision=17489
2009-09-29 06:53:00 +00:00
Peter Simons 045e10fe15 Link nbd package statically.
svn path=/nixpkgs/trunk/; revision=17470
2009-09-28 15:10:55 +00:00
Peter Simons 4dc1e7ba44 Network Block Device (nbd): initial version 2.9.13
svn path=/nixpkgs/trunk/; revision=17414
2009-09-25 02:09:43 +00:00
Lluís Batlle i Rossell f55439cbf5 Fixing purity in 'man' build.
svn path=/nixpkgs/trunk/; revision=17409
2009-09-24 22:18:59 +00:00
Marc Weber a5fdba90e2 reverting -r17404 - the patch I should have kept private
svn path=/nixpkgs/trunk/; revision=17408
2009-09-24 21:39:32 +00:00
Marc Weber 4d41884f8e nixUnstable: adding experimental debug coercion failure patch - for debugging only
svn path=/nixpkgs/trunk/; revision=17405
2009-09-24 18:22:30 +00:00
Eelco Dolstra 27ada9a525 svn path=/nixpkgs/trunk/; revision=17374 2009-09-23 20:02:44 +00:00
Rob Vermaas cce34a0779 * added ethtool 6
svn path=/nixpkgs/trunk/; revision=17346
2009-09-22 08:37:41 +00:00
Eelco Dolstra 808027219d * Provide support for the "savedefault --once" command in the Grub
shell.  KDE uses this to allow rebooting into a non-default
  entry.  To enable, do "nixos-rebuild switch --install-grub".

svn path=/nixpkgs/trunk/; revision=17341
2009-09-21 19:06:48 +00:00
Marc Weber 5f37146a97 I don't want to maintain partitionmanager right now. It fails to build on the farm ..
svn path=/nixpkgs/trunk/; revision=17319
2009-09-21 09:58:17 +00:00
Marc Weber 88e66ae7f4 rename mapRecordFlatten to mapAttrsFlatten
svn path=/nixpkgs/trunk/; revision=17315
2009-09-20 21:54:20 +00:00
Michael Raskin 50c69a093c Building Nix from SVN now needs libxml2
svn path=/nixpkgs/trunk/; revision=17273
2009-09-19 11:40:36 +00:00
Ludovic Courtès ee720ec763 xmlto: Remove explicit dependency on Glibc.
svn path=/nixpkgs/trunk/; revision=17261
2009-09-18 18:22:42 +00:00
Eelco Dolstra a727aa8d8b * Fix the broken Glibc version check.
svn path=/nixpkgs/trunk/; revision=17251
2009-09-18 15:02:19 +00:00
Eelco Dolstra 0852ef4da2 svn path=/nixpkgs/trunk/; revision=17233 2009-09-17 17:43:20 +00:00
Ludovic Courtès ffa5a96874 GNU Parted: Don't try non-Linux platforms.
svn path=/nixpkgs/trunk/; revision=17226
2009-09-17 10:42:27 +00:00
Ludovic Courtès 18ca37341b GNU Acct: Don't build on Cygwin.
svn path=/nixpkgs/trunk/; revision=17225
2009-09-17 10:35:05 +00:00
Ludovic Courtès 75937c640e GNU Parted: Don't depend on device-mapper on non-Linux platforms.
svn path=/nixpkgs/trunk/; revision=17216
2009-09-17 08:00:26 +00:00
Rob Vermaas c3fe985546 * added ncftp
svn path=/nixpkgs/trunk/; revision=17214
2009-09-17 07:31:34 +00:00
Sander van der Burg b25e2987a6 - Fixed slang so that it always finds the terminfo files
- Added GPM support to midnight commander


svn path=/nixpkgs/trunk/; revision=17209
2009-09-16 17:52:54 +00:00