mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
lispPackages.clwrapper: Fix a typo in dynamic-library-hack
This commit is contained in:
parent
8818546d48
commit
4c379dbbdd
@ -101,7 +101,7 @@ nix_lisp_build_system(){
|
||||
:separator \":\")
|
||||
for l in sb-alien::*shared-objects*
|
||||
for ns := (sb-alien::shared-object-namestring l)
|
||||
do (and (> (length ns) 0) (not (equal (elt ns 0) "/"))
|
||||
do (and (> (length ns) 0) (not (equal (elt ns 0) \"/\"))
|
||||
(let*
|
||||
((prefix (find-if (lambda (s) (probe-file (format nil \"~a/~a\" s ns))) libpath))
|
||||
(fullpath (and prefix (format nil \"~a/~a\" prefix ns))))
|
||||
|
Loading…
Reference in New Issue
Block a user