diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2020-05-04 00:39:36 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-05-04 10:26:52 +0200 |
commit | 06ed1dba359aeb70f6da908ca5672c541c714ab1 (patch) | |
tree | 0d56a87637253234f5413ed770c96edc2a94231c /gnu/local.mk | |
parent | feba2c97514b142e356a4927640a78b3cd21d327 (diff) | |
download | patches-06ed1dba359aeb70f6da908ca5672c541c714ab1.tar patches-06ed1dba359aeb70f6da908ca5672c541c714ab1.tar.gz |
gnu: Add gromacs.
* gnu/packages/chemistry.scm (gromacs): New variable.
* gnu/packages/patches/gromacs-tinyxml2.patch: New file...
* gnu/local.mk (dist_patch_DATA): ...add it here.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 3c9a10b6bc..827e186501 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1006,6 +1006,7 @@ dist_patch_DATA = \ %D%/packages/patches/gpsbabel-qstring.patch \ %D%/packages/patches/grantlee-merge-theme-dirs.patch \ %D%/packages/patches/grep-timing-sensitive-test.patch \ + %D%/packages/patches/gromacs-tinyxml2.patch \ %D%/packages/patches/groovy-add-exceptionutilsgenerator.patch \ %D%/packages/patches/grub-efi-fat-serial-number.patch \ %D%/packages/patches/gsl-test-i686.patch \ |