Loading pkgs/development/libraries/silgraphite/graphite2.nix +9 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, llvmPackages, fetchpatch, fetchurl, pkg-config, freetype, Loading Loading @@ -39,7 +40,14 @@ stdenv.mkDerivation (finalAttrs: { } ); patches = lib.optionals stdenv.hostPlatform.isDarwin [ ./macosx.patch ]; patches = [ # Fix build with gcc15 (fetchpatch { url = "https://src.fedoraproject.org/rpms/graphite2/raw/deba28323b0a3b7a3dcfd06df1efc2195b102ed7/f/graphite2-1.3.14-gcc15.patch"; hash = "sha256-vkkGkHkcsj1mD3OHCHLWWgpcmFDv8leC4YQm+TsbIUw="; }) ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ ./macosx.patch ]; postPatch = '' # disable broken 'nametabletest' test, fails on gcc-13: # https://github.com/silnrsi/graphite/pull/74 Loading Loading
pkgs/development/libraries/silgraphite/graphite2.nix +9 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, llvmPackages, fetchpatch, fetchurl, pkg-config, freetype, Loading Loading @@ -39,7 +40,14 @@ stdenv.mkDerivation (finalAttrs: { } ); patches = lib.optionals stdenv.hostPlatform.isDarwin [ ./macosx.patch ]; patches = [ # Fix build with gcc15 (fetchpatch { url = "https://src.fedoraproject.org/rpms/graphite2/raw/deba28323b0a3b7a3dcfd06df1efc2195b102ed7/f/graphite2-1.3.14-gcc15.patch"; hash = "sha256-vkkGkHkcsj1mD3OHCHLWWgpcmFDv8leC4YQm+TsbIUw="; }) ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ ./macosx.patch ]; postPatch = '' # disable broken 'nametabletest' test, fails on gcc-13: # https://github.com/silnrsi/graphite/pull/74 Loading