nixpkgs/pkgs/os-specific/linux/reiserfsprogs/default.nix
Marc Weber 088a6817db added:
dnsmasq, uisp, fltk libixp_for_wmii, acerhk kernel module, reiserfsprogs, radeontools, msmtp,
procmail, pstree, gxemul

changed:
umlutilities to also support building tunctl optionally (needing kernel header files)
wmii updated and wmiimenu added                                                 

svn path=/nixpkgs/trunk/; revision=9242
2007-09-03 12:10:57 +00:00

16 lines
347 B
Nix

args: with args;
stdenv.mkDerivation {
name = "reiserfsprogs-3.6.19";
src = fetchurl {
url = ftp://ftp.namesys.com/pub/reiserfsprogs/reiserfsprogs-3.6.19.tar.gz;
sha256 = "1gv8gr0l5l2j52540y2wj9c9h7fn0r3vabykf95748ydmr9jr1n0";
};
homepage=http://www.namesys.com/;
description="Reiserfs Utilities";
license="GPL-2";
}