libndctl: fix tests
This commit is contained in:
parent
dc3d45500a
commit
917e3aeeb4
@ -31,6 +31,10 @@ in stdenv.mkDerivation rec {
|
||||
})
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs test
|
||||
'';
|
||||
|
||||
preAutoreconf = ''
|
||||
substituteInPlace configure.ac --replace "which" "${which}/bin/which"
|
||||
substituteInPlace git-version --replace /bin/bash ${stdenv.shell}
|
||||
|
Loading…
Reference in New Issue
Block a user