xfstests: 2017-03-26 -> 2017-07-16
This commit is contained in:
parent
c1597af1f2
commit
dd248fad87
@ -1,17 +1,18 @@
|
|||||||
{ stdenv, acl, attr, autoreconfHook, bash, bc, coreutils, e2fsprogs, fetchgit, fio, gawk
|
{ stdenv, acl, attr, autoconf, automake, bash, bc, coreutils, e2fsprogs, fetchgit, fio, gawk
|
||||||
, lib, libaio, libcap, libuuid, libxfs, lvm2, openssl, perl, procps, psmisc, su
|
, lib, libaio, libcap, libtool, libuuid, libxfs, lvm2, openssl, perl, procps, psmisc, su
|
||||||
, time, utillinux, which, writeScript, xfsprogs }:
|
, time, utillinux, which, writeScript, xfsprogs }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "xfstests-2017-03-26";
|
name = "xfstests-2017-07-16";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git";
|
url = "git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git";
|
||||||
rev = "7400c10e503fed20fe2d9f8b03b2157eba4ff3b8";
|
rev = "c3893c2dc623a07b1ace8e72ee4beb29f8bfae15";
|
||||||
sha256 = "0m30mx8nv49ryijlkqffjmkw2g1xdxsrq868jh9crwh19055v7qp";
|
sha256 = "1p42dakry4r2366hdgj4i1wcnjs4qk0bfmyr70r1n7s7ykvnvnrl";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ acl autoreconfHook attr gawk libaio libuuid libxfs openssl perl ];
|
nativeBuildInputs = [ autoconf automake libtool ];
|
||||||
|
buildInputs = [ acl attr gawk libaio libuuid libxfs openssl perl ];
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
@ -55,6 +56,8 @@ stdenv.mkDerivation {
|
|||||||
export MAKE=$(type -P make)
|
export MAKE=$(type -P make)
|
||||||
export SED=$(type -P sed)
|
export SED=$(type -P sed)
|
||||||
export SORT=$(type -P sort)
|
export SORT=$(type -P sort)
|
||||||
|
|
||||||
|
make configure
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user