gnupatch: disable tests on musl :(
This commit is contained in:
parent
8ad9400a6c
commit
f969923bac
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
"ac_cv_func_strnlen_working=yes"
|
||||
];
|
||||
|
||||
doCheck = true; # not cross;
|
||||
doCheck = hostPlatform.libc != "musl"; # not cross;
|
||||
|
||||
meta = {
|
||||
description = "GNU Patch, a program to apply differences to files";
|
||||
|
Loading…
Reference in New Issue
Block a user