guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: nasm: Update to 2.13.01.


From: Marius Bakke
Subject: 01/01: gnu: nasm: Update to 2.13.01.
Date: Tue, 20 Jun 2017 16:28:52 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 3f56740d7231b98d7b0100233d965d82e17cfede
Author: Marius Bakke <address@hidden>
Date:   Tue Jun 20 21:12:25 2017 +0200

    gnu: nasm: Update to 2.13.01.
    
    * gnu/packages/assembly.scm (nasm): Update to 2.13.01.
    [arguments]: Adjust Makefile substitutions.
---
 gnu/packages/assembly.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index 3f77dd7..27db8fc 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -34,14 +34,14 @@
 (define-public nasm
   (package
     (name "nasm")
-    (version "2.12.02")
+    (version "2.13.01")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://www.nasm.us/pub/nasm/releasebuilds/";
                                   version "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "08a3ah791cl7xdyrlz33mwv4xzs08rxh0p902p3ypi5iq1h6p1jc"))))
+                "0plsvcwxc7q3llr3bz10prwq1gn4ll38aqmv0yzfqcq4iw0160ma"))))
     (build-system gnu-build-system)
     (native-inputs `(("perl" ,perl)  ;for doc and test target
                      ("texinfo" ,texinfo)))
@@ -52,10 +52,10 @@
          (add-after 'unpack 'dont-build-ps-pdf-outputs
            (lambda _
              (substitute* "doc/Makefile.in"
-               (("info html nasmdoc.txt nasmdoc.ps nasmdoc.pdf")
-                "info html nasmdoc.txt")
-               (("nasmdoc.ps nasmdoc.pdf nasmdoc.txt 
\\$\\(INSTALLROOT\\)\\$\\(docdir\\)")
-                "nasmdoc.txt $(INSTALLROOT)$(docdir)"))
+               (("html nasmdoc.txt nasmdoc.pdf")
+                "html nasmdoc.txt")
+               (("\\$\\(INSTALL_DATA\\) nasmdoc.pdf")
+                "$(INSTALL_DATA)"))
              #t))
          (add-after 'install 'install-info
            (lambda _



reply via email to

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