File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
pkgs/applications/emulators/punes Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,20 @@ stdenv.mkDerivation (finalAttrs: {
3131
3232 patches = [
3333 # Fix FTBFS with Qt 6.7.1
34- # Remove when https://github.com/punesemu/puNES/pull/403 merged & in release
34+ # Remove when version > 0.111
3535 ( fetchpatch {
3636 name = "0001-punes-Fix-compatibility-with-Qt-6.7.1.patch" ;
37- url = "https://github.com/punesemu/puNES/commit/78c72d2dfcd570e7463a78da10904cebae6127f5 .patch" ;
37+ url = "https://github.com/punesemu/puNES/commit/6e51b1a6107ad3de97edd40ae4ec2d41b32d804f .patch" ;
3838 hash = "sha256-xRalKIOb1qWgqJsFLcm7uUOblEfHDYbkukmcr4/+4Qc=" ;
3939 } )
40+
41+ # Fix FTBFS with Qt 6.9
42+ # Remove when version > 0.111
43+ ( fetchpatch {
44+ name = "0002-punes-Updated-code-for-Qt-6.9.0-compatibility.patch" ;
45+ url = "https://github.com/punesemu/puNES/commit/ff906e0a79eeac9a2d16783e0accf65748bb275e.patch" ;
46+ hash = "sha256-+s7AdaUBgCseQs6Mxat/cDmQ77s6K6J0fUfyihP82jM=" ;
47+ } )
4048 ] ;
4149
4250 nativeBuildInputs = [
You can’t perform that action at this time.
0 commit comments