utf8cpp: expand platforms to all
This commit is contained in:
parent
03ec81f41f
commit
af96ff1194
|
@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "UTF-8 with C++ in a Portable Way";
|
description = "UTF-8 with C++ in a Portable Way";
|
||||||
license = licenses.free;
|
license = licenses.free;
|
||||||
maintainers = with maintainers; [ jobojeha ];
|
maintainers = with maintainers; [ jobojeha ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue