1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/pkgs
Eelco Dolstra 1dda526c66 * Added the GNU C Library (glibc), a big step towards full Nixification of
the build and execution environment.

  This is very useful.  For example, it allows packages built on a SuSE 
  8.2 system to run on a SuSE 8.1 system (this is because 8.2 has a newer 
  glibc; packages built against it cannot be dynamically linked against 
  older glibcs).

  Of course, Fix packages should not directly import glibc since that is 
  very system-specific.  Rather, they should import stdenv/stdenv.fix and 
  in their build scripts source in $stdenv/setup, which will setup the 
  right environment variables.  The idea is that stdenv.fix provides the 
  basic C/Unix build environment (C compiler, POSIX utilities, etc.).

  Note that only the ATerm package currently uses this.

svn path=/nixpkgs/trunk/; revision=203
2003-07-24 15:15:48 +00:00
..
aterm * Added the GNU C Library (glibc), a big step towards full Nixification of 2003-07-24 15:15:48 +00:00
atk * Strip debug information. 2003-07-16 19:59:52 +00:00
fontconfig
freetype
glib * Check for failure. 2003-07-17 22:33:05 +00:00
glib-1 * Added a package for Sylpheed (which depends on glib/gtk+ 1.2.10). 2003-07-22 20:33:18 +00:00
glibc * Added the GNU C Library (glibc), a big step towards full Nixification of 2003-07-24 15:15:48 +00:00
gnet * Strip debug information. 2003-07-16 19:59:52 +00:00
gtk+ * Strip debug information. 2003-07-16 19:59:52 +00:00
gtk+-1 * Added a package for Sylpheed (which depends on glib/gtk+ 1.2.10). 2003-07-22 20:33:18 +00:00
gtkspell
helpers
libxml2
MPlayer * Disable some options. 2003-07-21 20:09:54 +00:00
openssl
pan * Error checking. 2003-07-22 20:32:26 +00:00
pango * Strip debug information. 2003-07-16 19:59:52 +00:00
pkgconfig
pspell
sdf2 * Strip debug information. 2003-07-16 19:59:52 +00:00
stdenv * Added the GNU C Library (glibc), a big step towards full Nixification of 2003-07-24 15:15:48 +00:00
strategoxt * Strip debug information. 2003-07-16 19:59:52 +00:00
subversion
sylpheed * Added a package for Sylpheed (which depends on glib/gtk+ 1.2.10). 2003-07-22 20:33:18 +00:00
system * Added a package for Sylpheed (which depends on glib/gtk+ 1.2.10). 2003-07-22 20:33:18 +00:00
win32codecs * MPlayer packages. 2003-07-17 22:33:21 +00:00
Xft