fix plugin build for wordpress plugins #93
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ in
|
|||
unpackPhase = ''
|
||||
unzip $src
|
||||
'';
|
||||
installPhase = "mkdir -p $out; cp -R * $out/";
|
||||
installPhase = "mkdir -p $out; cp -R $pname/* $out/";
|
||||
meta = {inherit (source) description;};
|
||||
passthru.updateScript =
|
||||
if name == "activitypub"
|
||||
|
|
Reference in a new issue