kiwix: add platforms

This commit is contained in:
Daiderd Jordan
2017-03-06 22:21:28 +01:00
parent 620ef803b9
commit 6e4d902e49

View File

@@ -106,6 +106,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 ];
};
}