rocm-cmake: expand platforms to unix

This commit is contained in:
Ben Siraphob 2021-03-10 17:58:56 +07:00
parent d2005bd29c
commit 843e700420

View File

@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/RadeonOpenCompute/rocm-cmake";
license = licenses.mit;
maintainers = with maintainers; [ danieldk ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}