mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libtifiles2: Improve style.
* gnu/packages/emulators.scm (libtifiles2) [source, arguments]: Run guix style, guix style -S arguments. Remove trailing #t. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
4069e66fab
commit
cef894e377
1 changed files with 19 additions and 20 deletions
|
@ -2994,28 +2994,27 @@ This is a part of the TiLP project.")
|
||||||
(package
|
(package
|
||||||
(name "libtifiles2")
|
(name "libtifiles2")
|
||||||
(version "1.1.7")
|
(version "1.1.7")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri "https://www.ticalc.org/pub/unix/tilibs.tar.gz")
|
(method url-fetch)
|
||||||
(sha256
|
(uri "https://www.ticalc.org/pub/unix/tilibs.tar.gz")
|
||||||
(base32
|
(sha256
|
||||||
"07cfwwlidgx4fx88whnlch6y1342x16h15lkvkkdlp2y26sn2yxg"))))
|
(base32 "07cfwwlidgx4fx88whnlch6y1342x16h15lkvkkdlp2y26sn2yxg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
(list
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
(replace 'unpack
|
#~(modify-phases %standard-phases
|
||||||
(lambda* (#:key source #:allow-other-keys)
|
(replace 'unpack
|
||||||
(invoke "tar" "xvkf" source)
|
(lambda* (#:key source #:allow-other-keys)
|
||||||
(invoke "tar" "xvkf"
|
(invoke "tar" "xvkf" source)
|
||||||
(string-append "tilibs2/libtifiles2-"
|
(invoke "tar" "xvkf"
|
||||||
,version ".tar.bz2"))
|
(string-append "tilibs2/libtifiles2-"
|
||||||
(chdir (string-append "libtifiles2-" ,version))
|
#$version ".tar.bz2"))
|
||||||
#t)))))
|
(chdir (string-append "libtifiles2-"
|
||||||
(native-inputs
|
#$version)))))))
|
||||||
(list autoconf automake gnu-gettext libtool pkg-config))
|
(native-inputs (list autoconf automake gnu-gettext libtool pkg-config))
|
||||||
(inputs
|
(inputs (list glib libarchive libticonv))
|
||||||
(list glib libarchive libticonv))
|
|
||||||
(synopsis "File functions library for TI calculators")
|
(synopsis "File functions library for TI calculators")
|
||||||
(description
|
(description
|
||||||
"This package contains libticonv, a library to support working with
|
"This package contains libticonv, a library to support working with
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue