diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-03-25 21:04:04 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-28 22:00:01 +0000 |
| commit | 5da6907190b1a09ddf7c5ac69d1cdbfbe0d5b236 (patch) | |
| tree | 9fb8be8662ce490994c2a825de349e0fda091576 | |
| parent | f0db9f5b357f896a37a1f763735506a89f4e68cd (diff) | |
gnu: libapparmor: Fix build on python@3.12.
* gnu/packages/apparmor.scm (libapparmor)[native-inputs]: Add
python-setuptools.
Change-Id: I47d613f34024accf2f987a230517d773790ba35f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/apparmor.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/apparmor.scm b/gnu/packages/apparmor.scm index 082bbea28b0..d980624ad88 100644 --- a/gnu/packages/apparmor.scm +++ b/gnu/packages/apparmor.scm @@ -29,6 +29,7 @@ #:use-module (gnu packages perl) #:use-module (gnu packages pkg-config) #:use-module (gnu packages python) + #:use-module (gnu packages python-build) #:use-module (gnu packages python-xyz) #:use-module (gnu packages ruby) #:use-module (gnu packages swig) @@ -92,6 +93,7 @@ libtool perl python-minimal + python-setuptools ruby swig-4.0 which)) |
