Merge pull request #23569 from LnL7/darwin-idutils
idutils: disable tests on darwin
This commit is contained in:
commit
7d81be90c2
@ -104,6 +104,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "An offline reader for Web content";
|
description = "An offline reader for Web content";
|
||||||
homepage = http://kiwix.org;
|
homepage = http://kiwix.org;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ robbinch ];
|
maintainers = with maintainers; [ robbinch ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = stdenv.lib.optional stdenv.isLinux emacs;
|
buildInputs = stdenv.lib.optional stdenv.isLinux emacs;
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = !stdenv.isDarwin;
|
||||||
|
|
||||||
patches = [ ./nix-mapping.patch ];
|
patches = [ ./nix-mapping.patch ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user