Update quarkus to version 3.30.2

* Also adds a bunch of old things I don't remember writing
This commit is contained in:
2025-12-06 15:32:40 +01:00
parent afb1be9793
commit b50ceff57e
9 changed files with 213 additions and 44 deletions

View File

@@ -18,7 +18,9 @@ stdenv.mkDerivation rec {
'';
postFixup = ''
wrapProgram $out/bin/lalafin --prefix PATH : ${pkgs.imagemagick}/bin
wrapProgram $out/bin/lalafin \
--prefix PATH : ${pkgs.imagemagick}/bin \
--prefix LD_LIBRARY_PATH : ${pkgs.stdenv.cc.cc.lib}/lib
'';
meta = with lib; {