me
/
guix
Archived
1
0
Fork 0

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.
master
Tobias Geerinckx-Rice 2022-06-12 02:00:10 +02:00
parent e1076e9346
commit f89822cd25
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 7 deletions

View File

@ -160,6 +160,7 @@
#:use-module (gnu packages xorg) #:use-module (gnu packages xorg)
#:use-module (gnu packages groff) #:use-module (gnu packages groff)
#:use-module (gnu packages selinux) #:use-module (gnu packages selinux)
#:use-module (gnu packages sphinx)
#:use-module (gnu packages swig) #:use-module (gnu packages swig)
#:use-module (guix platform) #:use-module (guix platform)
#:use-module (guix build-system cmake) #:use-module (guix build-system cmake)
@ -5574,7 +5575,7 @@ and copy/paste text in the console and in xterm.")
(define-public btrfs-progs (define-public btrfs-progs
(package (package
(name "btrfs-progs") (name "btrfs-progs")
(version "5.15.1") (version "5.18.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kernel.org/linux/kernel/" (uri (string-append "mirror://kernel.org/linux/kernel/"
@ -5582,7 +5583,7 @@ and copy/paste text in the console and in xterm.")
"btrfs-progs-v" version ".tar.xz")) "btrfs-progs-v" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"085rg9p7kifhh8kjyyhs38y86srwk820s6v07min5gb177rzhc32")))) "0mbj3j2fpjds9i9gm8kk8a20yjacc562ibd1v9a96bpmrxfag63f"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" (outputs '("out"
"static")) ; static versions of the binaries in "out" "static")) ; static versions of the binaries in "out"
@ -5627,12 +5628,8 @@ and copy/paste text in the console and in xterm.")
("zstd" ,zstd "lib") ("zstd" ,zstd "lib")
("zstd:static" ,zstd "static"))) ("zstd:static" ,zstd "static")))
(native-inputs `(("pkg-config" ,pkg-config) (native-inputs `(("pkg-config" ,pkg-config)
("asciidoc" ,asciidoc)
("python" ,python)
("xmlto" ,xmlto)
;; For building documentation. ;; For building documentation.
("libxml2" ,libxml2) ("python-sphinx" ,python-sphinx)
("docbook-xsl" ,docbook-xsl)
;; For tests. ;; For tests.
("acl" ,acl) ("acl" ,acl)
("which" ,which) ("which" ,which)