Changeset 9989e84 in dotfiles for guix-channel


Ignore:
Timestamp:
Apr 13, 2020, 7:41:10 PM (5 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
6f739ce
Parents:
6918e4c
Message:

Update everything

File:
1 edited

Legend:

Unmodified
Added
Removed
  • guix-channel/non-gnu/packages/lua-fennel.scm

    r6918e4c r9989e84  
    3838              (source (assoc-ref %build-inputs "source")))
    3939
    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")
    4342            (lambda (port)
    4443              (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"))
    4645          ;;(invoke (string-append make "/bin/make") "-C" out)
     46          (mkdir out)
    4747          (copy-recursively source out)))))
    4848   (synopsis "Lua Lisp Language.")
Note: See TracChangeset for help on using the changeset viewer.