gnu: guile-bytestructures: Update to 1.0.3.
* gnu/packages/guile.scm (guile-bytestructures): Update to 1.0.3. (guile-git)[arguments]: Remove. The workaround for <https://github.com/TaylanUB/scheme-bytestructures/issues/30> is no longer needed.
This commit is contained in:
parent
2bf9351e31
commit
90977eb55e
|
@ -1786,7 +1786,7 @@ is no support for parsing block and inline level HTML.")
|
||||||
(define-public guile-bytestructures
|
(define-public guile-bytestructures
|
||||||
(package
|
(package
|
||||||
(name "guile-bytestructures")
|
(name "guile-bytestructures")
|
||||||
(version "1.0.1")
|
(version "1.0.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/TaylanUB/scheme-bytestructures"
|
(uri (string-append "https://github.com/TaylanUB/scheme-bytestructures"
|
||||||
|
@ -1794,7 +1794,7 @@ is no support for parsing block and inline level HTML.")
|
||||||
"/bytestructures-" version ".tar.gz"))
|
"/bytestructures-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lnfcy65mqj823lamy2n2vaghdz0g7mj011bgnhmd6hwpnaidnh2"))))
|
"0xf6s8gd3656j8k2ar6y7i62r68azawyzxhsagsk8nvldnrs1r18"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
@ -2002,20 +2002,6 @@ is not available for Guile 2.0.")
|
||||||
"0z1dvn0scx59pbgjkpacam7p5n7630z4qm8fazim7ixq9xv3s8wx"))
|
"0z1dvn0scx59pbgjkpacam7p5n7630z4qm8fazim7ixq9xv3s8wx"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
|
||||||
`(#:phases (modify-phases %standard-phases
|
|
||||||
;; FIXME: On i686, bytestructures miscalculates the offset
|
|
||||||
;; of the 'old-file' and 'new-file' fields within the
|
|
||||||
;; '%diff-delta' structure. See
|
|
||||||
;; <https://github.com/TaylanUB/scheme-bytestructures/issues/30>.
|
|
||||||
,@(if (string=? (%current-system) "x86_64-linux")
|
|
||||||
'()
|
|
||||||
'((add-before 'check 'skip-tests
|
|
||||||
(lambda _
|
|
||||||
(substitute* "Makefile"
|
|
||||||
(("tests/status\\.scm")
|
|
||||||
""))
|
|
||||||
#t)))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
|
|
Loading…
Reference in New Issue