guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: commencement: Restrict allowed references for libstdc++.


From: Ludovic Courtès
Subject: 02/02: gnu: commencement: Restrict allowed references for libstdc++.
Date: Thu, 10 Dec 2015 22:34:23 +0000

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

commit 557b5557d83d29b1616b6e19dabe4d4d1ef7fcc1
Author: Ludovic Courtès <address@hidden>
Date:   Thu Dec 10 11:54:57 2015 +0100

    gnu: commencement: Restrict allowed references for libstdc++.
    
    * gnu/packages/commencement.scm (libstdc++)[arguments]: Add
      #:allowed-references.
---
 gnu/packages/commencement.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 73b0ce4..102f2ae 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -526,7 +526,7 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a 
\"address@hidden"~%"
      (arguments
       `(#:guile ,%bootstrap-guile
         #:implicit-inputs? #f
-
+        #:allowed-references ("out")
         #:out-of-source? #t
         #:phases (alist-cons-before
                   'configure 'chdir



reply via email to

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