all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] Update Artanis.
@ 2016-03-21 14:58 Ricardo Wurmus
  2016-03-21 16:27 ` Mathieu Lirzin
  0 siblings, 1 reply; 2+ messages in thread
From: Ricardo Wurmus @ 2016-03-21 14:58 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 172 bytes --]

This patch updates GNU Artanis to the latest version.  I also needed to
set DESTDIR because the build system installs some files to
“$DESTDIR/etc/”.

~~ Ricardo


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-artanis-Update-to-0.1.2.patch --]
[-- Type: text/x-patch, Size: 1734 bytes --]

From dd6f844687c44ff95a8f59ab047891e88e2f35b7 Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Date: Mon, 21 Mar 2016 15:56:00 +0100
Subject: [PATCH] gnu: artanis: Update to 0.1.2.

* gnu/packages/guile.scm (artanis): Update to 0.1.2.
[arguments]: Set DESTDIR.
---
 gnu/packages/guile.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 882a62d..fe043cb 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -275,14 +275,14 @@ without requiring the source code to be rewritten.")
 (define-public artanis
   (package
     (name "artanis")
-    (version "0.1.0")
+    (version "0.1.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "ftp://alpha.gnu.org/gnu/artanis/artanis-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1mc2zy6n9wnn4hzi3zp3jd6b5rlr0lv7fvh800xf4fyrxg0zia4g"))))
+                "19m3ak12cqk8js9d2mdg11kh4fjsq8frfpd10qw75h0zpr5cywpp"))))
     (build-system gnu-build-system)
     ;; TODO: Add guile-dbi and guile-dbd optional dependencies.
     (inputs `(("guile" ,guile-2.0)))
@@ -296,7 +296,8 @@ without requiring the source code to be rewritten.")
               (dir (string-append out "/share/guile/site/2.0")))
          ;; Don't use (%site-dir) for site paths.
          (list (string-append "MOD_PATH=" dir)
-               (string-append "MOD_COMPILED_PATH=" dir)))
+               (string-append "MOD_COMPILED_PATH=" dir)
+               (string-append "DESTDIR=" out)))
        #:test-target "test"
        #:phases
        (modify-phases %standard-phases
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Update Artanis.
  2016-03-21 14:58 [PATCH] Update Artanis Ricardo Wurmus
@ 2016-03-21 16:27 ` Mathieu Lirzin
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Lirzin @ 2016-03-21 16:27 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: guix-devel

Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> writes:

> This patch updates GNU Artanis to the latest version.  I also needed to
> set DESTDIR because the build system installs some files to
> “$DESTDIR/etc/”.
>
> ~~ Ricardo
>
>From dd6f844687c44ff95a8f59ab047891e88e2f35b7 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
> Date: Mon, 21 Mar 2016 15:56:00 +0100
> Subject: [PATCH] gnu: artanis: Update to 0.1.2.
>
> * gnu/packages/guile.scm (artanis): Update to 0.1.2.
> [arguments]: Set DESTDIR.
> ---

LGTM!

-- 
Mathieu Lirzin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-21 16:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-21 14:58 [PATCH] Update Artanis Ricardo Wurmus
2016-03-21 16:27 ` Mathieu Lirzin

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.