Loading pkgs/tools/graphics/mangohud/default.nix +8 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , fetchFromGitLab , fetchFromGitHub , fetchurl , fetchpatch , substituteAll , coreutils , curl Loading Loading @@ -123,6 +124,13 @@ stdenv.mkDerivation (finalAttrs: { libdbus = dbus.lib; inherit hwdata; }) # Pull gcc-13 build fix for nissing <cstdint> (fetchpatch { name = "gcc-13.patch"; url = "https://github.com/flightlessmango/MangoHud/commit/3f8f036ee8773ae1af23dd0848b6ab487b5ac7de.patch"; hash = "sha256-qbNywAXAStGiVZ1LA5qZyNp4n28iNUuE4N69zXv2gmM="; }) ]; postPatch = '' Loading Loading
pkgs/tools/graphics/mangohud/default.nix +8 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , fetchFromGitLab , fetchFromGitHub , fetchurl , fetchpatch , substituteAll , coreutils , curl Loading Loading @@ -123,6 +124,13 @@ stdenv.mkDerivation (finalAttrs: { libdbus = dbus.lib; inherit hwdata; }) # Pull gcc-13 build fix for nissing <cstdint> (fetchpatch { name = "gcc-13.patch"; url = "https://github.com/flightlessmango/MangoHud/commit/3f8f036ee8773ae1af23dd0848b6ab487b5ac7de.patch"; hash = "sha256-qbNywAXAStGiVZ1LA5qZyNp4n28iNUuE4N69zXv2gmM="; }) ]; postPatch = '' Loading