diff options
| -rw-r--r-- | gnu/packages/xdisorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index a3015e20fcf..86e50868673 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -359,7 +359,7 @@ used to further tweak the behaviour of the different profiles.") wayland wayland-protocols)) (native-inputs - (list doxygen pkg-config)) + (list doxygen pkg-config scdoc)) (home-page "https://github.com/Cloudef/bemenu") (synopsis "Dynamic menu library and client program inspired by dmenu") (description |
