···3232 meta = with stdenv.lib; {
3333 homepage = https://github.com/voidlinux/xbps;
3434 description = "The X Binary Package System";
3535+ platforms = platforms.linux; # known to not work on Darwin, at least
3536 license = licenses.bsd2;
3637 maintainers = with maintainers; [ dtzWill ];
3738 };