nixpkgs/pkgs
Eelco Dolstra d6cbd38bfb * Patched Perl's configure script to stop it from scanning well-known system
directories for libraries.  (Fortunately, the build would still fail because
  Perl's idea of "standard" library directories no longer matched that of the
  linker.)

* `stdenv-linux/setup.sh' now puts the path of glibc in an environment
  variable so that it can be used by other packages (for example, we need to
  pass it to Perl's configure, because otherwise it will think that, e.g.,
  libm.so doesn't exist).

svn path=/nixpkgs/trunk/; revision=359
2003-08-26 10:34:51 +00:00
..
asfix-tools * pkgs/strategoxt/pkg-build.sh: generic build script for packages 2003-08-18 20:56:59 +00:00
aterm * Get rid of all `-S' flags (to remove debug info); this is now the default. 2003-08-18 19:52:54 +00:00
atk * ATK and GLib need Perl. 2003-08-19 14:52:52 +00:00
autoxt * pkgs/strategoxt/pkg-build.sh: generic build script for packages 2003-08-18 20:56:59 +00:00
baseenv * Initialise the PATH immediately at the start of stdenv-linux, otherwise 2003-08-20 11:13:13 +00:00
bash * Added bash. 2003-08-19 10:40:54 +00:00
binutils * Patched binutils so that ld no longer searches any of the "default" directories 2003-08-25 19:26:46 +00:00
bison * libIDL requires flex, which requires bison, which requires m4... 2003-08-22 13:39:36 +00:00
bzip2 * Added bzip2. 2003-08-18 20:58:51 +00:00
coreutils * Started on working towards the fully Nixified build environment, i.e., one 2003-08-18 15:32:13 +00:00
db4 * Get rid of all `-S' flags (to remove debug info); this is now the default. 2003-08-18 19:52:54 +00:00
diffutils * Added the GNU diffutils. 2003-08-18 17:04:07 +00:00
docbook-xml * Added Info-ZIP UnZip. 2003-08-18 20:05:23 +00:00
docbook-xsl * Add docbook-xml and docbook-xsl packages. 2003-07-30 09:54:15 +00:00
ed * I can't believe that anybody is still using `ed', but there you 2003-08-19 15:05:02 +00:00
expat * Get rid of all `-S' flags (to remove debug info); this is now the default. 2003-08-18 19:52:54 +00:00
fetchsvn use natively installed subversion to avoid build problems for subversion 2003-08-19 21:17:54 +00:00
findutils * Added the GNU findutils to the stdenv. 2003-08-22 15:06:24 +00:00
firebird * Firebird depends on zip/unzip. 2003-08-25 13:34:12 +00:00
flex * libIDL requires flex, which requires bison, which requires m4... 2003-08-22 13:39:36 +00:00
fontconfig * I can't believe that anybody is still using `ed', but there you 2003-08-19 15:05:02 +00:00
freetype * Get rid of all `-S' flags (to remove debug info); this is now the default. 2003-08-18 19:52:54 +00:00
gawk * Added GNU awk. 2003-08-19 09:40:09 +00:00
gcc * Added GCC (C and C++ variant; include libstdc++). 2003-08-18 17:49:30 +00:00
getopt * Fix a typo. 2003-08-25 14:39:11 +00:00
gettext * Added GNU gettext. Nixification is paying off: e.g., it revealed that glib 2003-08-19 09:41:43 +00:00
glib * ATK and GLib need Perl. 2003-08-19 14:52:52 +00:00
glib-1 * Get rid of all `-S' flags (to remove debug info); this is now the default. 2003-08-18 19:52:54 +00:00
glibc * Use rpaths to ensure that executable and dynamic libraries are automatically linked 2003-07-28 21:15:03 +00:00
gnet * Remove absolute path. 2003-08-22 15:08:32 +00:00
gnugrep * Added GNU grep, and the Perl Compatible Regular Expressions library used by 2003-08-18 16:59:39 +00:00
gnum4 * libIDL requires flex, which requires bison, which requires m4... 2003-08-22 13:39:36 +00:00
gnumake * Added GNU make. 2003-08-18 17:08:09 +00:00
gnused * Added GNU sed. 2003-08-18 16:44:50 +00:00
gnutar * Added GNU tar. 2003-08-18 16:33:38 +00:00
gpp * pkgs/strategoxt/pkg-build.sh: generic build script for packages 2003-08-18 20:56:59 +00:00
gtk+ * Some more stuff that needs perl. 2003-08-20 11:15:07 +00:00
gtk+-1 * Get rid of all `-S' flags (to remove debug info); this is now the default. 2003-08-18 19:52:54 +00:00
gtkspell * Get rid of all `-S' flags (to remove debug info); this is now the default. 2003-08-18 19:52:54 +00:00
gzip * Added gzip. 2003-08-18 16:40:22 +00:00
httpd * Apache depends on Perl. 2003-08-25 13:34:41 +00:00
j2re * fix expression and build script for sun j2re for linux. 2003-08-06 14:20:26 +00:00
libIDL * libIDL requires flex, which requires bison, which requires m4... 2003-08-22 13:39:36 +00:00
libxml2 * Added zlib. 2003-08-25 19:41:37 +00:00
libxslt * Get rid of all `-S' flags (to remove debug info); this is now the default. 2003-08-18 19:52:54 +00:00
MPlayer * Get rid of all `-S' flags (to remove debug info); this is now the default. 2003-08-18 19:52:54 +00:00
nix-dist * A package that builds source distributions of Nix. It fetches the 2003-08-18 10:08:27 +00:00
openssl * OpenSSL, Firebird require Perl. 2003-08-22 15:09:51 +00:00
pan * Some more stuff that needs perl. 2003-08-20 11:15:07 +00:00
pango * Get rid of all `-S' flags (to remove debug info); this is now the default. 2003-08-18 19:52:54 +00:00
pcre * Added GNU grep, and the Perl Compatible Regular Expressions library used by 2003-08-18 16:59:39 +00:00
perl * Patched Perl's configure script to stop it from scanning well-known system 2003-08-26 10:34:51 +00:00
pkgconfig * Get rid of all `-S' flags (to remove debug info); this is now the default. 2003-08-18 19:52:54 +00:00
pspell * Get rid of all `-S' flags (to remove debug info); this is now the default. 2003-08-18 19:52:54 +00:00
sc * pkgs/strategoxt/pkg-build.sh: generic build script for packages 2003-08-18 20:56:59 +00:00
sdf2 * Amazingly, sdf2 is still dependent on the non-standard `getopt' tool. So 2003-08-25 13:24:48 +00:00
srts * pkgs/strategoxt/pkg-build.sh: generic build script for packages 2003-08-18 20:56:59 +00:00
stdenv * Use stdenv-linux only on Linux platforms. 2003-08-05 13:06:06 +00:00
stdenv-linux * Patched Perl's configure script to stop it from scanning well-known system 2003-08-26 10:34:51 +00:00
stdenv-native gcc-wrapper moved to baseenv 2003-08-19 20:52:46 +00:00
stratego-front * pkgs/strategoxt/pkg-build.sh: generic build script for packages 2003-08-18 20:56:59 +00:00
strategoxt use natively installed subversion to avoid build problems for subversion 2003-08-19 21:18:24 +00:00
strategoxt-0.9.2 * Get rid of all `-S' flags (to remove debug info); this is now the default. 2003-08-18 19:52:54 +00:00
subversion * Get rid of all `-S' flags (to remove debug info); this is now the default. 2003-08-18 19:52:54 +00:00
swig * gmake -> make (the stdenv gives us GNU make). 2003-08-22 15:07:21 +00:00
sylpheed * Get rid of all `-S' flags (to remove debug info); this is now the default. 2003-08-18 19:52:54 +00:00
system * Don't build the Python bindings for Subversion for now (because I'm too lazy to 2003-08-25 18:35:21 +00:00
unzip * Added Info-ZIP UnZip. 2003-08-18 20:05:23 +00:00
win32codecs * Use stdenv. 2003-08-25 13:53:55 +00:00
wxPython * Get rid of all `-S' flags (to remove debug info); this is now the default. 2003-08-18 19:52:54 +00:00
Xft * Get rid of all `-S' flags (to remove debug info); this is now the default. 2003-08-18 19:52:54 +00:00
xtc * pkgs/strategoxt/pkg-build.sh: generic build script for packages 2003-08-18 20:56:59 +00:00
zip * Forgot to add zip. 2003-08-25 18:37:44 +00:00
zlib * Added zlib. 2003-08-25 19:41:37 +00:00