Re: Lilypond version

2017-08-18 Thread Ricardo Wurmus
Mason Hock writes: > Thanks for your response. GUIX_PACKAGE_PATH is currently my home folder. > Am I supposed to create custom/packages/variants.scm or should I set > GUIX_PACKAGE_PATH to something else? I suggest not to set GUIX_PACKAGE_PATH to HOME. Better create an empty directory “$HOME/cu

Re: List all open bug reports with emacs-debbugs

2017-08-18 Thread Arun Isaac
> Chris Webber posted an excellent tutorial some while back: > > https://lists.gnu.org/archive/html/guix-devel/2017-02/msg00629.html Yes, that helps! This information should be in HACKING. I have submitted a patch adding the same. https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28141

Re: List all open bug reports with emacs-debbugs

2017-08-18 Thread Marius Bakke
Arun Isaac writes: >> I was confused too. Ended up with this in my emacs init file ... >> >> (defun view-guix-bugs () >> "view guix bugs." >> (interactive) >> ;; (debbugs-gnu SEVERITIES &optional PACKAGES ARCHIVEDP SUPPRESS TAGS) >> (debbugs-gnu nil "guix" nil nil nil) >> ) > > Thanks!

Re: help for guix pull

2017-08-18 Thread Leo Famulari
On Fri, Aug 18, 2017 at 10:54:10AM +0200, Adrien Marin wrote: > Hi, > > I've some trouble with guix pull use: > > i have cloned a guix repo to had my package in gnu/packages in order to have > them in 'guix package - A' list. > > before guix 0.13, I used guix pull like this : > > > guix pu

Re: List all open bug reports with emacs-debbugs

2017-08-18 Thread Arun Isaac
> I was confused too. Ended up with this in my emacs init file ... > > (defun view-guix-bugs () > "view guix bugs." > (interactive) > ;; (debbugs-gnu SEVERITIES &optional PACKAGES ARCHIVEDP SUPPRESS TAGS) > (debbugs-gnu nil "guix" nil nil nil) > ) Thanks! But, this also lists bug report

help for guix pull

2017-08-18 Thread Adrien Marin
Hi, I've some trouble with guix pull use: i have cloned a guix repo to had my package in gnu/packages in order to have them in 'guix package - A' list. before guix 0.13, I used guix pull like this : > guix pull > --url="http://gitlab.com/my-acount/my-repo/repository/archive.tar.gz?ref=mas

Re: List all open bug reports with emacs-debbugs

2017-08-18 Thread myglc2
On 08/18/2017 at 08:15 Arun Isaac writes: > How do I list all open bug reports for guix-patches with emacs-debbugs? > > I'm sorry I'm unable to figure this out by myself. But, debbugs and > emacs-debbugs are confusing at times. > > Thanks, > Arun. I was confused too. Ended up with this in my emac