Changeset 08041e6 in dotfiles for guix-channel
- Timestamp:
- Apr 14, 2020, 12:29:33 AM (5 years ago)
- Branches:
- master
- Children:
- ee57e49
- Parents:
- 6f739ce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
guix-channel/non-gnu/packages/lua-fennel.scm
r6f739ce r08041e6 25 25 (inputs 26 26 `(("lua" ,lua))) 27 (native-inputs28 `(("make" ,gnu-make)))29 27 (arguments 30 28 `(#:modules ((guix build utils)) … … 35 33 (let ((out (assoc-ref %outputs "out")) 36 34 (coreutils (assoc-ref %build-inputs "coreutils")) 37 (make (assoc-ref %build-inputs "make"))38 35 (source (assoc-ref %build-inputs "source"))) 39 36 … … 43 40 (display "#!/bin/sh\n../fennel" port))) 44 41 ;;(invoke (string-append coreutils "/bin/chmod") "+x" (string-append out "/bin/fennel")) 45 ;;(invoke (string-append make "/bin/make") "-C" out)46 42 (mkdir out) 47 43 (copy-recursively source out)))))
Note:
See TracChangeset
for help on using the changeset viewer.