gnu: libvirt: Work around broken SASL option.
* gnu/packages/virtualization.scm (libvirt)[arguments]: Add "-Ddriver_remote=enabled" to #:configure-flags.
This commit is contained in:
parent
b65af6ed91
commit
eb72b3d940
1 changed files with 3 additions and 0 deletions
|
@ -1092,6 +1092,9 @@ It started as a side project of LXC but can be used by any run-time.")
|
|||
"-Dstorage_disk=enabled"
|
||||
"-Dstorage_dir=enabled"
|
||||
"-Dpolkit=enabled"
|
||||
;; XXX The default, but required to make -Dsasl ‘stick’.
|
||||
;; See <https://gitlab.com/libvirt/libvirt/-/issues/185>
|
||||
"-Ddriver_remote=enabled"
|
||||
"-Dnls=enabled" ;translations
|
||||
(string-append "-Ddocdir=" (assoc-ref %outputs "out") "/share/doc/"
|
||||
,name "-" ,version)
|
||||
|
|
Reference in a new issue