forked from mirrors/nixpkgs
svn path=/nixpkgs/trunk/; revision=19523
This commit is contained in:
parent
1da5799ce4
commit
45d18b9b4a
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue