mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc: Depend on 'git-minimal/fixed'.
* gnu/packages/haskell.scm (ghc-8.8): Replace GIT/FIXED by GIT-MINIMAL/FIXED. * gnu/packages/version-control.scm (git/fixed): Remove.
This commit is contained in:
parent
48d38125c2
commit
0154fac42a
2 changed files with 1 additions and 28 deletions
|
@ -634,8 +634,7 @@ interactive environment for the functional language Haskell.")
|
|||
(sha256
|
||||
(base32
|
||||
"0c55pj2820q26rikhpf636sn4mjgqsxjrl94vsywrh79dxp3k14z"))))
|
||||
;; TODO: Change to GIT-MINIMAL/FIXED.
|
||||
("git" ,git/fixed) ; invoked during tests
|
||||
("git" ,git-minimal/fixed) ; invoked during tests
|
||||
,@(filter (match-lambda
|
||||
(("ghc-bootstrap" . _) #f)
|
||||
(("ghc-testsuite" . _) #f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue