mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: remmina: Update to 1.4.21.
* gnu/packages/vnc.scm (remmina): Update to 1.4.21. [arguments]: Don't explicitly return #t from phases.
This commit is contained in:
parent
1632cad620
commit
b4359fc5e6
1 changed files with 3 additions and 4 deletions
|
@ -61,7 +61,7 @@ (define-module (gnu packages vnc)
|
|||
(define-public remmina
|
||||
(package
|
||||
(name "remmina")
|
||||
(version "1.4.20")
|
||||
(version "1.4.21")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -71,7 +71,7 @@ (define-public remmina
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0apm4lqcmqskdp2fjxl8dbg3686cm4w0b5806fqj7w43hdmd8w4v"))))
|
||||
(base32 "1g6aqbkbjfywkbaigyysivxswmbp8fbcw9x5ppysaj658cfdnicx"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; No target
|
||||
|
@ -102,8 +102,7 @@ (define-public remmina
|
|||
(gi-typelib-path (getenv "GI_TYPELIB_PATH")))
|
||||
(wrap-program file
|
||||
`("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path)))))
|
||||
'("remmina" "remmina-file-wrapper")))
|
||||
#t)))))
|
||||
'("remmina" "remmina-file-wrapper"))))))))
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
("glib:bin" ,glib "bin")
|
||||
|
|
Loading…
Reference in a new issue