[Nix-dev] [nix-dev] travis blocks pull request because log is too long

2015-09-29 Thread Tomas Hlavaty
Hi, I have made a pull request, which is now blocked by travis because of too long log. Could somebody please commit this? https://github.com/NixOS/nixpkgs/pull/10104 It seems that changes to that part of nixpkgs never go through pull requests and travis, because it is impossible for them to

[Nix-dev] Help with setup php xdebug

2015-09-29 Thread 4levels
Dear Nix Devs, I'm somewhat struggling to enable the php-xdebug extension in php. I did manage to get the extension installed but the php interpreter itself seems to ignore its existence. I did find some topics on this and as a workaround I could specify a custom php-ini file but I was wondering

Re: [Nix-dev] Help with setup php xdebug

2015-09-29 Thread 4levels
Hi Guillaume, I haven't figured out what I did wrong, but now it works! A custom php.ini is generated using your first approach and being used by php-fpm! I managed to add both xdebug and apc, here's my final phpIni setting. Thank you so much for providing me the much needed info! Kind

Re: [Nix-dev] Help with setup php xdebug

2015-09-29 Thread Guillaume Maudoux (Layus)
Dear Erik, I am no expert on this topic, but it seems to me that writing a custom phpIni is the way to go. For example, I have the following code in my config, which mimics the default phpIni generation. phpIni = pkgs.runCommand "php.ini" { options = ''

Re: [Nix-dev] Help with setup php xdebug

2015-09-29 Thread 4levels
Just to add, I'm currently trying this approach as well: http://permalink.gmane.org/gmane.linux.distributions.nixos/17023 So close.. Kind regards, Erik On Tue, Sep 29, 2015 at 2:50 PM 4levels <4lev...@gmail.com> wrote: > Hi Guillaume, > > I've tried adding your approach to the phpfpm config

Re: [Nix-dev] Help with setup php xdebug

2015-09-29 Thread 4levels
Hi Guillaume, I've tried adding your approach to the phpfpm config as follows and a php.ini file is now being generated in the store with the added values from the function call, great! I just don't see at the moment how I can tell phpfpm to use that file instead of the default php-recommend.ini.

Re: [Nix-dev] Help with setup php xdebug

2015-09-29 Thread Guillaume Maudoux (Layus)
Hi Erik, AFAIK, that should be enough and your setup should be correct. How do you know phpfpm does not use your file ? You can use `systemctl cat phpfpm.service` to see what command is used to start phpfpm and what php.ini file is used. Guillaume. Le 29/09/15 14:50, 4levels a écrit : Hi

Re: [Nix-dev] [nix-dev] travis blocks pull request because log is too long

2015-09-29 Thread Luca Bruno
On 29/09/2015 10:34, Tomas Hlavaty wrote: > Hi, > > I have made a pull request, which is now blocked by travis because of > too long log. > > Could somebody please commit this? > https://github.com/NixOS/nixpkgs/pull/10104 > > It seems that changes to that part of nixpkgs never go through pull >

Re: [Nix-dev] Setup GlusterFS server on NixOS machines

2015-09-29 Thread James
rohit yadav gmail.com> writes: > James, > I am certainly interested. However, I am relatively new to OS world and haven't dealt with lower level details, though I am a linux user for sometime. Managing cluster with ubuntu/debian posed a significant challenge to me. Any experienced user would

[Nix-dev] emacs+nix as self contained?

2015-09-29 Thread Antoine R. Dumont
Hello, Basically, is it possible to create a self contained Emacs (with only dependencies - modes + libs + OS tools - are dealt with nix?) The detailed question is at https://github.com/NixOS/nixpkgs/issues/10072. Thanks for your time, -- tony / @ardumont

Re: [Nix-dev] Setup GlusterFS server on NixOS machines

2015-09-29 Thread rohit yadav
​NixOS is a OS-distribution based on "nix", the package manager. You have option of trying out nix on any standard distribution ( https://www.domenkozar.com/2014/01/02/getting-started-with-nix-package-manager/). Once, you understand nix and build packages with it and fine it interesting then you

[Nix-dev] texlive archive

2015-09-29 Thread Karn Kallio
The textlive-new package currently does not build since there is not an anonymous ftp server at tug.ctan.org. The attached patch switches to an http server at http://ftp.math.utah.edu. >From 6396dfce744b2e0b1986116503adc1ade97e9a99 Mon Sep 17 00:00:00 2001 From: Karn Kallio