gnu: guile-minikanren: Remove extra .scm on files.

* gnu/packages/guile.scm (guile-minikanren): Remove extra .scm appended
to files.
This commit is contained in:
Erik Edrosa 2016-04-20 16:22:36 -04:00 committed by Ludovic Courtès
parent ae20189681
commit 76e6e663f5
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
;;; Copyright © 2015 Christopher Allan Webber <cwebber@dustycloud.org>
;;; Copyright © 2016 Alex Sassmannshausen <alex@pompo.co>
;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016 Erik Edrosa <erik.edrosa@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@ -529,7 +530,7 @@ http:://json.org specification. These are the main features:
(setenv "GUILE_AUTO_COMPILE" "0")
(for-each (lambda (file)
(let* ((dest-file (string-append module-dir "/"
file ".scm"))
file))
(go-file (match (string-split file #\.)
((base _)
(string-append module-dir "/"