[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: guile-present: Install .go files to libdir.
From: |
Ludovic Courtès |
Subject: |
04/06: gnu: guile-present: Install .go files to libdir. |
Date: |
Thu, 6 Sep 2018 05:20:51 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit b290a631a0f9ee9a52095be66c843780dc0366f9
Author: Ludovic Courtès <address@hidden>
Date: Thu Sep 6 10:49:42 2018 +0200
gnu: guile-present: Install .go files to libdir.
* gnu/packages/plotutils.scm (guile-present)[source](modules, snippet):
Remove.
---
gnu/packages/gtk.scm | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 6c43a3a..4daaad0 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -903,14 +903,7 @@ images onto Cairo surfaces.")
(sha256
(base32
"1qam447m05sxxv6x8dlzg7qnyfc4dh8apjw1idpfhpns671gfr6m"))
- (patches (search-patches "guile-present-coding.patch"))
- (modules '((guix build utils)))
- (snippet
- '(begin
- (substitute* "Makefile.in"
- (("godir = .*$")
- "godir = $(moddir)\n"))
- #t))))
+ (patches (search-patches "guile-present-coding.patch"))))
(build-system gnu-build-system)
(arguments
'(#:phases
- branch master updated (d53aeea -> f66be84), Ludovic Courtès, 2018/09/06
- 01/06: gnu: guile-commonmark: Install .go files to libdir., Ludovic Courtès, 2018/09/06
- 02/06: gnu: hpcguix-web: Update to 9ff40fc., Ludovic Courtès, 2018/09/06
- 04/06: gnu: guile-present: Install .go files to libdir.,
Ludovic Courtès <=
- 03/06: gnu: guile-charting: Install .go files to libdir., Ludovic Courtès, 2018/09/06
- 05/06: build: Remove -L flag when $LIBGCRYPT_LIBDIR is empty., Ludovic Courtès, 2018/09/06
- 06/06: gnu: gfortran, gcc-objc, gcc-objc++: Add version 8., Ludovic Courtès, 2018/09/06