gnu: sane-backends: Disable backend generation.
* gnu/packages/scanner.scm (sane-backends)[arguments]: Add a phase to disable the compilation of backends. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
9b1d77f6d4
commit
33a14e29f9
@ -47,6 +47,10 @@
|
|||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
(add-before 'configure 'disable-backends
|
||||||
|
(lambda _
|
||||||
|
(setenv "BACKENDS" " ")
|
||||||
|
#t))
|
||||||
(add-after
|
(add-after
|
||||||
'install 'install-udev-rules
|
'install 'install-udev-rules
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
|
Loading…
Reference in New Issue
Block a user