guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: ghostscript: Disallow references to "doc".


From: Ludovic Courtès
Subject: 03/05: gnu: ghostscript: Disallow references to "doc".
Date: Mon, 9 May 2016 13:56:17 +0000 (UTC)

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

commit 958d25ad2a0f09cbc70d6d69c0f94180a2a77212
Author: Ludovic Courtès <address@hidden>
Date:   Mon May 9 15:52:18 2016 +0200

    gnu: ghostscript: Disallow references to "doc".
    
    * gnu/packages/ghostscript.scm (ghostscript)[arguments]: Add
      #:disallowed-references.
---
 gnu/packages/ghostscript.scm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index 0a65813..8c3a99a 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2013 Andreas Enge <address@hidden>
 ;;; Copyright © 2014, 2015 Mark H Weaver <address@hidden>
 ;;; Copyright © 2015 Ricardo Wurmus <address@hidden>
-;;; Copyright © 2013, 2015 Ludovic Courtès <address@hidden>
+;;; Copyright © 2013, 2015, 2016 Ludovic Courtès <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -156,7 +156,8 @@ printing, and psresize, for adjusting page sizes.")
         ("python" ,python-wrapper)
         ("tcl" ,tcl)))
    (arguments
-    `(#:phases
+    `(#:disallowed-references ("doc")
+      #:phases
       (modify-phases %standard-phases
         (add-after 'configure 'patch-config-files
                    (lambda _



reply via email to

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