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:
Marius Bakke 2022-01-15 14:59:49 +01:00
parent 98af365b68
commit bd4f314bba
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
3 changed files with 19 additions and 1 deletions

View file

@ -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)