Re: [Nix-dev] Xlib.h not found on go get -v github.com/veandco/go-sdl2/sdl

2015-03-19 Thread Domen Kožar
Try to create a shell with Xlib headers: $ nix-shell -p xorg.libX11 On Thu, Mar 19, 2015 at 2:01 AM, Paul Dufresne dufres...@gmail.com wrote: Well, I am mostly user-level in NixOS. I modify my /etc/nixos/configuration.nix then #nixos-rebuild -switch I am learning GO. I have been able to

[Nix-dev] Staging merge imminent

2015-03-19 Thread Shea Levy
Hi all, The latest staging evaluation (http://hydra.nixos.org/eval/1176429 http://hydra.nixos.org/eval/1176429) is nearly complete, barring any objection I will merge that in to master tomorrow morning. ~Shea___ nix-dev mailing list

Re: [Nix-dev] Xlib.h not found on go get -v github.com/veandco/go-sdl2/sdl

2015-03-19 Thread Paul Dufresne
2015-03-19 4:43 GMT-04:00 Domen Kožar do...@dev.si: Try to create a shell with Xlib headers: $ nix-shell -p xorg.libX11 Yes, this works, thanks a lot! More precisely: [guest@nixos:~]$ nix-shell -p xorg.libX11 SDL2 SDL2_gfx SDL2_image SDL2_mixer SDL2_net [nix-shell:~]$ go get -v

[Nix-dev] Shared packages list and collision errors

2015-03-19 Thread Dario Bertini
I have this inside my configuration.nix environment.systemPackages = (import common); and this is my NIX_PATH:

Re: [Nix-dev] Shared packages list and collision errors

2015-03-19 Thread Eelco Dolstra
Hi, On 19/03/15 17:05, Dario Bertini wrote: Can someone point me to an explanation/docs for this behavior? This is because environment.systemPackages ignores collisions. See https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/config/system-path.nix. -- Eelco Dolstra | LogicBlox, Inc.