mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Apache httpd customization - extraDirectories & noUserDir .
svn path=/nixpkgs/trunk/; revision=8986
This commit is contained in:
parent
9e8cc9787e
commit
6251d4390c
1 changed files with 3 additions and 1 deletions
|
@ -220,8 +220,10 @@ rec {
|
|||
# derivations, e.g., "... ${somePkg}/bin/foo ...".
|
||||
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 {
|
||||
stdenv = overrideSetup stdenv ../stdenv/generic/setup-new.sh;
|
||||
stdenv = stdenvNewSetupScript;
|
||||
};
|
||||
|
||||
nukeReferences = import ../build-support/nuke-references/default.nix {
|
||||
|
|
Loading…
Reference in a new issue