Skip to content
Snippets Groups Projects
Unverified Commit 76e6e663 authored by Erik Edrosa's avatar Erik Edrosa Committed by Ludovic Courtès
Browse files

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

* gnu/packages/guile.scm (guile-minikanren): Remove extra .scm appended
to files.
parent ae201896
No related branches found
No related tags found
No related merge requests found
......@@ -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 @@ (define-public guile-minikanren
(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 "/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment