xfstests: 2017-07-16 -> 2018-04-11
This commit is contained in:
parent
04ec325166
commit
e5e8a85555
@ -3,16 +3,20 @@
|
|||||||
, time, utillinux, which, writeScript, xfsprogs }:
|
, time, utillinux, which, writeScript, xfsprogs }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "xfstests-2017-07-16";
|
name = "xfstests-2018-04-11";
|
||||||
|
|
||||||
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 = "c3893c2dc623a07b1ace8e72ee4beb29f8bfae15";
|
rev = "fdf6d4bc862bb3269c95986fdaf1c59271762ad6";
|
||||||
sha256 = "1p42dakry4r2366hdgj4i1wcnjs4qk0bfmyr70r1n7s7ykvnvnrl";
|
sha256 = "16j1kcmj0xq6s2qw4hll5r5cz7q4vbbsy2nh1g5aaq7xsl3h8mhb";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoconf automake libtool ];
|
nativeBuildInputs = [
|
||||||
buildInputs = [ acl attr gawk libaio libuuid libxfs openssl perl ];
|
autoconf automake libtool
|
||||||
|
];
|
||||||
|
buildInputs = [
|
||||||
|
acl attr gawk libaio libuuid libxfs openssl perl
|
||||||
|
];
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user