mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 14:27:45 +00:00
paperkey: fix tests
This commit is contained in:
parent
2cd4bcec4a
commit
15bf17a3f8
@ -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 New Issue
Block a user