_90secondportraits: add patch for Love 11 support
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -13461,7 +13461,7 @@ with pkgs;
|
||||
|
||||
### GAMES
|
||||
|
||||
_90secondportraits = callPackage ../games/90secondportraits { love = love_0_10; };
|
||||
_90secondportraits = callPackage ../games/90secondportraits { };
|
||||
|
||||
inherit (callPackages ../games/fteqw { })
|
||||
fteqw
|
||||
|
||||
Reference in New Issue
Block a user