mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
distro: bzip2: Patch SHELL' in
Makefile-libbz2_so'.
* distro/packages/compression.scm (bzip2): Call `patch-makefile-SHELL' in BUILD-SHARED-LIB.
This commit is contained in:
parent
98ea038b47
commit
f678f6d913
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ (define-public bzip2
|
||||||
(build-shared-lib
|
(build-shared-lib
|
||||||
;; Build a shared library.
|
;; Build a shared library.
|
||||||
'(lambda* (#:key inputs #:allow-other-keys)
|
'(lambda* (#:key inputs #:allow-other-keys)
|
||||||
|
(patch-makefile-SHELL "Makefile-libbz2_so")
|
||||||
(zero? (system* "make" "-f" "Makefile-libbz2_so"))))
|
(zero? (system* "make" "-f" "Makefile-libbz2_so"))))
|
||||||
(install-shared-lib
|
(install-shared-lib
|
||||||
'(lambda* (#:key outputs #:allow-other-keys)
|
'(lambda* (#:key outputs #:allow-other-keys)
|
||||||
|
|
Loading…
Reference in a new issue