gnu: libticables2: Improve style.

* gnu/packages/emulators.scm (libticables2)
  [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:
Nicolas Graves 2025-07-01 23:11:40 +02:00 committed by Liliana Marie Prikler
parent 4000724043
commit de4b858276
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -2916,34 +2916,34 @@ play them on systems for which they were never designed!")
(package (package
(name "libticables2") (name "libticables2")
(version "1.3.5") (version "1.3.5")
(source (origin (source
(origin
(method url-fetch) (method url-fetch)
(uri "https://www.ticalc.org/pub/unix/tilibs.tar.gz") (uri "https://www.ticalc.org/pub/unix/tilibs.tar.gz")
(sha256 (sha256
(base32 (base32 "07cfwwlidgx4fx88whnlch6y1342x16h15lkvkkdlp2y26sn2yxg"))))
"07cfwwlidgx4fx88whnlch6y1342x16h15lkvkkdlp2y26sn2yxg"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags (list "--enable-libusb10") (list
#:configure-flags
#~(list "--enable-libusb10")
#:phases #:phases
(modify-phases %standard-phases #~(modify-phases %standard-phases
(replace 'unpack (replace 'unpack
(lambda* (#:key source #:allow-other-keys) (lambda* (#:key source #:allow-other-keys)
(invoke "tar" "xvkf" source) (invoke "tar" "xvkf" source)
(invoke "tar" "xvkf" (invoke "tar" "xvkf"
(string-append "tilibs2/libticables2-" (string-append "tilibs2/libticables2-"
,version ".tar.bz2")) #$version ".tar.bz2"))
(chdir (string-append "libticables2-" ,version)) (chdir (string-append "libticables2-"
#t))))) #$version)))))))
(native-inputs (native-inputs (list autoconf
(list autoconf
autogen autogen
automake automake
gnu-gettext gnu-gettext
libtool libtool
pkg-config)) pkg-config))
(inputs (inputs (list glib libusb))
(list glib libusb))
(synopsis "Link cable library for TI calculators") (synopsis "Link cable library for TI calculators")
(description (description
"This package contains libticables, a library for operations on "This package contains libticables, a library for operations on