mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: hugs: Fix build.
* gnu/packages/hugs.scm (hugs)[native-inputs]: Add gcc-13. Fixes: guix/guix#3838 Change-Id: I18522db2d6e9dd077a6057aa0c6e33dae7f70528
This commit is contained in:
parent
156d81666b
commit
0d91354d4f
1 changed files with 3 additions and 1 deletions
|
|
@ -23,7 +23,8 @@
|
|||
#:use-module (guix packages)
|
||||
#:use-module (guix download)
|
||||
#:use-module (guix build-system gnu)
|
||||
#:use-module (gnu packages))
|
||||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages gcc))
|
||||
|
||||
(define-public hugs
|
||||
(package
|
||||
|
|
@ -72,6 +73,7 @@
|
|||
(("/bin/cp") (which "cp")))
|
||||
#t)))
|
||||
#:tests? #f)) ; no test target
|
||||
(native-inputs (list gcc-13))
|
||||
(home-page "https://www.haskell.org/hugs/")
|
||||
(synopsis "Functional programming system based on Haskell 98")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue