Skip to content

Commit 8e25f06

Browse files
authored
dotherside: fix build with cmake4 (#475622)
2 parents 5ce67da + d4f6eb0 commit 8e25f06

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pkgs/by-name/do/dotherside/package.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
fetchFromGitHub,
55
cmake,
66
libsForQt5,
7+
fetchpatch,
78
}:
89

910
stdenv.mkDerivation (finalAttrs: {
@@ -22,6 +23,14 @@ stdenv.mkDerivation (finalAttrs: {
2223
hash = "sha256-o6RMjJz9vtfCsm+F9UYIiYPEaQn+6EU5jOTLhNHCwo4=";
2324
};
2425

26+
patches = [
27+
(fetchpatch {
28+
name = "bump-minimal-cmake-required-version.patch";
29+
url = "https://github.com/filcuc/dotherside/commit/56cb910b368ad0f8ef1f18ef52d46ab8136ca5d6.patch?full_index=1";
30+
hash = "sha256-xPMfSbTI8HWK6UYYFPATsz29lKbunm43JnaageTBZeY=";
31+
})
32+
];
33+
2534
buildInputs = [
2635
libsForQt5.qtbase
2736
libsForQt5.qtquickcontrols2

0 commit comments

Comments
 (0)