mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: tree: Fix problem with no output when fd3 is present.
* gnu/packages/patches/tree-disable-stddata.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/admin.scm (tree)[source](patches): New field.
This commit is contained in:
parent
98af365b68
commit
bd4f314bba
3 changed files with 19 additions and 1 deletions
|
@ -2401,6 +2401,7 @@ recover lost partitions and/or make non-booting disks bootable again.")
|
|||
(uri (string-append
|
||||
"http://mama.indstate.edu/users/ice/tree/src/tree-"
|
||||
version ".tgz"))
|
||||
(patches (search-patches "tree-disable-stddata.patch"))
|
||||
(sha256
|
||||
(base32 "0f92vx6gpz7v29wi9clklzah57v7lgx5kv0m1w4b9xjc35d9qcz3"))))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue