Re: [Nix-dev] how to proceed the best

2013-12-07 Thread Marc Weber
Excerpts from Roelof Wobben's message of Sat Dec 07 15:03:00 +0100 2013: > Oke, > > I can try this way but I do not fully understand how it works. > > How can I make a branch that depends on x-updates for example > cinnanmon-desktop # make sure a local branch exists: git chekcout -tb x-upda

Re: [Nix-dev] how to proceed the best

2013-12-07 Thread Roelof Wobben
That part I understand, My question was more how the MarcWeber way works. Roelof > Date: Sat, 7 Dec 2013 15:37:10 +0100 > Subject: Re: [Nix-dev] how to proceed the best > From: bjorn.fors...@gmail.com > To: rwob...@hotmail.com > CC: nix-dev@lists.science.uu.nl > > On 7 December 2013 15:0

Re: [Nix-dev] how to proceed the best

2013-12-07 Thread Bjørn Forsman
On 7 December 2013 15:03, Roelof Wobben wrote: > Oke, > > I can try this way but I do not fully understand how it works. > > How can I make a branch that depends on x-updates for example > cinnanmon-desktop > And how do I commit it then if its building to a push request. If you use the procedure

Re: [Nix-dev] how to proceed the best

2013-12-07 Thread Roelof Wobben
Oke, I can try this way but I do not fully understand how it works. How can I make a branch that depends on x-updates for example cinnanmon-desktop And how do I commit it then if its building to a push request. Roelof > From: marco-owe...@gmx.de > To: nix-dev@lists.science.uu.nl > Date:

[Nix-dev] Unfree package licenses

2013-12-07 Thread Edward Tjörnhammar
Hello everybody! On Sat, Dec 07, 2013 at 12:53:55PM +0400, Michael Raskin wrote: > >Yes, fixed. Should the absolute non free license also be added to > >lib/licenses? like: > >``` > >idea_personal = { > > shortName ="IDEA Personal License"; > > fullName = "IDEA Personal License"; > > url ="

Re: [Nix-dev] Almost 50% of all Hydra jobs for Nixpgks/master don't compile

2013-12-07 Thread Domen Kožar
Hi all, On Fri, Dec 6, 2013 at 8:48 PM, Peter Simons wrote: > Hi Eelco, > > > you really should set meta.platforms, to prevent the package from > > showing up on platforms where it doesn't work. > > I would like differentiate two kinds of "doesn't work": > > 1) Doesn't work, won't work, and

Re: [Nix-dev] how to proceed the best

2013-12-07 Thread Vladimír Čunát
On 12/07/2013 11:39 AM, Marc Weber wrote: You can automate following one or multiple branches by using topgit. I've added a wiki article long time ago: https://nixos.org/wiki/Nixpkgs_and_TopGit Yes, topgit works great for me. It's good for some longer testing, as each topgit branch is meant to

Re: [Nix-dev] how to proceed the best

2013-12-07 Thread Marc Weber
You can automate following one or multiple branches by using topgit. I've added a wiki article long time ago: https://nixos.org/wiki/Nixpkgs_and_TopGit Marc Weber ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/lis

Re: [Nix-dev] how to proceed the best

2013-12-07 Thread Bjørn Forsman
On 7 December 2013 11:03, Roelof Wobben wrote: > Hello, > > Im at a point I build against the x-updates branch. > > What's the best way to make this work so I can work on my own branches and > make the new derivations work, > and keep the x-updates up-to-date. I don't know how familiar you are w

[Nix-dev] how to proceed the best

2013-12-07 Thread Roelof Wobben
Hello, Im at a point I build against the x-updates branch. What's the best way to make this work so I can work on my own branches and make the new derivations work, and keep the x-updates up-to-date. Roelof __

Re: [Nix-dev] [nixpkgs] Adding IntelliJ IDEA13 Community and Ultimate (#1336)

2013-12-07 Thread Michael Raskin
>Yes, fixed. Should the absolute non free license also be added to >lib/licenses? like: >``` >idea_personal = { > shortName ="IDEA Personal License"; > fullName = "IDEA Personal License"; > url ="https://www.jetbrains.com/idea/buy/personal_license.html": >} >``` >Instead of just unfree? I.e