fix plugin build for wordpress plugins #93
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
stdenv,
|
||||
fetchurl,
|
||||
lib,
|
||||
unzip
|
||||
unzip,
|
||||
}:
|
||||
with builtins;
|
||||
with lib; let
|
||||
|
|
Reference in a new issue