Re: [Nix-dev] libreoffice java impurity

2013-09-09 Thread Sergey Mironov
Hi. Just a side note. OpenOffice package has another minor issue: it doesn't provide .desktop files or places them in unusual place. So no icons, no menu entries. Could someone familiar with OO please fix it? Sergey 2013/9/3 Lluís Batlle i Rossell vi...@viric.name: On Tue, Sep 03, 2013 at

[Nix-dev] Dealing with dbus

2013-09-09 Thread Sergey Mironov
Hi. Let me suggest discussing the DBus and the guidelines for packaging software which uses this technology. I suppose that plain including dbus into the dependencies list of a package like that: { stdenv, fetchurl, pkgconfig, ... dbus ... }: stdenv.mkDerivation rec { name = udisks-1.0.4;

Re: [Nix-dev] Merging x-updates

2013-09-09 Thread Vladimír Čunát
On 09/09/2013 03:33 AM, James Cook wrote: Just tried x-updates, and X won't start any more. Is anyone else using the open source AMD driver? There's something in the X log about dlopen of /lib/dri/swrast_dri.so failed, since the file doesn't exist. Hopefully I'll have time later to look into

Re: [Nix-dev] bash-completion breaks X session startup

2013-09-09 Thread Eelco Dolstra
Hi, On 09/09/13 12:05, Pablo Costa wrote: This is the contents of ~/.xsession-errors after the failed login: /run/current-system/sw/share/bash-completion/completions/journalctl: line 80: syntax error near unexpected token `'

[Nix-dev] 32-bit DRI drivers on 64-bit NixOS

2013-09-09 Thread Arseniy Alekseyev
Hi! I have a problem with /run/opengl-driver-32 being a symbolic link to /run/opengl-driver on 64-bit machines. The directory contains DRI drivers that are being dynamically linked against 32-bit programs. Obviously the 64-bit libraries contained in /run/opengl-driver fail to link with those.

Re: [Nix-dev] 32-bit DRI drivers on 64-bit NixOS

2013-09-09 Thread Vladimír Čunát
On 09/09/2013 12:25 PM, Arseniy Alekseyev wrote: I have a problem with /run/opengl-driver-32 being a symbolic link to /run/opengl-driver on 64-bit machines. [...] Does anyone have any idea about why the incorrect symlink gets created at all and how to fix it? Well, this was my doing. If you

Re: [Nix-dev] 32-bit DRI drivers on 64-bit NixOS

2013-09-09 Thread Arseniy Alekseyev
Indeed services.xserver.driSupport32Bit = true; solves the problem. Thank you! Is there any reason to have the link created whenever driSupport32Bit is false though? ___ nix-dev mailing list nix-dev@lists.science.uu.nl

Re: [Nix-dev] 32-bit DRI drivers on 64-bit NixOS

2013-09-09 Thread Vladimír Čunát
On 09/09/2013 12:45 PM, Arseniy Alekseyev wrote: Indeed services.xserver.driSupport32Bit = true; solves the problem. Thank you! You're welcome! Is there any reason to have the link created whenever driSupport32Bit is false though? I thought it a precaution for case when you're running a

[Nix-dev] ANNOUNCE: NixOps 1.1

2013-09-09 Thread Rob Vermaas
Hi all, we are proud to announce the release of NixOps 1.1. This release brings a backend for Hetzner, a German data center provider, support for EC2 spot instances and some minor bugfixes. Special thanks goes out to aszlig, who contributed the Hetzner backend. The release can be found at:

Re: [Nix-dev] Merging x-updates

2013-09-09 Thread James Cook
On 9 September 2013 02:51, Vladimír Čunát vcu...@gmail.com wrote: On 09/09/2013 03:33 AM, James Cook wrote: Just tried x-updates, and X won't start any more. Is anyone else using the open source AMD driver? There's something in the X log about dlopen of /lib/dri/swrast_dri.so failed, since

[Nix-dev] Bootstrap Glibc/kernel-headers

2013-09-09 Thread Nicolas Carlier
Hi, I'm evaluating nix to package in-house developments and third party dependancies. I was able to install nix (multi user mode ) on top of rhel6 's based system and use the nixos channel without difficulties. Now I would know what the worflow/procedure to bootsrap a glibc based on kernel