mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 01:07:41 +01:00
gnu: texlive-bitset: Refresh package definition.
* gnu/packages/tex.scm (texlive-bitset): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
f61ae4a417
commit
5e346d44b3
1 changed files with 20 additions and 25 deletions
|
@ -9519,31 +9519,26 @@ (define-public texlive-bigintcalc
|
||||||
(define-deprecated-package texlive-generic-bigintcalc texlive-bigintcalc)
|
(define-deprecated-package texlive-generic-bigintcalc texlive-bigintcalc)
|
||||||
|
|
||||||
(define-public texlive-bitset
|
(define-public texlive-bitset
|
||||||
(let ((template (simple-texlive-package
|
(package
|
||||||
"texlive-bitset"
|
(name "texlive-bitset")
|
||||||
(list "doc/latex/bitset/"
|
(version (number->string %texlive-revision))
|
||||||
"source/latex/bitset/"
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/bitset/" "source/latex/bitset/"
|
||||||
"tex/generic/bitset/")
|
"tex/generic/bitset/")
|
||||||
(base32
|
(base32
|
||||||
"1q7vk5gr5a4vaa3l20j178cg2q7a99rxdiyxhzpx9a6lfqfkjddz"))))
|
"1q7vk5gr5a4vaa3l20j178cg2q7a99rxdiyxhzpx9a6lfqfkjddz")))
|
||||||
(package
|
|
||||||
(inherit template)
|
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(arguments
|
(build-system texlive-build-system)
|
||||||
(substitute-keyword-arguments (package-arguments template)
|
|
||||||
((#:tex-directory _ '())
|
|
||||||
"generic/bitset")
|
|
||||||
((#:build-targets _ '())
|
|
||||||
#~(list "bitset.dtx"))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list texlive-bigintcalc texlive-infwarerr texlive-intcalc))
|
(list texlive-bigintcalc texlive-infwarerr texlive-intcalc))
|
||||||
(home-page "https://www.ctan.org/pkg/bitset")
|
(home-page "https://ctan.org/pkg/bitset")
|
||||||
(synopsis "Handle bit-vector datatype")
|
(synopsis "Handle bit-vector datatype")
|
||||||
(description
|
(description
|
||||||
"This package defines and implements the data type bit set, a vector
|
"This package defines and implements the data type bit set, a vector of
|
||||||
of bits. The size of the vector may grow dynamically. Individual bits
|
bits. The size of the vector may grow dynamically. Individual bits can be
|
||||||
can be manipulated.")
|
manipulated.")
|
||||||
(license license:lppl1.3c+))))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-deprecated-package texlive-generic-bitset texlive-bitset)
|
(define-deprecated-package texlive-generic-bitset texlive-bitset)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue