diff options
| -rw-r--r-- | slurm.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/slurm.scm b/slurm.scm index 7539cf7..83f4032 100644 --- a/slurm.scm +++ b/slurm.scm @@ -53,6 +53,8 @@ #$(this-package-input "http-parser")) (string-append "--with-rdkafka=" #$(this-package-input "librdkafka")) + (string-append "--with-yaml=" + #$(this-package-input "libyaml")) (string-append "--with-bpf=" #$(this-package-input "linux-libre-headers")) "--sysconfdir=/etc" |
