12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 hash = "sha256-KP8tpwBr/ymjcXmCssdn+Xti0UKgazJSGTgVpvE+CiM=";
39 outputs = [ "out" "dev" ];
44 description = "File format and library for the storage of quantum chemical wave functions";
45 homepage = "https://trex-coe.github.io/trexio/";
46 downloadPage = "https://github.com/TREX-CoE/trexio";
47 license = licenses.bsd3;
48 maintainers = [ maintainers.sheepforce ];