_90secondportraits: add patch for Love 11 support

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin
2025-10-01 19:28:47 +02:00
parent 0a38c9f514
commit 09274eb9df
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -3,6 +3,7 @@
stdenv,
fetchFromGitHub,
fetchurl,
fetchpatch2,
love,
makeWrapper,
makeDesktopItem,
@@ -44,6 +45,14 @@ stdenv.mkDerivation rec {
fetchSubmodules = true;
};
patches = [
(fetchpatch2 {
# Love 11 support
url = "https://github.com/SimonLarsen/90-Second-Portraits/commit/0ae7ba046f14cef9857fd6c05d9072455097441f.patch?full_index=true";
hash = "sha256-/C4gqzwHQqZCuTA/m6WX8mvTxmLxOcHRItVLA3bty3Y=";
})
];
nativeBuildInputs = [
makeWrapper
copyDesktopItems
+1 -1
View File
@@ -13461,7 +13461,7 @@ with pkgs;
### GAMES
_90secondportraits = callPackage ../games/90secondportraits { love = love_0_10; };
_90secondportraits = callPackage ../games/90secondportraits { };
inherit (callPackages ../games/fteqw { })
fteqw