metal: expand platforms to all

wip/yesman
Ben Siraphob 3 years ago
parent 53afdd0c80
commit 597d1c6510
  1. 2
      pkgs/development/libraries/metal/default.nix

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/brunocodutra/metal";
license = licenses.mit;
maintainers = with maintainers; [ pmiddend ];
platforms = platforms.linux;
platforms = platforms.all;
};
}

Loading…
Cancel
Save