Updating from trunk.

svn path=/nixpkgs/branches/stdenv-updates/; revision=19654
This commit is contained in:
Lluís Batlle i Rossell
2010-01-25 18:52:07 +00:00
69 changed files with 1518 additions and 219 deletions
+7 -1
View File
@@ -1,9 +1,15 @@
{stdenv, fetchurl}:
{ stdenv, fetchurl }:
stdenv.mkDerivation {
name = "genext2fs-1.4.1";
src = fetchurl {
url = mirror://sourceforge/genext2fs/genext2fs-1.4.1.tar.gz;
sha256 = "1z7czvsf3ircvz2cw1cf53yifsq29ljxmj15hbgc79l6gbxbnka0";
};
meta = {
homepage = http://genext2fs.sourceforge.net/;
description = "A tool to generate ext2 filesystem images without requiring root privileges";
};
}