mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-01 03:41:22 +02:00
lint
This commit is contained in:
parent
632571f3ec
commit
ec3138963c
@ -92,22 +92,23 @@ prepare() {
|
||||
|
||||
# problematic depend install
|
||||
HOME="$_cabal_home" cabal update
|
||||
|
||||
msg "Installing dependency bloomfilter-$_bloomfilterver out-of-tree"
|
||||
cd "$srcdir"/bloomfilter-*
|
||||
patch -p1 -i "$srcdir"/bloomfilter-ghc9.2.diff
|
||||
HOME="$_cabal_home" cabal v1-install
|
||||
|
||||
msg "installing dependency git-lfs-$_gitlfsver out-of-tree"
|
||||
cd "$srcdir"/git-lfs-*
|
||||
patch -p1 -i "$srcdir"/git-lfs-depend-update.diff
|
||||
HOME="$_cabal_home" cabal v1-install
|
||||
cd "$builddir"
|
||||
|
||||
}
|
||||
|
||||
build() {
|
||||
# ghc version path
|
||||
export PATH="$PATH:/usr/lib/llvm14/bin"
|
||||
|
||||
HOME="$_cabal_home" cabal update
|
||||
HOME="$_cabal_home" cabal v1-install \
|
||||
--only-dependencies \
|
||||
$_feature_flags
|
||||
|
Loading…
x
Reference in New Issue
Block a user