summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-02-09 22:45:27 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 10:14:20 +0100
commit37f86ae679494f7674c7e8f3407e35ca2ab60855 (patch)
tree2584a031f14d4291023b6008e25747075a9c8736 /gnu/packages
parentd939722764bbbf4e2772ea89fdfc0c74612e3d1b (diff)
gnu: libselinux: Fix package build under python-3.12.
* gnu/packages/selinux.scm (libselinux)[native-inputs]: Add python-setuptools. Change-Id: I035052b9e87690c9a7bf5a7b8526871a8f57df78 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/selinux.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/selinux.scm b/gnu/packages/selinux.scm
index 08b0c09fd57..071b295e563 100644
--- a/gnu/packages/selinux.scm
+++ b/gnu/packages/selinux.scm
@@ -183,7 +183,7 @@ module into a binary representation.")
183 (list python-wrapper)) 183 (list python-wrapper))
184 ;; These inputs are only needed for the pywrap phase. 184 ;; These inputs are only needed for the pywrap phase.
185 (native-inputs 185 (native-inputs
186 (list pkg-config swig-4.0)) 186 (list pkg-config python-setuptools swig-4.0))
187 (synopsis "SELinux core libraries and utilities") 187 (synopsis "SELinux core libraries and utilities")
188 (description 188 (description
189 "The libselinux library provides an API for SELinux applications to get 189 "The libselinux library provides an API for SELinux applications to get