3
0
Fork 0
forked from mirrors/nixpkgs
Nix Packages collection
Go to file
Eelco Dolstra df241fd6ed * Don't include /var/run/current-system/sw/lib in the LD_LIBRARY_PATH
by default since this can really make the functioning of
  applications unpredictable as they can pick up arbitrary
  library versions from that directory.  LD_LIBRARY_PATH should only
  contain very specific paths (like /var/run/opengl-driver/lib for
  overriding the system OpenGL implementation, or the NSS module
  path).  This is even more important given that the stdenv-updates
  branch uses RUNPATHs instead of RPATHs, so *all* libraries are
  overridable by LD_LIBRARY_PATH.

svn path=/nixos/trunk/; revision=11967
2008-06-04 09:11:47 +00:00
boot Changes to support swsusp and custom kernels. 2008-03-24 19:37:32 +00:00
configuration Fixed instantiation errors after kernel changes... 2008-05-23 06:40:16 +00:00
doc/manual * URL updates. 2008-05-09 15:08:43 +00:00
etc * Don't include /var/run/current-system/sw/lib in the LD_LIBRARY_PATH 2008-06-04 09:11:47 +00:00
helpers svn path=/nixos/trunk/; revision=11203 2008-03-19 12:58:14 +00:00
installer * Build through the Nix daemon if it's running. 2008-06-04 09:01:54 +00:00
system Added gpm service 2008-06-03 07:06:35 +00:00
upstart-jobs Make old http service working again 2008-06-03 13:30:37 +00:00
default.nix Added nixos-gen-seccure-keys to nixosTools 2008-03-03 23:32:17 +00:00
README * URL updates. 2008-05-09 15:08:43 +00:00
STABLE * Version number, stable marker. 2006-11-04 11:27:08 +00:00
VERSION * Version number, stable marker. 2006-11-04 11:27:08 +00:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.