Re: Building and installing packages with modifications

2019-02-24 Thread ison
Since this hasn't received any replies I'll give my solution, although I apologize in advance if this isn't the "best" way to do it. When I want to modify a package that I install via "guix package -i" (as opposed to using the GuixSD system configuration) I just create a new file for each such

To prevent guix gc from removing *grub.cfg file under /gnu/store/

2019-02-24 Thread Raghav Gururajan
Hi Guix! Since my BIOS comes with in-built grub payload, I did not want to install bootloader on disk (but do want grub.cfg file under /gnu/store/), so I passed --no-bootloader parameter during guix system init. The guix system got successfully installed and there was *grub.cfg file under

Re: Building and installing packages with modifications

2019-02-24 Thread 白い熊@相撲道
On February 24, 2019 6:46:20 PM UTC, ison wrote: >Since this hasn't received any replies I'll give my solution, although >I >apologize in advance if this isn't the "best" way to do it. > … >which will just inherit curl and only modify the flag "tests?" to >disable tests. >Everything else will

Re: Building and installing packages with modifications

2019-02-24 Thread Gábor Boskovits
Hello, 白い熊 ezt írta (időpont: 2019. febr. 16., Szo, 16:12): > > Hi Guix: > > This is a question derived from my current trouble with running Guix on > Android, as seen in: > http://lists.gnu.org/archive/html/help-guix/2019-02/msg00151.html > > Basically: > — I have Guix running on an armhf

Re: Need help porting eDuke32

2019-02-24 Thread HiPhish
On Friday, 22 February 2019 11:57:31 CET you wrote: > I can merge this in your name, let me know. That's fine by me. You are right about the missing install phase, I was primarily trying to get it to build first before worrying about installing the files. How do you know how to do these

Re: Need help porting eDuke32

2019-02-24 Thread HiPhish
Couldn't GLU be added as an input in the declaration of eDuke? Polymost and Polymer work for me, but I have GLU already installed on my system via apt. On Friday, 22 February 2019 14:01:35 CET you wrote: > There is one issue though that I get on startup: > > --8<---cut

Re: Building and installing packages with modifications

2019-02-24 Thread ison
So basically you're saying curl is a dependency of other packages and it's failing to build due to the tests? That makes it more complicated. You could always try renaming it to "curl.scm" and testing it, but I'm failry certain it won't work. Again, I'm really not sure if my way is the best way.

Which package is your goto package for pretty-printing javascript?

2019-02-24 Thread Alex Vong
Hello, For uglifying javascript, of course we can use 'uglify-js' in (gnu packages lisp). How about pretty-printing? Are there some good utilities you use for doing it? Cheers, Alex signature.asc Description: PGP signature