discourse.mkDiscoursePlugin: remove phases
This commit is contained in:
parent
202f0e817f
commit
4f62b05137
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,8 @@ let
|
|||
in
|
||||
stdenv.mkDerivation (builtins.removeAttrs args [ "bundlerEnvArgs" ] // {
|
||||
pluginName = if name != null then name else "${pname}-${version}";
|
||||
phases = [ "unpackPhase" "installPhase" ];
|
||||
dontConfigure = true;
|
||||
dontBuild = true;
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
mkdir -p $out
|
||||
|
|
Loading…
Reference in a new issue