mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: xcalc: Update to 1.1.1.
* gnu/packages/xorg.scm (xcalc): Update to 1.1.1.
This commit is contained in:
parent
8cc2c048c2
commit
8e84eb0125
1 changed files with 3 additions and 4 deletions
|
@ -2066,14 +2066,14 @@ (define-public xbitmaps
|
|||
(define-public xcalc
|
||||
(package
|
||||
(name "xcalc")
|
||||
(version "1.1.0")
|
||||
(version "1.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://xorg/individual/app/"
|
||||
"xcalc-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0c768lh0nh28ram9ldldhaf51024fngc589v4pjmf3lxmzcihr58"))))
|
||||
(base32 "0fwgnva716ymnrf8f4lvnqlyikf5c837054sxxlf3l5jpy4wh6cj"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
|
@ -2083,8 +2083,7 @@ (define-public xcalc
|
|||
(substitute* "Makefile"
|
||||
(("^appdefaultdir = .*$")
|
||||
(string-append "appdefaultdir = " %output
|
||||
,%app-defaults-dir "\n")))
|
||||
#t)))))
|
||||
,%app-defaults-dir "\n"))))))))
|
||||
(inputs
|
||||
(list libxaw))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue