10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
18 sha256 = "1bj70cnhbh6ziy02x988wwl7cbwaq17ld7qwhswqkgnnx8rpgxid";
26 propagatedBuildInputs = [ (python3.withPackages (p: with p; [ pybind11 ])) ];
28 cmakeFlags = [ "-DXCFUN_MAX_ORDER=3" ];
31 description = "Library of exchange-correlation functionals with arbitrary-order derivatives";
32 homepage = "https://github.com/dftlibs/xcfun";
33 license = licenses.mpl20;
34 platforms = platforms.unix;
35 maintainers = [ maintainers.sheepforce ];