diff options
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/disk.scm | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index 4248a8bf80c..712dae6282e 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm | |||
| @@ -1698,41 +1698,6 @@ and a partitioning of the heap between kinds of memory (for NUMA).") | |||
| 1698 | inspecting MMC storage devices from userspace.") | 1698 | inspecting MMC storage devices from userspace.") |
| 1699 | (license license:gpl2)))) | 1699 | (license license:gpl2)))) |
| 1700 | 1700 | ||
| 1701 | (define-public bmaptools | ||
| 1702 | (package | ||
| 1703 | (name "bmaptools") | ||
| 1704 | (version "3.6") | ||
| 1705 | (source (origin | ||
| 1706 | (method git-fetch) | ||
| 1707 | (uri (git-reference | ||
| 1708 | (url "https://github.com/intel/bmap-tools") | ||
| 1709 | (commit (string-append "v" version)))) | ||
| 1710 | (file-name (git-file-name name version)) | ||
| 1711 | (sha256 | ||
| 1712 | (base32 | ||
| 1713 | "01xzrv5nvd2nvj91lz4x9s91y9825j9pj96z0ap6yvy3w2dgvkkl")))) | ||
| 1714 | (build-system python-build-system) | ||
| 1715 | (arguments | ||
| 1716 | '(#:phases | ||
| 1717 | (modify-phases %standard-phases | ||
| 1718 | (replace 'check | ||
| 1719 | (lambda _ | ||
| 1720 | ;; XXX: Remove failing test. | ||
| 1721 | (invoke "nosetests" "-v" | ||
| 1722 | "--exclude" "test_bmap_helpers")))))) | ||
| 1723 | (native-inputs | ||
| 1724 | (list python-mock python-nose)) | ||
| 1725 | (propagated-inputs | ||
| 1726 | (list python-six)) | ||
| 1727 | (home-page "https://github.com/intel/bmap-tools") | ||
| 1728 | (synopsis "Create block map for a file or copy a file using block map") | ||
| 1729 | (description "Bmaptool is a tool for creating the block map (bmap) for a | ||
| 1730 | file and copying files using the block map. The idea is that large files, | ||
| 1731 | like raw system image files, can be copied or flashed a lot faster and more | ||
| 1732 | reliably with @code{bmaptool} than with traditional tools, like @code{dd} or | ||
| 1733 | @code{cp}.") | ||
| 1734 | (license license:gpl2))) | ||
| 1735 | |||
| 1736 | (define-public duc | 1701 | (define-public duc |
| 1737 | (package | 1702 | (package |
| 1738 | (name "duc") | 1703 | (name "duc") |
