Commit e6994e19 authored by Kamil Monicz's avatar Kamil Monicz Committed by Masum Reza
Browse files

warp-terminal: Link missing libfontconfig to fix font discovery

parent 77909320
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -82,6 +82,14 @@ let
    + ''
      runHook postInstall
    '';

    postFixup = ''
      # Link missing libfontconfig to fix font discovery
      # https://github.com/warpdotdev/Warp/issues/5793
      patchelf \
        --add-needed libfontconfig.so.1 \
        $out/opt/warpdotdev/warp-terminal/warp
    '';
  });

  darwin = stdenvNoCC.mkDerivation (finalAttrs: {