mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libvirt, virt-manager: Don't use tabs for indentation
* gnu/packages/virtualization.scm: Replace tabs with spaces.
This commit is contained in:
parent
92cd55fa68
commit
b905ebed0c
1 changed files with 4 additions and 4 deletions
|
@ -461,8 +461,8 @@ manage system or application containers.")
|
||||||
(add-before 'configure 'disable-broken-tests
|
(add-before 'configure 'disable-broken-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
(let ((tests (list "commandtest" ; hangs idly
|
(let ((tests (list "commandtest" ; hangs idly
|
||||||
"qemuxml2argvtest" ; fails
|
"qemuxml2argvtest" ; fails
|
||||||
"qemuhotplugtest" ; fails
|
"qemuhotplugtest" ; fails
|
||||||
"virnetsockettest" ; tries to network
|
"virnetsockettest" ; tries to network
|
||||||
"virshtest"))) ; fails
|
"virshtest"))) ; fails
|
||||||
(substitute* "tests/Makefile.in"
|
(substitute* "tests/Makefile.in"
|
||||||
|
@ -629,8 +629,8 @@ virtualization library.")
|
||||||
(add-after 'unpack 'fix-qemu-img-reference
|
(add-after 'unpack 'fix-qemu-img-reference
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(substitute* "virtconv/formats.py"
|
(substitute* "virtconv/formats.py"
|
||||||
(("/usr(/bin/qemu-img)" _ suffix)
|
(("/usr(/bin/qemu-img)" _ suffix)
|
||||||
(string-append (assoc-ref inputs "qemu") suffix)))
|
(string-append (assoc-ref inputs "qemu") suffix)))
|
||||||
#t))
|
#t))
|
||||||
(add-after 'unpack 'fix-default-uri
|
(add-after 'unpack 'fix-default-uri
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue