* Updated iputils (though perhaps we should just use GNU inetutils).

svn path=/nixpkgs/trunk/; revision=25765
This commit is contained in:
Eelco Dolstra
2011-02-02 16:05:18 +00:00
parent b899921afe
commit 74c988959a
5 changed files with 31 additions and 68 deletions
@@ -1,4 +1,5 @@
{stdenv, fetchurl}:
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "sysfsutils-2.1.0";
@@ -9,11 +10,12 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://linux-diag.sourceforge.net/Sysfsutils.html;
longDescription = "
These are a set of utilites built upon sysfs, a new virtual
filesystem in Linux kernel versions 2.5+ that exposes a system's
device tree.
";
longDescription =
''
These are a set of utilites built upon sysfs, a new virtual
filesystem in Linux kernel versions 2.5+ that exposes a system's
device tree.
'';
license = "GPL-v2 / LGPL-v2.1";
};
}