Changeset 9989e84 in dotfiles for guix-channel
- Timestamp:
- Apr 13, 2020, 7:41:10 PM (5 years ago)
- Branches:
- master
- Children:
- 6f739ce
- Parents:
- 6918e4c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
guix-channel/non-gnu/packages/lua-fennel.scm
r6918e4c r9989e84 38 38 (source (assoc-ref %build-inputs "source"))) 39 39 40 (mkdir out) 41 (mkdir (string-append out "/bin")) 42 (call-with-output-file (string-append out "/bin/fennel") 40 (mkdir (string-append source "/bin")) 41 (call-with-output-file (string-append source "/bin/fennel") 43 42 (lambda (port) 44 43 (display "#!/bin/sh\n../fennel" port))) 45 (invoke (string-append coreutils "/bin/chmod") "+x" (string-append out "/bin/fennel"))44 ;;(invoke (string-append coreutils "/bin/chmod") "+x" (string-append out "/bin/fennel")) 46 45 ;;(invoke (string-append make "/bin/make") "-C" out) 46 (mkdir out) 47 47 (copy-recursively source out))))) 48 48 (synopsis "Lua Lisp Language.")
Note:
See TracChangeset
for help on using the changeset viewer.