mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
nixos/httpd: remove unnecessary override
This was introduced in c801cd1a04
but it no longer seems necessary.
This commit is contained in:
parent
23a6903bb7
commit
4816b426a0
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ let
|
|||
|
||||
httpdConf = cfg.configFile;
|
||||
|
||||
php = cfg.phpPackage.override { apacheHttpd = pkg.dev; /* otherwise it only gets .out */ };
|
||||
php = cfg.phpPackage.override { apacheHttpd = pkg; };
|
||||
|
||||
phpMajorVersion = lib.versions.major (lib.getVersion php);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue