mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
kakasi: make tests run, but disable
This commit is contained in:
parent
131e6d664b
commit
1cf53a041c
@ -21,4 +21,14 @@ stdenv.mkDerivation rec {
|
||||
url = "http://kakasi.namazu.org/stable/${name}.tar.xz";
|
||||
sha256 = "1qry3xqb83pjgxp3my8b1sy77z4f0893h73ldrvdaky70cdppr9f";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
for a in tests/kakasi-* ; do
|
||||
substituteInPlace $a \
|
||||
--replace "/bin/echo" echo
|
||||
done
|
||||
'';
|
||||
|
||||
doCheck = false; # fails 1 of 6 tests
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user