guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ghostscript-with-cups: Avoid inheriting replacement field.


From: Leo Famulari
Subject: 01/01: gnu: ghostscript-with-cups: Avoid inheriting replacement field.
Date: Sat, 29 Apr 2017 01:17:40 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 45fe973645b71f4177cc4a54ad63fccb38c14243
Author: Leo Famulari <address@hidden>
Date:   Sat Apr 29 01:15:20 2017 -0400

    gnu: ghostscript-with-cups: Avoid inheriting replacement field.
    
    This is a followup to commit a01f15759a00503101baa23af87cbd6095a1fbd6.
    
    * gnu/packages/cups.scm (ghostscript/cups)[replacement]: New field.
---
 gnu/packages/cups.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index dc070ff..bbdd89e 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -46,6 +46,7 @@
   (delay
     (package (inherit ghostscript)
       (name "ghostscript-with-cups")
+      (replacement #f)
       (inputs `(("cups" ,cups-minimal)
                 ,@(package-inputs ghostscript))))))
 



reply via email to

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