gnu: sakura: Update to 3.6.0.
* gnu/packages/terminals.scm (sakura): Update to 3.6.0.master
parent
4ef1d9fd8b
commit
42d93a32ee
|
@ -617,7 +617,7 @@ eye-candy, customizable, and reasonably lightweight.")
|
||||||
(define-public sakura
|
(define-public sakura
|
||||||
(package
|
(package
|
||||||
(name "sakura")
|
(name "sakura")
|
||||||
(version "3.5.0")
|
(version "3.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://launchpad.net/" name "/trunk/"
|
(uri (string-append "https://launchpad.net/" name "/trunk/"
|
||||||
|
@ -625,14 +625,13 @@ eye-candy, customizable, and reasonably lightweight.")
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fhcn3540iw22l5zg3njh5z8cj0g2n9p6fvagjqa5zc323jfsc7b"))))
|
"1q463qm41ym7jb3kbzjz7b6x549vmgkb70arpkhsf86yxly1y5m1"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; no check phase
|
'(#:tests? #f)) ; no check phase
|
||||||
'(#:tests? #f))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
("perl" ,perl) ; for pod2man
|
("perl" ,perl) ; for pod2man
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libxft" ,libxft)
|
`(("libxft" ,libxft)
|
||||||
|
|
Reference in New Issue