Unverified Commit 525df0e5 authored by Markus Kowalewski's avatar Markus Kowalewski Committed by GitHub
Browse files

welle-io: fix build with cmake (#452200)

parents f8746c85 cad80497
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  stdenv,
  fetchFromGitHub,
  fetchpatch,
  cmake,
  pkg-config,
  wrapQtAppsHook,
@@ -32,6 +33,15 @@ stdenv.mkDerivation (finalAttrs: {
    hash = "sha256-+xjwvxFrv++XF6Uhm/ZwkseuToz3LtqCfTD18GiwNyw=";
  };

  patches = [
    # https://github.com/AlbrechtL/welle.io/pull/853
    (fetchpatch {
      name = "cmake3_16.patch";
      url = "https://github.com/AlbrechtL/welle.io/commit/c7581c251b5fe2408b45365e0f2c5efc7f01fd19.patch";
      hash = "sha256-e282lwCstwsRFGCtFT39CBn1jTvkA9bxa5t6Nk8mc98=";
    })
  ];

  nativeBuildInputs = [
    cmake
    pkg-config