gnu: vhba-module: Unquote arguments.
* gnu/packages/linux.scm (vhba-module)[arguments]: Make an unquoted LIST.master
parent
549ef6a2bc
commit
1ac3f0785e
|
@ -1432,7 +1432,7 @@ RTL8812AU, RTL8821AU, and RTL8814AU chips.")
|
||||||
(base32 "1dkprnnya0i8121p7ip4g8cww99drk7fzbwcxx65x02jqk0siibj"))))
|
(base32 "1dkprnnya0i8121p7ip4g8cww99drk7fzbwcxx65x02jqk0siibj"))))
|
||||||
(build-system linux-module-build-system)
|
(build-system linux-module-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; no test suite
|
(list #:tests? #f)) ; no test suite
|
||||||
(home-page "https://cdemu.sourceforge.io/")
|
(home-page "https://cdemu.sourceforge.io/")
|
||||||
(synopsis "Linux kernel module that emulates SCSI devices")
|
(synopsis "Linux kernel module that emulates SCSI devices")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue