Unverified Commit 2e89670a authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #226829 from SuperSamus/bottle-backport

parents 8e817025 a6338cda
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
{ lib
, fetchFromGitHub
, fetchFromGitLab
, fetchpatch
, gitUpdater
, python3Packages
, blueprint-compiler
@@ -38,7 +38,15 @@ python3Packages.buildPythonApplication rec {
    sha256 = "sha256-8VF/CD0Wu2eV6wOpj/M6peKDthFWlcg+1NzzTSIH4S8=";
  };

  patches = [ ./vulkan_icd.patch ];
  patches = [
    ./vulkan_icd.patch

    # Remove next version
    (fetchpatch {
      url = "https://github.com/bottlesdevs/Bottles/commit/7cb284f9bac0b71bf632bfc70d94f7a53bc51267.patch";
      hash = "sha256-mRF+BtQ0qM7Yvx7SONeH2wc04F87fEyNRlBuyQrzN8Y=";
    })
  ];

  # https://github.com/bottlesdevs/Bottles/wiki/Packaging
  nativeBuildInputs = [