mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: sane-backends-minimal: Return #t from all phases.
* gnu/packages/scanner.scm (sane-backends-minimal)[arguments]: Return #t from the 'install-udev-rules' phase.
This commit is contained in:
parent
d39260dc11
commit
372947725a
1 changed files with 2 additions and 1 deletions
|
@ -83,7 +83,8 @@ (define-public sane-backends-minimal
|
|||
(copy-file "tools/udev/libsane.rules"
|
||||
(string-append out
|
||||
"/lib/udev/rules.d/"
|
||||
"60-libsane.rules"))))))))
|
||||
"60-libsane.rules"))
|
||||
#t))))))
|
||||
(home-page "http://www.sane-project.org")
|
||||
(synopsis
|
||||
"Raster image scanner library and drivers, without scanner support")
|
||||
|
|
Loading…
Reference in a new issue