mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove bmaptools.
This project was archived by the owner on Oct 16, 2024 and will no longer be maintained by Intel. Failed to build. * gnu/packages/disk.scm (bmaptools): Delete variable. Change-Id: I7f34fd71891763c3c126a7e8ea907758a648c389
This commit is contained in:
parent
212a214514
commit
e2454e724f
1 changed files with 0 additions and 35 deletions
|
@ -1698,41 +1698,6 @@ and a partitioning of the heap between kinds of memory (for NUMA).")
|
||||||
inspecting MMC storage devices from userspace.")
|
inspecting MMC storage devices from userspace.")
|
||||||
(license license:gpl2))))
|
(license license:gpl2))))
|
||||||
|
|
||||||
(define-public bmaptools
|
|
||||||
(package
|
|
||||||
(name "bmaptools")
|
|
||||||
(version "3.6")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/intel/bmap-tools")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"01xzrv5nvd2nvj91lz4x9s91y9825j9pj96z0ap6yvy3w2dgvkkl"))))
|
|
||||||
(build-system python-build-system)
|
|
||||||
(arguments
|
|
||||||
'(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(replace 'check
|
|
||||||
(lambda _
|
|
||||||
;; XXX: Remove failing test.
|
|
||||||
(invoke "nosetests" "-v"
|
|
||||||
"--exclude" "test_bmap_helpers"))))))
|
|
||||||
(native-inputs
|
|
||||||
(list python-mock python-nose))
|
|
||||||
(propagated-inputs
|
|
||||||
(list python-six))
|
|
||||||
(home-page "https://github.com/intel/bmap-tools")
|
|
||||||
(synopsis "Create block map for a file or copy a file using block map")
|
|
||||||
(description "Bmaptool is a tool for creating the block map (bmap) for a
|
|
||||||
file and copying files using the block map. The idea is that large files,
|
|
||||||
like raw system image files, can be copied or flashed a lot faster and more
|
|
||||||
reliably with @code{bmaptool} than with traditional tools, like @code{dd} or
|
|
||||||
@code{cp}.")
|
|
||||||
(license license:gpl2)))
|
|
||||||
|
|
||||||
(define-public duc
|
(define-public duc
|
||||||
(package
|
(package
|
||||||
(name "duc")
|
(name "duc")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue