mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
ghc-bin: fix x86_64-musl w/ new binary
The distfile should perhaps be copied to Void's regular distfiles directory. This is just to fix ghc-bin and ghc build asap.
This commit is contained in:
parent
054084f9a2
commit
d87f4aeee2
1 changed files with 2 additions and 4 deletions
|
@ -20,10 +20,8 @@ x86_64)
|
|||
;;
|
||||
x86_64-musl)
|
||||
# create with "make binary-dist"
|
||||
distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-x86_64-void-linux-musl.tar.xz"
|
||||
checksum=070f2abe8b0c08bf2db1833ed7f40195b72ee9ca8888855fb16a75c6e248f936
|
||||
# Need to create a new binary
|
||||
broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/27136/steps/shell_3/logs/stdio"
|
||||
distfiles="https://distfiles.voidlinux.de/ghc-${version}-x86_64-void-linux-musl.tar.xz"
|
||||
checksum=e335578cf199588dbfd5a3c678a4fc0b0d44ec83771a902a01e510b993b3e01e
|
||||
;;
|
||||
i686)
|
||||
distfiles="https://downloads.haskell.org/~ghc/${version%[!0-9]}/ghc-${version}-i386-deb9-linux.tar.xz"
|
||||
|
|
Loading…
Add table
Reference in a new issue