spglib: expand platforms to all
This commit is contained in:
parent
82a0379d9c
commit
73b93f6b9b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue