* [PATCH] gnu: gprolog: Don't install files into "$out/gprolog-1.4.4".
@ 2016-05-26 13:46 宋文武
2016-05-27 17:45 ` Leo Famulari
0 siblings, 1 reply; 2+ messages in thread
From: 宋文武 @ 2016-05-26 13:46 UTC (permalink / raw)
To: guix-devel; +Cc: 宋文武
* gnu/packages/gprolog.scm (gprolog)[arguments]: Pass '--with-install-dir'
to #:configure-flags.
---
gnu/packages/gprolog.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gprolog.scm b/gnu/packages/gprolog.scm
index 1d9b994..87c833e 100644
--- a/gnu/packages/gprolog.scm
+++ b/gnu/packages/gprolog.scm
@@ -38,7 +38,10 @@
"13miyas47bmijmadm68cbvb21n4s156gjafz7kfx9brk9djfkh0q"))))
(build-system gnu-build-system)
(arguments
- `(#:phases (alist-cons-before
+ `(#:configure-flags
+ (list (string-append
+ "--with-install-dir=" %output "/share/gprolog"))
+ #:phases (alist-cons-before
'configure 'change-dir-n-fix-shells
(lambda _
(chdir "src")
--
2.6.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-05-27 17:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-26 13:46 [PATCH] gnu: gprolog: Don't install files into "$out/gprolog-1.4.4" 宋文武
2016-05-27 17:45 ` Leo Famulari
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).