Skip to content

Commit

Permalink
firefly-iii: fixes creation of vendor directory so that package works…
Browse files Browse the repository at this point in the history
… properly
  • Loading branch information
savyajha committed Sep 17, 2024
1 parent 7d868a7 commit d6b3c6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/by-name/fi/firefly-iii/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
updateScript = nix-update-script { };
};

env.COMPOSER_MIRROR_PATH_REPOS = "1";

postInstall = ''
mv $out/share/php/firefly-iii/* $out/
rm -R $out/share $out/storage $out/bootstrap/cache $out/node_modules
Expand Down

0 comments on commit d6b3c6e

Please sign in to comment.