guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: hplip: Update to 3.18.9.


From: Tobias Geerinckx-Rice
Subject: 04/05: gnu: hplip: Update to 3.18.9.
Date: Thu, 25 Oct 2018 20:33:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b17004f9f9541acbd07b45e35222e431427bfde0
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Oct 26 01:49:37 2018 +0200

    gnu: hplip: Update to 3.18.9.
    
    * gnu/packages/cups.scm (hplip): Update to 3.18.9.
    [arguments]: Add the resulting libraries to the build's RUNPATH.
---
 gnu/packages/cups.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index 81e442e..8993087 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -396,14 +396,14 @@ device-specific programs to convert and print many types 
of files.")
 (define-public hplip
   (package
     (name "hplip")
-    (version "3.18.6")
+    (version "3.18.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/hplip/hplip/" version
                                   "/hplip-" version ".tar.gz"))
               (sha256
                (base32
-                "0zbv6cp9n3xypf2fg4j6fpz8zkvl0z08lyc1vq1gd04ln1l3xkqf"))
+                "0g3q5mm2crjyc1z4z6gv4lam6sc5d3diz704djrnpqadk4q3h290"))
               (modules '((guix build utils)))
               (snippet
                ;; Fix type mismatch.
@@ -428,6 +428,8 @@ device-specific programs to convert and print many types of 
files.")
        `("--disable-network-build"
          ,(string-append "--prefix=" (assoc-ref %outputs "out"))
          ,(string-append "--sysconfdir=" (assoc-ref %outputs "out") "/etc")
+         ,(string-append "LDFLAGS=-Wl,-rpath="
+                         (assoc-ref %outputs "out") "/lib")
          ;; Disable until mime.types merging works (FIXME).
          "--disable-fax-build"
          "--enable-hpcups-install"



reply via email to

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