metal: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-12 12:24:31 +07:00
parent 53afdd0c80
commit 597d1c6510

View file

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