git-annex: unbreak on musl
This commit is contained in:
parent
06146ed0d5
commit
37314f57c5
2 changed files with 2 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
resolver: lts-13.30
|
||||
resolver: lts-14.1
|
||||
packages:
|
||||
- .
|
||||
extra-deps:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'git-annex'
|
||||
pkgname=git-annex
|
||||
version=7.20190730
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=haskell-stack
|
||||
hostmakedepends="pkg-config ghc stack"
|
||||
makedepends="curl file-devel gnupg2 gnutls-devel gsasl-devel libxml2-devel
|
||||
|
@ -17,12 +17,6 @@ checksum=d711c3e57a1625da63b94551a1a88c63817b6f8a2da1274f19ca779bdfd6aa7b
|
|||
nopie_files="/usr/bin/git-annex"
|
||||
nocross=yes
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64-musl)
|
||||
broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/22207/steps/shell_3/logs/stdio"
|
||||
;;
|
||||
esac
|
||||
|
||||
# These install steps are pulled from the install target in the
|
||||
# git-annex Makefile. The target can't be called directly because it is
|
||||
# comingled with the Cabal build, and we're using Stackage instead
|
||||
|
|
Loading…
Reference in a new issue