dftd4: cleanup

This commit is contained in:
Gaetan Lepage
2026-06-10 11:58:45 +00:00
parent 984462d5f1
commit 3a0f47ee53

View File

@@ -27,11 +27,13 @@ assert (
stdenv.mkDerivation (finalAttrs: {
pname = "dftd4";
version = "4.2.0";
__structuredAttrs = true;
strictDeps = true;
src = fetchFromGitHub {
owner = "dftd4";
repo = "dftd4";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-uKjNOIza3/I0oREp88oFESoNqEdumo1AztIjcrVb1O8=";
};
@@ -85,6 +87,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Generally Applicable Atomic-Charge Dependent London Dispersion Correction";
changelog = "https://github.com/dftd4/dftd4/releases/tag/${finalAttrs.src.tag}";
mainProgram = "dftd4";
license = with lib.licenses; [
lgpl3Plus