mmtf-cpp: relax platform restriction

This commit is contained in:
natsukium 2024-04-20 15:33:04 +09:00
parent 4b7e20a7ce
commit 18a4e0830c
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
description = "A library of exchange-correlation functionals with arbitrary-order derivatives";
homepage = "https://github.com/rcsb/mmtf-cpp";
license = licenses.mit;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = [ maintainers.sheepforce ];
};
}