From 546497f349531ad1398ad30308bc246a13f1afcd Mon Sep 17 00:00:00 2001 From: Adrien 'neox' Bourmault Date: Fri, 22 Nov 2024 16:37:26 +0100 Subject: [PATCH] manifest.scm: add doxygen as a dependency Doxygen is used to generate documentation, this commit makes sure it is loaded in the `guix shell` environment (which is useful for guix users). Signed-off-by: Adrien 'neox' Bourmault --- manifest.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.scm b/manifest.scm index c1ac365..d0e22e5 100644 --- a/manifest.scm +++ b/manifest.scm @@ -7,6 +7,7 @@ (list "bash" "coreutils" + "doxygen" "gcc-toolchain" "pkg-config" "valgrind"