discourse: Add update-plugins action to update.py
(cherry picked from commit 3300282db3f8711a5ed5a5f627c4ddfb83168e3b)
This commit is contained in:
committed by
github-actions[bot]
parent
d57e97faef
commit
23cdb918f0
@@ -64,7 +64,6 @@ let
|
||||
});
|
||||
in
|
||||
stdenv.mkDerivation (builtins.removeAttrs args [ "bundlerEnvArgs" ] // {
|
||||
inherit name pname version src meta;
|
||||
pluginName = if name != null then name else "${pname}-${version}";
|
||||
phases = [ "unpackPhase" "installPhase" ];
|
||||
installPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user