spglib: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-12 12:22:10 +07:00
parent 82a0379d9c
commit 73b93f6b9b

View file

@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
homepage = "https://atztogo.github.io/spglib/";
license = licenses.bsd3;
maintainers = [ maintainers.markuskowa ];
platforms = platforms.linux;
platforms = platforms.all;
};
}