gnu: btrfs-progs: Update to 5.18.1.
* gnu/packages/linux.scm (btrfs-progs): Update to 5.18.1. [native-inputs]: Remove asciidoc, python, xmlto, libxml2, and docbook-xsl. Add python-sphinx.
This commit is contained in:
parent
e1076e9346
commit
f89822cd25
1 changed files with 4 additions and 7 deletions
|
@ -160,6 +160,7 @@ (define-module (gnu packages linux)
|
|||
#:use-module (gnu packages xorg)
|
||||
#:use-module (gnu packages groff)
|
||||
#:use-module (gnu packages selinux)
|
||||
#:use-module (gnu packages sphinx)
|
||||
#:use-module (gnu packages swig)
|
||||
#:use-module (guix platform)
|
||||
#:use-module (guix build-system cmake)
|
||||
|
@ -5574,7 +5575,7 @@ (define-public gpm
|
|||
(define-public btrfs-progs
|
||||
(package
|
||||
(name "btrfs-progs")
|
||||
(version "5.15.1")
|
||||
(version "5.18.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kernel.org/linux/kernel/"
|
||||
|
@ -5582,7 +5583,7 @@ (define-public btrfs-progs
|
|||
"btrfs-progs-v" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"085rg9p7kifhh8kjyyhs38y86srwk820s6v07min5gb177rzhc32"))))
|
||||
"0mbj3j2fpjds9i9gm8kk8a20yjacc562ibd1v9a96bpmrxfag63f"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out"
|
||||
"static")) ; static versions of the binaries in "out"
|
||||
|
@ -5627,12 +5628,8 @@ (define-public btrfs-progs
|
|||
("zstd" ,zstd "lib")
|
||||
("zstd:static" ,zstd "static")))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)
|
||||
("asciidoc" ,asciidoc)
|
||||
("python" ,python)
|
||||
("xmlto" ,xmlto)
|
||||
;; For building documentation.
|
||||
("libxml2" ,libxml2)
|
||||
("docbook-xsl" ,docbook-xsl)
|
||||
("python-sphinx" ,python-sphinx)
|
||||
;; For tests.
|
||||
("acl" ,acl)
|
||||
("which" ,which)
|
||||
|
|
Loading…
Reference in a new issue