utf8cpp: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-10 18:00:13 +07:00
parent 03ec81f41f
commit af96ff1194

View file

@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
description = "UTF-8 with C++ in a Portable Way";
license = licenses.free;
maintainers = with maintainers; [ jobojeha ];
platforms = platforms.linux;
platforms = platforms.all;
};
}