mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-02 15:25:54 +02:00
gnu: Add swift-cmark-6.2.
* gnu/packages/swift.scm (%swift-6.2-version): New variable. (swift-cmark-6.2): New variable. Change-Id: Id50b523d8621a042c27ca6eca0816c238eed3710
This commit is contained in:
@@ -41,6 +41,8 @@
|
||||
|
||||
(define %swift-bootstrap-version "5.7.3")
|
||||
|
||||
(define %swift-6.2-version "6.2")
|
||||
|
||||
(define %swift-bootstrap-source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -97,6 +99,26 @@
|
||||
Swift-specific modifications, required to build Swift 4.2.4.")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public swift-cmark-6.2
|
||||
(package
|
||||
(inherit swift-cmark)
|
||||
(version %swift-6.2-version)
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/apple/swift-cmark.git")
|
||||
(commit (string-append "swift-" %swift-6.2-version
|
||||
"-RELEASE"))))
|
||||
(file-name (git-file-name "swift-cmark" %swift-6.2-version))
|
||||
(sha256
|
||||
(base32
|
||||
"1405irbglx933i6jc8546gcrgb3y3703h66jm1jnd6acgfyg74ly"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments swift-cmark)
|
||||
((#:phases phases)
|
||||
#~(modify-phases #$phases
|
||||
(delete 'install-cmake-exports)))))))
|
||||
|
||||
(define %swift-libdispatch-source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
||||
Reference in New Issue
Block a user