q4wine: 1.3.13 -> 1.4.2; fix build with cmake 4 (#454013)

This commit is contained in:
Aleksana
2025-11-08 08:11:34 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
{
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
View File
@@ -11218,7 +11218,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 { };