guix-commits
[Top][All Lists]
Advanced

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

02/12: gnu: premake@5: Update to 5.0.0-alpha15.


From: guix-commits
Subject: 02/12: gnu: premake@5: Update to 5.0.0-alpha15.
Date: Tue, 30 Jun 2020 22:14:37 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7c475372d2bd6dc4078dfab6703b4ca12a46dbd8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jul 1 00:53:28 2020 +0200

    gnu: premake@5: Update to 5.0.0-alpha15.
    
    * gnu/packages/build-tools.scm (premake5): Update to 5.0.0-alpha15.
    [arguments]: Modify ‘enter-source’ phase.
---
 gnu/packages/build-tools.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index a0f3ae7..bb00cf4 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -259,7 +259,7 @@ other lower-level build files.")
 (define-public premake5
   (package
     (inherit premake4)
-    (version "5.0.0-alpha14")
+    (version "5.0.0-alpha15")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/premake/premake-core/";
@@ -267,11 +267,13 @@ other lower-level build files.")
                                   "/premake-" version "-src.zip"))
               (sha256
                (base32
-                "0236s7bjvxf7x1l5faywmfzjywflpx42ngyhkn0mqqjnh54a97vw"))))
+                "0lyxfyqxyhjqsb3kmx1fyrxinb26i68hb7w7rg8lajczrgkmc3w8"))))
     (arguments
      (substitute-keyword-arguments (package-arguments premake4)
        ((#:phases phases)
         `(modify-phases ,phases
+           (replace 'enter-source
+             (lambda _ (chdir "build/gmake2.unix") #t))
            (replace 'install
              (lambda* (#:key outputs #:allow-other-keys)
                (install-file "../../bin/release/premake5"



reply via email to

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