[Nix-dev] proprietary ati drivers

2010-05-17 Thread Marc Weber
ATI drivers do work fine on current NIXOS. http://mawercer.de/~marc/GLXGears.jpg However there are some glitches: ati drivers provides its own libglx.so shared file which loads ./lib/dri/fglrx_dri.so. By default the location of *_dri.so files is hardcoded in xorg server. nixpkgs has patched

Re: [Nix-dev] patch for font documentation

2010-05-17 Thread LluĂ­s Batlle i Rossell
Commited. On Mon, May 17, 2010 at 09:57:50AM -0400, rocon...@theorem.ca wrote: Here is a patch to give an example how to use font.extraFonts Index: modules/config/fonts.nix === --- modules/config/fonts.nix(revision 21811)

[Nix-dev] Re: proprietary ati drivers

2010-05-17 Thread Marc Weber
patches: commit 81c03dbfd9160210ed7ec7d7af9cb9e22ab88eba Author: Marc Weber marco-owe...@gmx.de Date: Mon May 17 15:57:19 2010 +0200 patches: === NIXOS commit 0c0d48718238d6a7d03371e6e8f4ff300126f668 Author: Marc Weber marco-owe...@gmx.de Date: Mon May 17 16:39:50 2010 +0200

[Nix-dev] [PATCH 1/2] Add Xfce Terminal emulator.

2010-05-17 Thread David Brown
Adds the terminal emulator, and the libraries that it depends upon. --- .../xfce-4/applications/terminal/default.nix | 24 + pkgs/desktops/xfce-4/core/libexo/default.nix | 23 pkgs/desktops/xfce-4/core/libxfce4util/default.nix | 20 ++

[Nix-dev] [PATCH 2/2] Only set font in wrapper if we have X.

2010-05-17 Thread David Brown
Unison's wrapper was generating errors by calling xset even if DISPLAY was not set. This was especially noticeable when connecting to a remote server to sync with. Fix this by only setting the font path if DISPLAY is set to something. --- .../networking/sync/unison/default.nix |

[Nix-dev] drop config.security.wrapperDir?

2010-05-17 Thread Yury G. Kudryashov
Hi! We have a few packages with /var/setuid-wrappers path hardcoded (nagios, fcron). Should we drop config.security.wrapperDir (hardcoding this in NixOS as well), or make it accessible for nixpkgs? -- Yury G. Kudryashov ___ nix-dev mailing list

[Nix-dev] [PATCH] Update to latest mplayer snapshot.

2010-05-17 Thread David Brown
--- pkgs/applications/video/MPlayer/default.nix |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/video/MPlayer/default.nix b/pkgs/applications/video/MPlayer/default.nix index c93959f..7ce8f0e 100644 --- a/pkgs/applications/video/MPlayer/default.nix