me
/
guix
Archived
1
0
Fork 0

gnu: eg25-manager: Patch reference to grep.

* gnu/packages/firmware.scm (eg25-manager)[arguments]: Add a phase to
patch the path to grep.
master
Efraim Flashner 2023-06-15 13:51:17 +03:00
parent 5d6026ff38
commit f6047c5b71
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 9 additions and 1 deletions

View File

@ -347,9 +347,17 @@ by the b43-open driver of Linux-libre.")
(base32 (base32
"1a591dhr43mhwh09n2vlfpw6aajl6d1vkwniikjvwfjrmp01v6yq")))) "1a591dhr43mhwh09n2vlfpw6aajl6d1vkwniikjvwfjrmp01v6yq"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments
(list
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'patch-path
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "udev/80-modem-eg25.rules"
(("/bin/grep") (search-input-file inputs "/bin/grep"))))))))
(native-inputs (list curl (native-inputs (list curl
`(,glib "bin") pkg-config)) `(,glib "bin") pkg-config))
(inputs (list libgpiod libgudev libusb)) (inputs (list grep libgpiod libgudev libusb))
(synopsis "Manager daemon for the Quectel EG25 mobile broadband modem") (synopsis "Manager daemon for the Quectel EG25 mobile broadband modem")
(description (description
"This package provides a manager daemon for the Quectel EG25 mobile "This package provides a manager daemon for the Quectel EG25 mobile