guix-commits
[Top][All Lists]
Advanced

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

45/97: gnu: libgnomeprint: Fix build.


From: Ludovic Courtès
Subject: 45/97: gnu: libgnomeprint: Fix build.
Date: Wed, 13 Apr 2016 17:31:47 +0000

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

commit c67d6c8ca3bf26551adfa71b77c7e20b6d1dd7f4
Author: 宋文武 <address@hidden>
Date:   Wed Apr 6 21:09:56 2016 +0800

    gnu: libgnomeprint: Fix build.
    
    * gnu/packages/gnome.scm (libgnomeprint)[source]: Remove snippet.
---
 gnu/packages/gnome.scm |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6de4b87..eaea75b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1338,14 +1338,7 @@ widgets built in the loading process.")
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "129ka3nn8gx9dlfry17ib79azxk45wzfv5rgqzw6dwx2b5ns8phm"))
-              (modules '((guix build utils)))
-              (snippet
-               ;; Adapt to newer freetype. As the package is deprecated, there
-               ;; is no use in creating a patch and reporting it.
-               '(substitute* '("libgnomeprint/gnome-font-face.c"
-                               "libgnomeprint/gnome-rfont.c")
-                  (("freetype/") "freetype2/")))))
+                "129ka3nn8gx9dlfry17ib79azxk45wzfv5rgqzw6dwx2b5ns8phm"))))
     (build-system gnu-build-system)
     (inputs
      `(("popt" ,popt)



reply via email to

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