mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06: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 @@ superior compression ratio of gzip is just a bonus.")
|
|||
(build-shared-lib
|
||||
;; Build a shared library.
|
||||
'(lambda* (#:key inputs #:allow-other-keys)
|
||||
(patch-makefile-SHELL "Makefile-libbz2_so")
|
||||
(zero? (system* "make" "-f" "Makefile-libbz2_so"))))
|
||||
(install-shared-lib
|
||||
'(lambda* (#:key outputs #:allow-other-keys)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue