Author: simons
Date: Sun Feb 19 21:36:34 2012
New Revision: 32407
URL: https://nixos.org/websvn/nix/?rev=32407&sc=1
Log:
nginx: moved from sbin to bin, because it's useful for normal users too
Committed on behalf of Mathijs Kwik.
Modified:
nixpkgs/trunk/pkgs/servers/http/nginx/default.nix
Modified: nixpkgs/trunk/pkgs/servers/http/nginx/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/servers/http/nginx/default.nix Sun Feb 19 17:54:37
2012 (r32406)
+++ nixpkgs/trunk/pkgs/servers/http/nginx/default.nix Sun Feb 19 21:36:34
2012 (r32407)
@@ -22,6 +22,10 @@
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE
-I${libxml2}/include/libxml2"
'';
+ postInstall = ''
+ mv $out/sbin $out/bin
+ '';
+
meta = {
description = "nginx - 'engine x' - reverse proxy and lightweight
webserver";
maintainers = [
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits