msitools: disable tests on darwin

This commit is contained in:
Pavol Rusnak 2021-07-28 14:45:36 +02:00
parent a4a19bca8c
commit 37e24aecea
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -59,7 +59,8 @@ stdenv.mkDerivation rec {
bzip2
];
doCheck = true;
# WiX tests fail on darwin
doCheck = !stdenv.isDarwin;
postPatch = ''
patchShebangs subprojects/bats-core/{bin,libexec}