summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-08-30 12:26:03 +0200
committerLudovic Courtès <ludo@gnu.org>2021-08-30 12:26:03 +0200
commit8e8d85f722c7fa44ee6320b219274d716046b51f (patch)
treeea0813de9496fe79282a44f7a780be754a3304eb /gnu
parent541e2f9a01e108bffa923a30d9c658c7bd72ae55 (diff)
downloadguix-patches-8e8d85f722c7fa44ee6320b219274d716046b51f.tar
guix-patches-8e8d85f722c7fa44ee6320b219274d716046b51f.tar.gz
build: Build (gnu system setuid).
This is a followup to 45235e67e4aeac96ad8d60265bef054990aeb425. * gnu/local.mk (GNU_SYSTEM_MODULES): Add %D%/system/setuid.scm.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index a0da1a96d8..84dbc27199 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -668,6 +668,7 @@ GNU_SYSTEM_MODULES = \
%D%/system/mapped-devices.scm \
%D%/system/nss.scm \
%D%/system/pam.scm \
+ %D%/system/setuid.scm \
%D%/system/shadow.scm \
%D%/system/uuid.scm \
%D%/system/vm.scm \