Add platforms to meta

This commit is contained in:
Doron Behar 2019-10-05 10:20:54 +03:00
parent a246b74f21
commit 97769d4cfd

View File

@ -76,6 +76,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/MTG/gaia"; homepage = "https://github.com/MTG/gaia";
description = "General library to work with points in a semimetric space"; description = "General library to work with points in a semimetric space";
maintainers = with maintainers; [ doronbehar ]; maintainers = with maintainers; [ doronbehar ];
platforms = platforms.all;
license = licenses.agpl3; license = licenses.agpl3;
}; };
} }