* Updated iputils (though perhaps we should just use GNU inetutils).
svn path=/nixpkgs/trunk/; revision=25765
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user