guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#50090] [PATCH] gnu/local.mk: add setuid.scm to installed modules


From: Sergei Trofimovich
Subject: [bug#50090] [PATCH] gnu/local.mk: add setuid.scm to installed modules
Date: Tue, 17 Aug 2021 10:25:53 +0100

Noticed as a pull failure when use guix-master:

    $ guix pull
    Updating channel 'guix' from Git repository at 
'https://git.savannah.gnu.org/git/guix.git'...
    Authenticating channel 'guix', commits 9edb3f6 to f7094f5 (29 new 
commits)...
    Building from this channel:
      guix      https://git.savannah.gnu.org/git/guix.git   f7094f5
    Backtrace:
    In ice-9/boot-9.scm:
    ...
    ice-9/boot-9.scm:1685:16: In procedure raise-exception:
    no code for module (gnu system setuid)

        * gnu/local.mk: Add setuid.scm to installed modules.
---
 gnu/local.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/local.mk b/gnu/local.mk
index 6dda311743..868f4fa23a 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -667,6 +667,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                            \
-- 
2.32.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]