mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Fix broken links to Arch Linux git repositories
* gnu/packages/crypto.scm (libsecp256k1): Update comment patch link. * gnu/packages/engineering.scm (freehdl): Update patch link. * gnu/packages/tex.scm (texlive-bin): Update arch-patch base URL. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
15452f319c
commit
62722229c2
3 changed files with 9 additions and 8 deletions
|
@ -1949,11 +1949,12 @@ parallel computing platforms. It also supports serial execution.")
|
|||
(patches
|
||||
(list (origin
|
||||
;; Fix build with GCC 7. Patch taken from Arch Linux:
|
||||
;; https://git.archlinux.org/svntogit/community.git/tree/trunk?h=packages/freehdl
|
||||
;; https://github.com/archlinux/svntogit-community/tree/packages/freehdl/trunk
|
||||
(method url-fetch)
|
||||
(uri "https://git.archlinux.org/svntogit/community.git\
|
||||
/plain/trunk/build-fix.patch?h=packages/freehdl\
|
||||
&id=3bb90d64dfe6883e26083cd1fa96226d0d59175a")
|
||||
(uri (string-append "https://raw.githubusercontent.com"
|
||||
"/archlinux/svntogit-community"
|
||||
"/3bb90d64dfe6883e26083cd1fa96226d0d59175a"
|
||||
"/trunk/build-fix.patch"))
|
||||
(file-name "freehdl-c++-namespace.patch")
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue