msitools: disable tests on darwin
This commit is contained in:
parent
a4a19bca8c
commit
37e24aecea
1 changed files with 2 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue