guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: openjpeg-2.1.2: Use a meaningful file-name for the source co


From: Leo Famulari
Subject: 01/01: gnu: openjpeg-2.1.2: Use a meaningful file-name for the source code.
Date: Sun, 11 Dec 2016 07:25:23 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 5ce09ef18ffa35fe90a5f3c674bd91151a4338fb
Author: Leo Famulari <address@hidden>
Date:   Sun Dec 11 02:22:15 2016 -0500

    gnu: openjpeg-2.1.2: Use a meaningful file-name for the source code.
    
    This is a followup to commit 0e8b7b1c351a2307bfc33211b4d76dbe7dfa01ef.
    
    * gnu/packages/image.scm (openjpeg-2.1.2)[source]: Give a meaningful
    file-name.
---
 gnu/packages/image.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 86afb73..22f7116 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -484,12 +484,14 @@ error-resilience, a Java-viewer for j2k-images, ...")
 (define openjpeg-2.1.2
   (package
     (inherit openjpeg)
+    (name "openjpeg")
     (version "2.1.2")
     (source
       (origin
         (method url-fetch)
         (uri (string-append "https://github.com/uclouvain/openjpeg/archive/v";
                             version ".tar.gz"))
+        (file-name (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
           "19yz4g0c45sm8y1z01j9djsrl1mkz3pmw7fykc6hkvrqymp7prsc"))



reply via email to

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