mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
paperkey: fix tests
This commit is contained in:
parent
2cd4bcec4a
commit
15bf17a3f8
1 changed files with 7 additions and 0 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue