mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
build-system/haskell: Fix regression.
This is a follow-up of a0f880afea
.
* guix/build-system/haskell.scm (haskell-build): Correctly handle the absence
of a "cabal-revision" input.
This commit is contained in:
parent
f12709ec5f
commit
29a1c93b72
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ (define builder
|
||||||
;; use of ungexp-splicing.
|
;; use of ungexp-splicing.
|
||||||
#:cabal-revision
|
#:cabal-revision
|
||||||
#$@(match (assoc-ref inputs "cabal-revision")
|
#$@(match (assoc-ref inputs "cabal-revision")
|
||||||
(#f '())
|
(#f '(#f))
|
||||||
(lst lst))
|
(lst lst))
|
||||||
|
|
||||||
#:configure-flags #$configure-flags
|
#:configure-flags #$configure-flags
|
||||||
|
|
Loading…
Reference in a new issue