remove distphase
This commit is contained in:
parent
c5f5938b69
commit
f8840f988b
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ akkoma-fe = mkYarnPackage rec {
|
||||||
'';
|
'';
|
||||||
buildPhase = "yarn build --offline";
|
buildPhase = "yarn build --offline";
|
||||||
installPhase = "cp -rv deps/pleroma_fe/dist $out";
|
installPhase = "cp -rv deps/pleroma_fe/dist $out";
|
||||||
|
distPhase = "true";
|
||||||
};
|
};
|
||||||
akkoma-admin-src = applyPatches {
|
akkoma-admin-src = applyPatches {
|
||||||
name = "akkoma-admin-fe-src-${inputs.akkoma-admin-fe.lastModifiedDate}";
|
name = "akkoma-admin-fe-src-${inputs.akkoma-admin-fe.lastModifiedDate}";
|
||||||
|
|
Reference in a new issue