8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
16 sha256 = "k+OEwrA/saupP/wX6Ii5My0vffiJ0X9xMCTrliMSMik=";
19 nativeBuildInputs = [ cmake ];
22 description = " molecular point group symmetry lib";
23 homepage = "https://github.com/mcodev31/libmsym";
24 license = licenses.mit;
25 platforms = platforms.linux;
26 maintainers = [ maintainers.sheepforce ];