spglib: expand platforms to all
This commit is contained in:
parent
82a0379d9c
commit
73b93f6b9b
|
@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://atztogo.github.io/spglib/";
|
homepage = "https://atztogo.github.io/spglib/";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = [ maintainers.markuskowa ];
|
maintainers = [ maintainers.markuskowa ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue