Unverified Commit 66f99272 authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #262281 from K900/lutris-0.5.14

lutris: 0.5.13 -> 0.5.14
parents 998720bf e27d402e
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
{ buildPythonApplication
, lib
, fetchFromGitHub
, fetchpatch

  # build inputs
, atk
@@ -75,15 +76,24 @@ let
in
buildPythonApplication rec {
  pname = "lutris-unwrapped";
  version = "0.5.13";
  version = "0.5.14";

  src = fetchFromGitHub {
    owner = "lutris";
    repo = "lutris";
    rev = "v${version}";
    hash = "sha256-ectrfbIkPhIqfhkavDpBCNdLPnGQhCnfFYwTf2IxB50=";
    hash = "sha256-h7oHFVqMJU1HuuUgh5oKXxr9uaIPHz7Q4gf8ONLzric=";
  };

  # Backport patch to fix a failing test
  # FIXME: remove in next release
  patches = [
    (fetchpatch {
      url = "https://github.com/lutris/lutris/commit/1f1d554df3b38da64fc65557ad619e55e050641e.patch";
      hash = "sha256-kVK1RX6T1ijffWVU7VEt2fR62QpvI6VZebiKPgEE/N8=";
    })
  ];

  nativeBuildInputs = [ wrapGAppsHook gobject-introspection ];
  buildInputs = [
    atk