Unverified Commit 3b8d817d authored by Marcin Serwin's avatar Marcin Serwin
Browse files

duckmarines: add love 11 support patch



Signed-off-by: default avatarMarcin Serwin <marcin@serwin.dev>
parent 59036bfd
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -37,6 +37,11 @@ stdenv.mkDerivation rec {
    hash = "sha256-0WzqYbK18IL8VY7NsVONwJCI5+me5SPulfkkLCifLvY=";
  };

  patches = [
    # https://github.com/SimonLarsen/duckmarines/pull/18
    ./love-11-support.patch
  ];

  nativeBuildInputs = [
    makeWrapper
    strip-nondeterminism
+842 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -12678,7 +12678,7 @@ with pkgs;

  ddnet-server = ddnet.override { buildClient = false; };

  duckmarines = callPackage ../games/duckmarines { love = love_0_10; };
  duckmarines = callPackage ../games/duckmarines { };

  dwarf-fortress-packages = recurseIntoAttrs (callPackage ../games/dwarf-fortress { });