discourse.mkDiscoursePlugin: remove phases

(cherry picked from commit 4f62b051375b0fdaa01ba37e915cfaaa7de40d80)
This commit is contained in:
Felix Buehler 2021-07-22 18:06:55 +02:00 committed by talyz
parent 8b8ccc0fd8
commit c193cf6ed9
No known key found for this signature in database
GPG Key ID: 2DED2151F4671A2B

View File

@ -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