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:
Hilton Chain 2025-04-19 07:54:04 +08:00
parent 40bf089faa
commit 6025c7abdf
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -127,7 +127,7 @@
"\\.ini$")))
(format #t "LABEL=\"brscan4_end\"~%"))))
#t))
(add-after 'build 'build-preload
(add-after 'install 'build-preload
;; Generate an LD_PRELOAD wrapper to redirect execvp(), open() and
;; open64() calls to `/opt/brother/scanner/brscan4`.
(lambda* (#:key inputs outputs system #:allow-other-keys)