nixpkgs/pkgs/servers/http
Bjørn Forsman 238c26cea9 lighttpd: fix build warnings
The build complains about missing "file" and "which" commands, so add them as
build inputs.

"file" is used by the autotools configure script to tweak what -m flag
(if any) to pass to the linker when it asks it for shared library
support.

Here is an example of -m values for GNU ld:
  Supported emulations:
   elf_x86_64
   elf32_x86_64
   elf_i386
   i386linux
   elf_l1om
   elf_k1om

"which" is used in the build phase to look for svnversion and git, to build a
version stamp. Since we build from a release tarball (and don't pass svn or git
as inputs either), this check fails and falls back to the version number in the
tarball.

There is one build warning left, but I think this is normal on NixOS:

  /tmp/nix-build-lighttpd-1.4.32.drv-0/lighttpd-1.4.32/libtool: line 1085: ldconfig: command not found
2013-04-01 15:28:35 +02:00
..
4store 4store: fix build 2012-12-04 17:09:31 +04:00
apache-httpd httpd: Update to 2.2.24 2013-03-28 13:13:36 +01:00
apache-modules Add mod_evasive 2012-07-31 15:51:31 +02:00
couchdb Update CouchDB 2012-12-04 10:17:06 +04:00
jboss * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless 2012-01-18 20:16:00 +00:00
jetty * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless 2012-01-18 20:16:00 +00:00
joseki Fix unneeded /bin/sh reference 2012-11-10 15:03:40 +04:00
lighttpd lighttpd: fix build warnings 2013-04-01 15:28:35 +02:00
mini-httpd mini-httpd: update to version 1.4 2013-03-28 13:56:22 +01:00
myserver Remove a bunch of unreferenced files 2012-11-29 13:43:37 +01:00
nginx nginx: Update to 1.2.4 2012-10-09 14:20:44 -04:00
redstore Update Redstore 2011-08-17 22:22:06 +00:00
tomcat * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless 2012-01-18 20:16:00 +00:00
yaws Add yaws, an Erlang HTTP server 2013-02-20 22:34:55 +01:00