diff options
| author | Vivien Kraus <vivien@planete-kraus.eu> | 2024-03-23 08:12:48 +0100 |
|---|---|---|
| committer | Christopher Baines <mail@cbaines.net> | 2024-03-24 10:02:44 +0000 |
| commit | 19cd76e3f7a7da7f42e5d576b624897570218928 (patch) | |
| tree | 24246b85c80225930760ebecf22eca7e4f2dfcd0 /gnu/packages/disk.scm | |
| parent | 85c99aa1cf5e9a54143118e498c5a8562e6140d9 (diff) | |
gnu: duc: Fix build.
* gnu/packages/patches/duc-fix-test-sh.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/disk.scm (duc): Use it here.
Change-Id: I664614dc35fb88f8ee63dbe727a38f17f4af0f8e
Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu/packages/disk.scm')
| -rw-r--r-- | gnu/packages/disk.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index b0117d77ceb..ea18a98ab67 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm | |||
| @@ -1562,7 +1562,9 @@ reliably with @code{bmaptool} than with traditional tools, like @code{dd} or | |||
| 1562 | (file-name (git-file-name name version)) | 1562 | (file-name (git-file-name name version)) |
| 1563 | (sha256 | 1563 | (sha256 |
| 1564 | (base32 | 1564 | (base32 |
| 1565 | "0sglcn38rgn6y3m5ahngizyn3x2rzhqjphs7g0ppnlinkz56rcv4")))) | 1565 | "0sglcn38rgn6y3m5ahngizyn3x2rzhqjphs7g0ppnlinkz56rcv4")) |
| 1566 | (patches | ||
| 1567 | (search-patches "duc-fix-test-sh.patch")))) | ||
| 1566 | (build-system gnu-build-system) | 1568 | (build-system gnu-build-system) |
| 1567 | (arguments | 1569 | (arguments |
| 1568 | `(#:phases | 1570 | `(#:phases |
