forked from mirrors/nixpkgs
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 }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "xfstests-2017-07-16";
|
||||
name = "xfstests-2018-04-11";
|
||||
|
||||
src = fetchgit {
|
||||
url = "git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git";
|
||||
rev = "c3893c2dc623a07b1ace8e72ee4beb29f8bfae15";
|
||||
sha256 = "1p42dakry4r2366hdgj4i1wcnjs4qk0bfmyr70r1n7s7ykvnvnrl";
|
||||
rev = "fdf6d4bc862bb3269c95986fdaf1c59271762ad6";
|
||||
sha256 = "16j1kcmj0xq6s2qw4hll5r5cz7q4vbbsy2nh1g5aaq7xsl3h8mhb";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoconf automake libtool ];
|
||||
buildInputs = [ acl attr gawk libaio libuuid libxfs openssl perl ];
|
||||
nativeBuildInputs = [
|
||||
autoconf automake libtool
|
||||
];
|
||||
buildInputs = [
|
||||
acl attr gawk libaio libuuid libxfs openssl perl
|
||||
];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
enableParallelBuilding = true;
|
||||
|
|
Loading…
Reference in a new issue