reiserfsprogs: 3.6.24 -> 3.6.27
This commit is contained in:
parent
43be38bd78
commit
ca66526f73
2 changed files with 4 additions and 15 deletions
|
@ -1,17 +1,16 @@
|
|||
{ lib, stdenv, fetchurl, libuuid, autoreconfHook }:
|
||||
{ lib, stdenv, fetchurl, libuuid, autoreconfHook, e2fsprogs, acl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "reiserfsprogs";
|
||||
version = "3.6.24";
|
||||
version = "3.6.27";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v${version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "0q07df9wxxih8714a3mdp61h5n347l7j2a0l351acs3xapzgwi3y";
|
||||
hash = "sha256-DpW2f6d0ajwtWRRem5wv60pr5ShT6DtJexgurlCOYuM=";
|
||||
};
|
||||
|
||||
patches = [ ./reiserfsprogs-ar-fix.patch ];
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
buildInputs = [ libuuid ];
|
||||
buildInputs = [ libuuid e2fsprogs acl ];
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = toString [ "-std=gnu90" "-D_GNU_SOURCE" ];
|
||||
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- reiserfsprogs-3.6.24/configure.ac.orig 2018-11-29 17:16:52.313624894 +0300
|
||||
+++ reiserfsprogs-3.6.24/configure.ac 2018-11-29 17:16:54.480669132 +0300
|
||||
@@ -21,6 +21,7 @@
|
||||
AC_PROG_LN_S
|
||||
AC_PROG_MAKE_SET
|
||||
AC_PROG_RANLIB
|
||||
+AM_PROG_AR
|
||||
|
||||
dnl Checks for libraries.
|
||||
|
Loading…
Reference in a new issue