libgaminggear: fix build with new cmake version

This commit is contained in:
Lee Bousfield
2025-11-15 16:17:30 -07:00
parent 1d4c88323a
commit d965790579

View File

@@ -1,6 +1,7 @@
{
lib,
stdenv,
fetchpatch2,
fetchurl,
cmake,
pkg-config,
@@ -23,6 +24,13 @@ stdenv.mkDerivation rec {
sha256 = "0jf5i1iv8j842imgiixbhwcr6qcwa93m27lzr6gb01ri5v35kggz";
};
patches = [
(fetchpatch2 {
url = "https://aur.archlinux.org/cgit/aur.git/plain/cmake_min_version.patch?h=libgaminggear&id=bfe7db62db76dbcefa8ba47640a35c80183f91d3";
hash = "sha256-loznfqxlucYlDUSYotMdUBmivKu+DD+OYhRIWpcrSgE=";
})
];
outputs = [
"dev"
"out"