mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc-basement: Fix build on i686-linux.
* gnu/packages/haskell-xyz.scm (ghc-basement)[source]: Add patch. * gnu/packages/patches/ghc-basement-fix-32bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: Ife75c651d4b9cffa14ec1c5165a9254cfee3f09f
This commit is contained in:
parent
bc71be1a1d
commit
4c46dc9a4a
3 changed files with 180 additions and 1 deletions
|
@ -781,7 +781,8 @@ than @code{base-compat}, which has no dependencies.")
|
|||
(uri (hackage-uri "basement" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1d2xj5dmjps7nc7rwp5s0kyjcg9v8xfql6ik4yk1d3affnvazhjn"))))
|
||||
"1d2xj5dmjps7nc7rwp5s0kyjcg9v8xfql6ik4yk1d3affnvazhjn"))
|
||||
(patches (search-patches "ghc-basement-fix-32bit.patch"))))
|
||||
(build-system haskell-build-system)
|
||||
(properties '((upstream-name . "basement")))
|
||||
(home-page "https://github.com/haskell-foundation/foundation#readme")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue