pkgs/development/interpreters: stdenv.lib -> lib
This commit is contained in:
@@ -269,7 +269,7 @@ let
|
||||
inherit ztsSupport;
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
description = "An HTML-embedded scripting language";
|
||||
homepage = "https://www.php.net/";
|
||||
license = licenses.php301;
|
||||
|
||||
Reference in New Issue
Block a user