From da32015db011915402cb307d6e4b837482c41f1a Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 26 Jul 2021 10:04:49 +0200 Subject: 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(+) (limited to 'gnu/packages/make-bootstrap.scm') diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm index 42e0916c9a..12e59e9f83 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)) -- cgit v1.2.3