gnu: beep: Ignore substitute* return value.
* gnu/packages/terminals.scm (beep)[arguments]: End 'patch-makefile phase with truth.
This commit is contained in:
parent
543bd0eede
commit
12c15242f4
|
@ -347,7 +347,8 @@ types of devices that provide serial consoles.")
|
||||||
(delete 'configure)
|
(delete 'configure)
|
||||||
(add-after 'unpack 'patch-makefile
|
(add-after 'unpack 'patch-makefile
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(substitute* "Makefile" (("/usr") (assoc-ref outputs "out")))))
|
(substitute* "Makefile" (("/usr") (assoc-ref outputs "out")))
|
||||||
|
#t))
|
||||||
(add-before 'install 'create-output-directories
|
(add-before 'install 'create-output-directories
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let ((out (assoc-ref %outputs "out")))
|
(let ((out (assoc-ref %outputs "out")))
|
||||||
|
|
Loading…
Reference in New Issue