[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#59336: [PATCH 0/6] gnu: Add apparmor.
From: |
Ludovic Courtès |
Subject: |
bug#59336: [PATCH 0/6] gnu: Add apparmor. |
Date: |
Sun, 04 Dec 2022 22:16:28 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Hi,
Hilton Chain <hako@ultrarare.space> skribis:
> * gnu/packages/apparmor.scm (pam-apparmor): New variable.
I had to make the following change to get ‘pam-apparmor’ to build.
Applied all of v2 with these changes. I followed up with a patch to
restrict libapparmor to *-linux systems.
Thanks!
Ludo’.
diff --git a/gnu/packages/apparmor.scm b/gnu/packages/apparmor.scm
index 3136091747..ddbd9eb7a9 100644
@@ -188,9 +191,12 @@ (define-public pam-apparmor
(substitute-keyword-arguments (package-arguments base)
((#:phases phases)
#~(modify-phases #$phases
+ (delete 'chdir-parser)
+ (delete 'chdir-utils)
+ (delete 'chdir-profiles)
(replace 'change-directory
(lambda _
(chdir "changehat/pam_apparmor"))))))))
- (native-inputs (list pkg-config which))
+ (native-inputs (list pkg-config perl which))
(inputs (list libapparmor linux-pam))
(license license:bsd-3))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#59336: [PATCH 0/6] gnu: Add apparmor.,
Ludovic Courtès <=