Apache httpd customization - extraDirectories & noUserDir .
svn path=/nixpkgs/trunk/; revision=8986
This commit is contained in:
parent
9e8cc9787e
commit
6251d4390c
@ -220,8 +220,10 @@ rec {
|
|||||||
# derivations, e.g., "... ${somePkg}/bin/foo ...".
|
# derivations, e.g., "... ${somePkg}/bin/foo ...".
|
||||||
writeText = name: text: runCommand name {inherit text;} "echo -n \"$text\" > $out";
|
writeText = name: text: runCommand name {inherit text;} "echo -n \"$text\" > $out";
|
||||||
|
|
||||||
|
stdenvNewSetupScript = overrideSetup stdenv ../stdenv/generic/setup-new.sh;
|
||||||
|
|
||||||
substituteAll = import ../build-support/substitute/substitute-all.nix {
|
substituteAll = import ../build-support/substitute/substitute-all.nix {
|
||||||
stdenv = overrideSetup stdenv ../stdenv/generic/setup-new.sh;
|
stdenv = stdenvNewSetupScript;
|
||||||
};
|
};
|
||||||
|
|
||||||
nukeReferences = import ../build-support/nuke-references/default.nix {
|
nukeReferences = import ../build-support/nuke-references/default.nix {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user