On Sun, Oct 30, 2016 at 10:34:54PM +0530, Arun Isaac wrote: > > > + (arguments > > + `(#:make-flags `("CC=gcc" > > + ,(string-append "PREFIX=" %output)) > > + #:phases > > + (modify-phases %standard-phases > > + (delete 'configure)))) > > I haven't moved the binary to /bin yet. If we can come to some consensus > on that, I'll make that change as well. We typically package what the upstream maintainers offer, and only make changes in order to fix bugs or to adapt the software to the functional packaging paradigm. In this case, I don't see a reason to change the directory the software is installed to. Is there a reason to change it?