We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ce67da + d4f6eb0 commit 8e25f06Copy full SHA for 8e25f06
pkgs/by-name/do/dotherside/package.nix
@@ -4,6 +4,7 @@
4
fetchFromGitHub,
5
cmake,
6
libsForQt5,
7
+ fetchpatch,
8
}:
9
10
stdenv.mkDerivation (finalAttrs: {
@@ -22,6 +23,14 @@ stdenv.mkDerivation (finalAttrs: {
22
23
hash = "sha256-o6RMjJz9vtfCsm+F9UYIiYPEaQn+6EU5jOTLhNHCwo4=";
24
};
25
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
+
34
buildInputs = [
35
libsForQt5.qtbase
36
libsForQt5.qtquickcontrols2
0 commit comments