[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/05: gnu: ikiwiki: Include auto setup files in output.
From: |
Marius Bakke |
Subject: |
05/05: gnu: ikiwiki: Include auto setup files in output. |
Date: |
Tue, 3 Jul 2018 09:48:22 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 631bc3a6664ceb2801755b01f0a12ccc94727f4d
Author: Paul Garlick <address@hidden>
Date: Mon Jul 2 12:38:21 2018 +0100
gnu: ikiwiki: Include auto setup files in output.
* gnu/packages/web.scm(ikiwiki)[arguments]: Add patch-Makefile phase.
Signed-off-by: Marius Bakke <address@hidden>
---
gnu/packages/web.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 805903a..3d83a21 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4379,6 +4379,11 @@ NetSurf project.")
" addenv(\"PERL5LIB\", \""
(getenv "PERL5LIB")
"\");")))))
+ (add-after 'patch-source-shebangs 'patch-Makefile
+ (lambda _
+ (substitute* "Makefile.PL"
+ (("SYSCONFDIR\\?=") "SYSCONFDIR?=$(PREFIX)"))
+ #t))
(add-after 'install 'wrap-programs
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))