[Nix-dev] NixOS next stable release

2015-03-26 Thread Domen Kožar
Hi all, I'd like to start the discussion what should be part of of next stable release. It's scheduled for the end of May. From the experience during last stable release we need a month to get everything together for a confident stable release. That gives us a bit more than a month to merge any

Re: [Nix-dev] Trying to compile and run mono gtk example but problem install gtksharp2

2015-03-26 Thread Paul Dufresne
Thanks a lot to took the time to investigate this. I have tried your suggested default.nix and it works, and I am happy with it. Would not have been able without your help! ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/ma

Re: [Nix-dev] NixOS next stable release

2015-03-26 Thread Jonathan Glines
2015-03-26 5:37 GMT-06:00 Domen Kožar : > Hi all, > > > I'd like to start the discussion what should be part of of next stable > release. It's scheduled for the end of May. From the experience during last > stable release we need a month to get everything together for a confident > stable release.

[Nix-dev] patches to add mkcl and fix ecl

2015-03-26 Thread Tomas Hlavaty
Hi all, attached are two patches: 1) to add mkcl, a common lisp implementation 2) to fix ecl, another common lisp implementation Would it be possible to get it committed? Thank you very much! Tomas >From 716d6ad1b77aab67401cbde830ddb24930eea82a Mon Sep 17 00:00:00 2001 From: Tomas Hlavaty D

Re: [Nix-dev] Overriding a node package

2015-03-26 Thread Kirill Elagin
Hello? Anyone using Node.js with nixpkgs? On Mon, Mar 9, 2015 at 4:38 PM Kirill Elagin wrote: > I have a package (`pkgs.keybase-node-client` to be precise) which is > generated by `nodePackages.buildNodePackage`. I want to install it from my > local git repo. > > I have no idea how node stuff wo

Re: [Nix-dev] Overriding a node package

2015-03-26 Thread Marc Weber
This patch is outdated, but illustrates what you're looking for: https://github.com/MarcWeber/nixpkgs/commit/ad6ec783bb61e80f90d6e6ee9e0b2d026982fbbe There is npm2nix utility you have to install. Marc Weber ___ nix-dev mailing list nix-dev@lists.science

[Nix-dev] patches to add mkcl and fix ecl

2015-03-26 Thread Michael Raskin
>attached are two patches: > >1) to add mkcl, a common lisp implementation Applied, thanks >2) to fix ecl, another common lisp implementation I think adding a wrapper that sets NIX_CFLAGS_COMPILE and NIX_CFLAGS_LINK is a better last-ditch solution than just forbidding libffi (I don't remember i

Re: [Nix-dev] Overriding a node package

2015-03-26 Thread Kirill Elagin
But this patch just adds a new package or do I misunderstand something? Overriding the whole package by a completely new one just to override src = not awesome. On Fri, Mar 27, 2015 at 3:43 AM Marc Weber wrote: > This patch is outdated, but illustrates what you're looking for: > https://github.c