mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: guile-parted: Update to 0.0.6.
Fix cross-compilation. * gnu/packages/guile-xyz.scm (guile-parted): Update to 0.0.6. [native-inputs]: Add guile-3.0 and guile-bytestructures.
This commit is contained in:
parent
ec6499aad2
commit
a8868a53ad
1 changed files with 4 additions and 4 deletions
|
@ -1393,7 +1393,7 @@ (define-public guile-mastodon
|
||||||
(define-public guile-parted
|
(define-public guile-parted
|
||||||
(package
|
(package
|
||||||
(name "guile-parted")
|
(name "guile-parted")
|
||||||
(version "0.0.5")
|
(version "0.0.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1402,18 +1402,18 @@ (define-public guile-parted
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ar6n38br3h1jm54yy6d54rpqdgsy7pmnj3nqdzqrfk8z0kx0rm9"))
|
"12ygz0dw8zjr8g3z4g3sh4d1yw3fiphh0ssyqd4nllqa3sfwv21f"))
|
||||||
(modules '((guix build utils)))))
|
(modules '((guix build utils)))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:make-flags
|
'(#:make-flags
|
||||||
'("GUILE_AUTO_COMPILE=0"))) ;to prevent guild warnings
|
'("GUILE_AUTO_COMPILE=0"))) ;to prevent guild warnings
|
||||||
|
(native-inputs
|
||||||
|
(list autoconf automake guile-3.0 guile-bytestructures pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list guile-3.0 parted))
|
(list guile-3.0 parted))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list guile-bytestructures))
|
(list guile-bytestructures))
|
||||||
(native-inputs
|
|
||||||
(list autoconf automake pkg-config))
|
|
||||||
(synopsis "Guile bindings to GNU Parted")
|
(synopsis "Guile bindings to GNU Parted")
|
||||||
(description
|
(description
|
||||||
"This package provides bindings for GNU Parted library, a C library
|
"This package provides bindings for GNU Parted library, a C library
|
||||||
|
|
Loading…
Reference in a new issue