summary refs log tree commit diff
path: root/pkgs/servers
Commit message (Collapse)AuthorAge
* Merge branch 'master' into stdenv-updates.Peter Simons2013-01-11
|\
| * samba, imagemagick: Add missing meta infoEelco Dolstra2013-01-06
| |
* | Merge branch 'master' into stdenv-updates.Peter Simons2013-01-04
|\|
| * vsftpd: fixing build in x86_64/i686Lluís Batlle i Rossell2013-01-03
| | | | | | | | It was building fine in the sheevaplug though.
| * vsftpd: update to 3.0.2Lluis Batlle2012-12-29
| | | | | | | | And updated url. The old didn't work.
* | Merge remote-tracking branch 'eelco/master' into stdenv-updatesLluís Batlle i Rossell2012-12-28
|\| | | | | | | | | | | | | Conflicts: pkgs/development/compilers/gcc/4.7/default.nix Trivial solution.
| * Merge pull request #212 from washort/redisMichael Raskin2012-12-27
| |\ | | | | | | add missing patch for redis on OSX
| | * add missing patch for redis on OSXAllen Short2012-12-10
| | |
| * | postgresql: Add version 9.2Eelco Dolstra2012-12-19
| | |
* | | Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
|/ / | | | | | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* | xinit: Fix logpath and dependencies for startx.aszlig2012-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems that (almost?) all NixOS users start X using the services module, because startx seems to be broken for quite some while. And it hit me while getting to NixOS for the first time as well, so I then decided to just use the service module. As I'm working with multiple X servers, writing wrappers in ~/nixpkgs/config.nix became tedious and so I decided to fix it, hopefully without breaking anything. The fix consists of: * Provide a default location for the Xorg log (~/.xorg.log - hope that's okay) * Expose xauth through xinit to ensure purity and "unexpected behaviour", also known as "simply not working", because xauth isn't in the user's environment. * Actually provide the X binary so it doesn't have to be passed to startx every time. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | postgresql: Update to latest versionsEelco Dolstra2012-12-11
| |
* | Comment out reference to nonexistent patch so that Hydra doesn't fail at ↵Michael Raskin2012-12-08
| | | | | | | | evaluation
* | Merge pull request #207 from washort/mysql55aszlig2012-12-07
|\ \ | |/ |/| | | And sorry to @washort for bugging him too much with the syntax.
| * better syntax thanks to aszligAllen Short2012-12-07
| |
| * only depend on perl on OSXAllen Short2012-12-07
| |
| * fixes for mysql on OSX 10.8Allen Short2012-12-05
| |
* | fixes for redis on OSXAllen Short2012-12-07
| |
* | 4store: fix buildMichael Raskin2012-12-04
| |
* | Update CouchDBMichael Raskin2012-12-04
| |
* | Update 4storeMichael Raskin2012-12-04
| |
* | Add zabbix 2.0.3Rob Vermaas2012-12-02
| |
* | Update memcached to 1.4.15Rob Vermaas2012-12-01
| |
* | Remove duplicate tcp-wrappers packageEelco Dolstra2012-11-29
| |
* | Remove support for the obsolete powerpc-darwin and i686-darwin platformsEelco Dolstra2012-11-29
| |
* | Remove a bunch of unreferenced filesEelco Dolstra2012-11-29
|/ | | | Plus a small number of obsolete packages (like old versions of qemu).
* Merge pull request #153 from jcumming/icecastMichael Raskin2012-11-21
|\ | | | | - icecast-2.3.3, libshout-2.3.1
| * shoutcast support for mpdJack Cummings2012-10-24
| |
| * - icecast-2.3.3, libshout-2.3.1Jack Cummings2012-10-14
| |
* | xf86 video openchrome: fixing the build, changing overrides.Lluís Batlle i Rossell2012-11-18
| |
* | Fix xf86-video-sisAlexander Foremny2012-11-18
| |
* | update pulseaudio to 2.1David Guibert2012-11-15
| | | | | | | | | | Systemd support has also been added because pulseaudio needs it to be useable with the systemd branch of nixos.
* | Fix unneeded /bin/sh referenceMichael Raskin2012-11-10
| |
* | zabbix: Update to 1.8.15Eelco Dolstra2012-10-26
| |
* | Rolled back xf86-video-ati to 6.14.4.James Cook2012-10-26
| | | | | | | | | | | | | | 6.14.6 requires a newer version of libdrm, which in turn requires a newer version of mesa. I cheated and edited the generated default.nix file instead of re-generating it, since generate-expr-from-tarballs.pl complained of a collision between two tarballs providing different versions of xorg-server.
* | Fix xwd buildMichael Raskin2012-10-19
| |
* | Update TigerVNC to SVN checkout that at least builds..Michael Raskin2012-10-18
| |
* | Merge remote-tracking branch 'origin/master' into x-updatesEelco Dolstra2012-10-17
|\ \
| * | apache-httpd/2.4: Add modules for NixOS service.aszlig2012-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The NixOS service module loads those modules by default. So we need to build them here as well. I'm not really sure why these modules are included by default, because (except from maybe CGI) they obviously are only usable in very rare cases. Am I wrong? Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | apache-httpd/2.4: Fix libxml2 support.aszlig2012-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | The reason because the configure script is unnable to find libxml2 is because it is searching for a header file in `libxml/*.h`. Obviously this cases an error, because it's actually in `${libxml2}/include/libxml2/libxml/*.h`, so let's add the parent directory to --with-libxml2 and remove the comment from buildInputs. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | Update Squid 3.2 to the latest 3.2.2 versionMichael Raskin2012-10-17
| | |
| * | Updating BIND to freshest version 9.9.2Michael Raskin2012-10-17
| |/
* | Fix font-cursor-misc buildEelco Dolstra2012-10-15
| |
* | pkgs/servers/x11/xorg/overrides.nix: correctly patch path to mkfontscale ↵Peter Simons2012-10-15
| | | | | | | | into mkfontdir wrapper script
* | xf86-video-intel: Update to 2.20.10Eelco Dolstra2012-10-15
| |
* | Fix font-schumacher-misc buildEelco Dolstra2012-10-15
| | | | | | | | http://hydra.nixos.org/build/3157818
* | pkgs/servers/x11/xorg/overrides.nix: xinput needs libXrender to buildPeter Simons2012-10-14
| |
* | Merge branch 'master' into x-updates.Peter Simons2012-10-12
|\|
| * samba: fix cross-compilationLudovic Courtès2012-10-11
| |
* | Merge branch 'master' into x-updatesPeter Simons2012-10-10
|\|