Skip to content
Snippets Groups Projects
Commit 68dddcad authored by Andreas Enge's avatar Andreas Enge
Browse files

gnu: mit-scheme: Delete more dangling symlinks for non-x86 systems.

* gnu/packages/scheme.scm (mit-scheme): Delete more dangling symlinks for
    non-x86 systems.
parent ecb26c10
No related branches found
No related tags found
No related merge requests found
......@@ -64,8 +64,10 @@ (define-public mit-scheme
;; Delete these dangling symlinks since they break
;; `patch-shebangs'.
(for-each delete-file
(cons "src/lib/shim-config.scm"
(find-files "src/lib/lib" "\\.so$")))
(append '("src/lib/shim-config.scm")
(find-files "src/lib/lib" "\\.so$")
(find-files "src/lib" "^liarc-")
(find-files "src/compiler" "^make\\.")))
(chdir "src")
#t)))
(alist-replace
......
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