bcunit: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-17 16:25:35 +07:00
parent cacacac717
commit b2c57112d8

View file

@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.linphone.org/BC/public/bcunit";
license = licenses.lgpl2Plus;
maintainers = with maintainers; [ raskin jluttine ];
platforms = platforms.linux;
platforms = platforms.all;
};
}