gnu: parlatype: Update to 3.1.
* gnu/packages/gnome.scm (parlatype): Update to 3.1. [native-inputs]: Remove labels.
This commit is contained in:
parent
b2b926856e
commit
7be1ea33ff
1 changed files with 8 additions and 8 deletions
|
@ -12103,7 +12103,7 @@ (define-public piper
|
|||
(define-public parlatype
|
||||
(package
|
||||
(name "parlatype")
|
||||
(version "3.0")
|
||||
(version "3.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -12112,7 +12112,7 @@ (define-public parlatype
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0mvzagkg9kq2ji6mffi37mdjxmlj3wa65d4lcayij9hsmjlklnzs"))))
|
||||
(base32 "0cqrzbkyksfsm57riirmjkwf2nf2dgl1xpps1wvqxpij475qcb9b"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:glib-or-gtk? #t
|
||||
|
@ -12135,12 +12135,12 @@ (define-public parlatype
|
|||
(wrap-program (string-append out "/bin/parlatype")
|
||||
`("GST_PLUGIN_SYSTEM_PATH" ":" = (,gst-plugin-path)))))))))
|
||||
(native-inputs
|
||||
`(("appstream-glib" ,appstream-glib)
|
||||
("desktop-file-utils" ,desktop-file-utils) ;for desktop-file-validate
|
||||
("gettext" ,gettext-minimal)
|
||||
("glib" ,glib "bin") ;for glib-compile-resources
|
||||
("pkg-config" ,pkg-config)
|
||||
("yelp-tools" ,yelp-tools)))
|
||||
(list appstream-glib
|
||||
desktop-file-utils ;for desktop-file-validate
|
||||
gettext-minimal
|
||||
`(,glib "bin") ;for glib-compile-resources
|
||||
pkg-config
|
||||
yelp-tools))
|
||||
(inputs
|
||||
(list gst-plugins-base
|
||||
gst-plugins-good
|
||||
|
|
Loading…
Reference in a new issue