mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2026-01-25 03:54:58 -06:00
nongnu: brscan4: Fix build.
binary-build-system doesn't have a build phase. * nongnu/packages/scanner.scm (brscan4)[arguments]<#:phases>: Add 'build-preload after 'install instead.
This commit is contained in:
parent
40bf089faa
commit
6025c7abdf
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@
|
||||||
"\\.ini$")))
|
"\\.ini$")))
|
||||||
(format #t "LABEL=\"brscan4_end\"~%"))))
|
(format #t "LABEL=\"brscan4_end\"~%"))))
|
||||||
#t))
|
#t))
|
||||||
(add-after 'build 'build-preload
|
(add-after 'install 'build-preload
|
||||||
;; Generate an LD_PRELOAD wrapper to redirect execvp(), open() and
|
;; Generate an LD_PRELOAD wrapper to redirect execvp(), open() and
|
||||||
;; open64() calls to `/opt/brother/scanner/brscan4`.
|
;; open64() calls to `/opt/brother/scanner/brscan4`.
|
||||||
(lambda* (#:key inputs outputs system #:allow-other-keys)
|
(lambda* (#:key inputs outputs system #:allow-other-keys)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue