kiwix: add platforms

This commit is contained in:
Daiderd Jordan 2017-03-06 22:21:28 +01:00
parent 620ef803b9
commit 6e4d902e49
No known key found for this signature in database
GPG Key ID: D02435D05B810C96

@ -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 ];
};
}