mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc: Rely on a fixed version of Git.
This makes the derivation of ghc equivalent to that found in
e55547bf70
.
* gnu/packages/haskell.scm (ghc-8.8)[native-inputs]: Change GIT to
GIT/FIXED.
(ghc-8.10)[native-inputs]: Change GIT-MINIMAL to GIT-MINIMAL/FIXED.
* gnu/packages/version-control.scm (git/fixed): New variable.
This commit is contained in:
parent
d28a28ff53
commit
1db174a3ad
2 changed files with 29 additions and 2 deletions
|
@ -634,7 +634,8 @@ interactive environment for the functional language Haskell.")
|
|||
(sha256
|
||||
(base32
|
||||
"0c55pj2820q26rikhpf636sn4mjgqsxjrl94vsywrh79dxp3k14z"))))
|
||||
("git" ,git) ; invoked during tests
|
||||
;; TODO: Change to GIT-MINIMAL/FIXED.
|
||||
("git" ,git/fixed) ; invoked during tests
|
||||
,@(filter (match-lambda
|
||||
(("ghc-bootstrap" . _) #f)
|
||||
(("ghc-testsuite" . _) #f)
|
||||
|
@ -687,7 +688,7 @@ interactive environment for the functional language Haskell.")
|
|||
(sha256
|
||||
(base32
|
||||
"1zl25gg6bpx5601k8h3cqnns1xfc0nqgwnh8jvn2s65ra3f2g1nz"))))
|
||||
("git" ,git-minimal) ; 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