From d87f4aeee2557691c8b944c35d1aea443a22edea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 25 Mar 2020 09:43:11 +0100 Subject: [PATCH] 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. --- srcpkgs/ghc-bin/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srcpkgs/ghc-bin/template b/srcpkgs/ghc-bin/template index ead3a116470..fab63c043cc 100644 --- a/srcpkgs/ghc-bin/template +++ b/srcpkgs/ghc-bin/template @@ -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"