libstrophe: Add "platforms" meta information

This commit is contained in:
dev.hell 2015-01-04 22:37:16 +00:00
parent b89b6d1599
commit 6ba674911f

View File

@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://strophe.im/libstrophe/;
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.devhell ];
};
}