reiserfsprogs 3.6.21 -> 3.6.24
This commit is contained in:
parent
74d66a3df1
commit
3a627a7fb0
@ -1,22 +1,18 @@
|
|||||||
{ stdenv, fetchurl, libuuid }:
|
{ stdenv, fetchurl, libuuid }:
|
||||||
|
|
||||||
|
let version = "3.6.24"; in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "reiserfsprogs-3.6.21";
|
name = "reiserfsprogs-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://ftp.be.debian.org/pub/linux/utils/fs/reiserfs/${name}.tar.bz2";
|
url = "https://www.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v${version}/${name}.tar.xz";
|
||||||
sha256 = "19mqzhh6jsf2gh8zr5scqi9pyk1fwivrxncd11rqnp2148c58jam";
|
sha256 = "0q07df9wxxih8714a3mdp61h5n347l7j2a0l351acs3xapzgwi3y";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libuuid ];
|
buildInputs = [ libuuid ];
|
||||||
|
|
||||||
postInstall =
|
|
||||||
''
|
|
||||||
ln -s reiserfsck $out/sbin/fsck.reiserfs
|
|
||||||
ln -s mkreiserfs $out/sbin/mkfs.reiserfs
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
inherit version;
|
||||||
homepage = http://www.namesys.com/;
|
homepage = http://www.namesys.com/;
|
||||||
description = "ReiserFS utilities";
|
description = "ReiserFS utilities";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user