summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorZheng Junjie <z572@z572.online>2025-06-25 11:56:03 +0800
committerAndreas Enge <andreas@enge.fr>2025-07-18 20:17:37 +0200
commitc2e16dcec79887d1890cd0d33803bf55c96b1bc4 (patch)
tree0b911cbaf4c77f6cb02a986592e336ac0329c464 /gnu/packages/linux.scm
parentf9df228dbde7e9b85b13721d33054481d66f0488 (diff)
gnu: proot: Fix build.
* gnu/packages/patches/proot-add-missing-include.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/linux.scm (proot): Use it. Change-Id: Ia160417b06073c29b9f540fc4883d1f74dfd6003
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index bef3ea2fcce..ab6335a5a68 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9272,7 +9272,8 @@ Text-based output formats: CSV, XML, Netfilter's LOG, Netfilter's conntrack
(base32 "186qsg4yvisqjgf8w5jxhnlig7x341vpqwcgp8as3r59qmqkpmk7"))
;; Waiting for upstream inclusion at
;; https://github.com/proot-me/proot/pull/355
- (patches (search-patches "proot-add-clone3.patch"))))
+ (patches (search-patches "proot-add-clone3.patch"
+ "proot-add-missing-include.patch"))))
(build-system gnu-build-system)
;; Many architectures are not supported (see:
;; https://github.com/proot-me/proot/blob/master/src/arch.h#L51).