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_disk=enabled"
|
||||||
"-Dstorage_dir=enabled"
|
"-Dstorage_dir=enabled"
|
||||||
"-Dpolkit=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
|
"-Dnls=enabled" ;translations
|
||||||
(string-append "-Ddocdir=" (assoc-ref %outputs "out") "/share/doc/"
|
(string-append "-Ddocdir=" (assoc-ref %outputs "out") "/share/doc/"
|
||||||
,name "-" ,version)
|
,name "-" ,version)
|
||||||
|
|
Reference in a new issue