gnu: guile-present: Install .go files to libdir.

* gnu/packages/plotutils.scm (guile-present)[source](modules, snippet):
Remove.
master
Ludovic Courtès 2018-09-06 10:49:42 +02:00
parent 89874fd156
commit b290a631a0
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 8 deletions

View File

@ -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