Changeset 08041e6 in dotfiles for guix-channel


Ignore:
Timestamp:
Apr 14, 2020, 12:29:33 AM (5 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
ee57e49
Parents:
6f739ce
Message:

Remove make from lua-fennel

File:
1 edited

Legend:

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

    r6f739ce r08041e6  
    2525   (inputs
    2626    `(("lua" ,lua)))
    27    (native-inputs
    28     `(("make" ,gnu-make)))
    2927   (arguments
    3028    `(#:modules ((guix build utils))
     
    3533        (let ((out (assoc-ref %outputs "out"))
    3634              (coreutils (assoc-ref %build-inputs "coreutils"))
    37               (make (assoc-ref %build-inputs "make"))
    3835              (source (assoc-ref %build-inputs "source")))
    3936
     
    4340              (display "#!/bin/sh\n../fennel" port)))
    4441          ;;(invoke (string-append coreutils "/bin/chmod") "+x" (string-append out "/bin/fennel"))
    45           ;;(invoke (string-append make "/bin/make") "-C" out)
    4642          (mkdir out)
    4743          (copy-recursively source out)))))
Note: See TracChangeset for help on using the changeset viewer.