Re: [Nix-dev] emacs-24.2: fontconfig related display problem

2013-01-19 Thread Mathijs Kwik
Christopher Howard cmhowa...@alaska.edu writes: I have this in ~/.emacs.d/gtkrc: # Define the style ‘my_style’. style my_style { font_name = Ubuntu 9 } # Specify that widget type ‘*emacs-menuitem*’ uses ‘my_style’. widget *emacs-menuitem* style my_style With further research: The problem

[Nix-dev] chromiumDev logs missing from hydra

2013-01-19 Thread Florian Friesdorf
Hi, I wanted to look at broken chromiumDev build: http://hydra.nixos.org/job/nixpkgs/trunk/chromiumDev but its logs are not available: http://hydra.nixos.org/build/3756070/nixlog/1/raw http://hydra.nixos.org/build/3759653/nixlog/1/raw How can that happen? regards florian -- Florian Friesdorf

Re: [Nix-dev] chromiumDev logs missing from hydra

2013-01-19 Thread Vladimír Čunát
On 01/19/2013 08:07 PM, Florian Friesdorf wrote: I wanted to look at broken chromiumDev build: http://hydra.nixos.org/job/nixpkgs/trunk/chromiumDev but its logs are not available: http://hydra.nixos.org/build/3756070/nixlog/1/raw http://hydra.nixos.org/build/3759653/nixlog/1/raw How can that

[Nix-dev] SSP (-fstack-protector-all) in nixos?

2013-01-19 Thread Florian Friesdorf
Hi, current chromiumBeta fails to compile with error[1]: out/Release/obj.host/libvpx_obj_int_extract/third_party/libvpx/source/libvpx/build/make/obj_int_extract.o: In function `parse_elf': obj_int_extract.c:(.text.parse_elf+0x1f): undefined reference to `__stack_chk_guard'

Re: [Nix-dev] GNU Guix 0.1 released (alpha)

2013-01-19 Thread Florian Friesdorf
Ludovic Courtès l...@gnu.org writes: ;; Announcement. -*- scheme -*- (define guix (package (name guix) (version 0.1) ; first alpha release (source (origin (method url-fetch) (uri

Re: [Nix-dev] GNU Guix 0.1 released (alpha)

2013-01-19 Thread Marc Weber
Thus I'd appreciate more info about - why you go this way. One reason I can think of is because scheme might be more powerful than nix language. Are there more reasons? - in which way you're going to utilize the new power of scheme first applying to what problems? - how exactly you