gnupatch: disable tests on musl :(

This commit is contained in:
Will Dietz 2018-01-12 02:02:32 -06:00
parent 8ad9400a6c
commit f969923bac

View file

@ -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";