guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: mes-minimal-stripped: Explicitly disallow references.


From: guix-commits
Subject: 06/07: gnu: mes-minimal-stripped: Explicitly disallow references.
Date: Mon, 26 Jul 2021 07:36:41 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit da32015db011915402cb307d6e4b837482c41f1a
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jul 26 10:04:49 2021 +0200

    gnu: mes-minimal-stripped: Explicitly disallow references.
    
    * gnu/packages/make-bootstrap.scm (%mes-minimal-stripped)[arguments]:
    Add #:allowed-references.
---
 gnu/packages/make-bootstrap.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index 42e0916..12e59e9 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -656,6 +656,7 @@ for `sh' in $PATH, and without nscd, and with static NSS 
modules."
     (build-system trivial-build-system)
     (arguments
      `(#:modules ((guix build utils))
+       #:allowed-references ()
        #:builder
        (begin
          (use-modules (guix build utils))



reply via email to

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