mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'master' into staging
This commit is contained in:
commit
dd2d3ed2d3
61 changed files with 1737 additions and 559 deletions
|
@ -3295,6 +3295,19 @@ requirements and without using a different ABI compared to applications and
|
|||
libraries written in C.")
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
(define-public vala-0.48
|
||||
(package
|
||||
(inherit vala)
|
||||
(version "0.48.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/vala/"
|
||||
(version-major+minor version) "/"
|
||||
"vala-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"01wppzgacdmp8dgf8047myz1any2yffmrhgl8kqf1q0c0gnhi3fi"))))))
|
||||
|
||||
(define-public vte
|
||||
(package
|
||||
(name "vte")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue