mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: mes-minimal-stripped: Explicitly disallow references.
* gnu/packages/make-bootstrap.scm (%mes-minimal-stripped)[arguments]: Add #:allowed-references.
This commit is contained in:
parent
5510e1c483
commit
da32015db0
1 changed files with 1 additions and 0 deletions
|
@ -656,6 +656,7 @@ (define %mes-minimal-stripped
|
|||
(build-system trivial-build-system)
|
||||
(arguments
|
||||
`(#:modules ((guix build utils))
|
||||
#:allowed-references ()
|
||||
#:builder
|
||||
(begin
|
||||
(use-modules (guix build utils))
|
||||
|
|
Loading…
Reference in a new issue