paperkey: fix tests

This commit is contained in:
Jan Malakhovski 2018-08-08 21:40:38 +00:00
parent 2cd4bcec4a
commit 15bf17a3f8

View file

@ -9,6 +9,13 @@ stdenv.mkDerivation rec {
sha256 = "1prd2jaf4zjad3xhv160hmi5n408ssljfg7iz90jxs9w111pjwy4";
};
postPatch = ''
for a in checks/*.sh ; do
substituteInPlace $a \
--replace /bin/echo echo
done
'';
enableParallelBuilding = true;
meta = with stdenv.lib; {