diff options
Diffstat (limited to 'slurm.scm')
-rw-r--r-- | slurm.scm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |