nixos/httpd: remove unnecessary override
This was introduced in https://github.com/NixOS/nixpkgs/commit/c801cd1a047efa51055fd04698e316ddd503fd1b but it no longer seems necessary.
This commit is contained in:
@@ -12,7 +12,7 @@ let
|
|||||||
|
|
||||||
httpdConf = cfg.configFile;
|
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);
|
phpMajorVersion = lib.versions.major (lib.getVersion php);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user