discourse.mkDiscoursePlugin: remove phases
(cherry picked from commit 4f62b051375b0fdaa01ba37e915cfaaa7de40d80)
This commit is contained in:
parent
8b8ccc0fd8
commit
c193cf6ed9
@ -65,7 +65,8 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation (builtins.removeAttrs args [ "bundlerEnvArgs" ] // {
|
stdenv.mkDerivation (builtins.removeAttrs args [ "bundlerEnvArgs" ] // {
|
||||||
pluginName = if name != null then name else "${pname}-${version}";
|
pluginName = if name != null then name else "${pname}-${version}";
|
||||||
phases = [ "unpackPhase" "installPhase" ];
|
dontConfigure = true;
|
||||||
|
dontBuild = true;
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
|
Loading…
x
Reference in New Issue
Block a user