Merge pull request #23569 from LnL7/darwin-idutils

idutils: disable tests on darwin
This commit is contained in:
Daiderd Jordan
2017-03-18 13:26:25 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -104,6 +104,7 @@ stdenv.mkDerivation rec {
description = "An offline reader for Web content";
homepage = http://kiwix.org;
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ robbinch ];
};
}