me
/
guix
Archived
1
0
Fork 0

gnu: ghc-8.10: Rewrite using G-exps.

* gnu/packages/haskell.scm (ghc-8.10)[arguments]: Rewrite using g-exps.
master
Efraim Flashner 2022-08-22 10:38:25 +03:00
parent b94534adf0
commit b4b7b236fa
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -896,7 +896,7 @@ interactive environment for the functional language Haskell.")
(arguments
(substitute-keyword-arguments (package-arguments ghc-8.8)
((#:phases phases '%standard-phases)
`(modify-phases ,phases
#~(modify-phases #$phases
(add-after 'unpack-testsuite 'patch-more-shebangs
(lambda* (#:key inputs #:allow-other-keys)
(let ((bash (assoc-ref inputs "bash")))