utf8cpp: expand platforms to all

wip/yesman
Ben Siraphob 3 years ago
parent 03ec81f41f
commit af96ff1194
  1. 2
      pkgs/development/libraries/utf8cpp/default.nix

@ -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;
};
}

Loading…
Cancel
Save