guix-commits
[Top][All Lists]
Advanced

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

15/63: gnu: lout: Make ghostscript-gs a native input.


From: Mark H. Weaver
Subject: 15/63: gnu: lout: Make ghostscript-gs a native input.
Date: Thu, 4 Aug 2016 07:44:55 +0000 (UTC)

mhw pushed a commit to branch core-updates-2016-08-01
in repository guix.

commit 02b934e2c6793a64570c9f5d9fbca8baf411d569
Author: Andreas Enge <address@hidden>
Date:   Tue Jul 26 23:09:01 2016 +0200

    gnu: lout: Make ghostscript-gs a native input.
    
    * gnu/packages/lout.scm (lout)[inputs]: Move to native-inputs.
---
 gnu/packages/lout.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lout.scm b/gnu/packages/lout.scm
index 38b35c1..57265a1 100644
--- a/gnu/packages/lout.scm
+++ b/gnu/packages/lout.scm
@@ -87,7 +87,7 @@
                "1gb8vb1wl7ikn269dd1c7ihqhkyrwk19jwx5kd0rdvbk6g7g25ix"))))
     (build-system gnu-build-system)               ; actually, just a makefile
     (outputs '("out" "doc"))
-    (inputs
+    (native-inputs
      `(("ghostscript" ,ghostscript-gs)))
     (arguments `(#:modules ((guix build utils)
                             (guix build gnu-build-system)



reply via email to

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