Unverified Commit 9097f841 authored by Rexiel Scarlet's avatar Rexiel Scarlet
Browse files

q4wine: 1.3.13 -> 1.4.2; fix build with cmake 4

parent 5e2a59a5
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
{
  lib,
  fetchFromGitHub,
  mkDerivation,
  stdenv,
  cmake,
  sqlite,
  qtbase,
@@ -15,15 +15,15 @@
  which, # runtime deps.
}:

mkDerivation rec {
stdenv.mkDerivation rec {
  pname = "q4wine";
  version = "1.3.13";
  version = "1.4.2";

  src = fetchFromGitHub {
    owner = "brezerk";
    repo = "q4wine";
    rev = "v${version}";
    sha256 = "04gw5y3dxdpivm2xqacqq85fdzx7xkl0c3h3hdazljb0c3cxxs6h";
    sha256 = "sha256-5rj+EDsOZib78gWT003a4IN23cZQftnhVggIdLN6f7I=";
  };

  buildInputs = [
+1 −1
Original line number Diff line number Diff line
@@ -11354,7 +11354,7 @@ with pkgs;
  graphicsmagick_q16 = graphicsmagick.override { quantumdepth = 16; };
  graphicsmagick-imagemagick-compat = graphicsmagick.imagemagick-compat;

  q4wine = libsForQt5.callPackage ../applications/misc/q4wine { };
  q4wine = kdePackages.callPackage ../applications/misc/q4wine { };

  googleearth-pro = libsForQt5.callPackage ../applications/misc/googleearth-pro { };