Browse Source
gnu: guile-present: Install .go files to libdir.
* gnu/packages/plotutils.scm (guile-present)[source](modules, snippet):
Remove.
wip-ipfs
Ludovic Courtès
4 years ago
No known key found for this signature in database
GPG Key ID: 90B11993D9AEBB5
1 changed files with
1 additions and
8 deletions
-
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 |
|
|
|