lang/haskell: only require intero when flag is set
This commit is contained in:
parent
9567b1f97f
commit
09bdbd1bdd
1 changed files with 2 additions and 2 deletions
|
@ -6,5 +6,5 @@
|
|||
(cond ((featurep! +dante)
|
||||
(package! dante)
|
||||
(package! attrap))
|
||||
((package! intero)))
|
||||
|
||||
((featurep! +intero)
|
||||
(package! intero)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue