me
/
guix
Archived
1
0
Fork 0

gnu: cbqn: Install regular files rather than copying them recursively.

* gnu/packages/bqn.scm (cbqn)[#:phases]<install>: Use ‘install-file’ rather
than ‘copy-recursively’ for “bqn”.
master
Liliana Marie Prikler 2022-10-22 21:01:12 +02:00
parent 3eca71d4a7
commit a75a5ac4fc
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 2 additions and 2 deletions

View File

@ -198,8 +198,8 @@ by APL.")
(lib (string-append (assoc-ref outputs "lib")
"/lib")))
(mkdir-p bin)
(copy-recursively "BQN"
(string-append bin "/bqn"))
(rename-file "BQN" "bqn")
(install-file "bqn" bin)
(install-file "libcbqn.so" lib))))))))
(native-inputs (list dbqn
bqn-sources