summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video/pitivi
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-04-05 12:51:04 +0800
committerBobby Rong <rjl931189261@126.com>2022-04-05 12:51:04 +0800
commit7f00e7a8f1fbd5e269f46ccae8b095647d7398d0 (patch)
tree407d2bdab029a743c745e436af635f57d90107a6 /pkgs/applications/video/pitivi
parentee834e2efdc91c935ec0999969e6395fbf819b02 (diff)
pitivi: fix build with meson 0.61
Diffstat (limited to 'pkgs/applications/video/pitivi')
-rw-r--r--pkgs/applications/video/pitivi/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/applications/video/pitivi/default.nix b/pkgs/applications/video/pitivi/default.nix
index 7ae463b98730..1b97fa9b7c66 100644
--- a/pkgs/applications/video/pitivi/default.nix
+++ b/pkgs/applications/video/pitivi/default.nix
@@ -1,5 +1,6 @@
{ lib
, fetchurl
+, fetchpatch
, pkg-config
, gettext
, itstool
@@ -36,6 +37,13 @@ python3Packages.buildPythonApplication rec {
# and saves them to the generated binary. This would make the build-time
# dependencies part of the closure so we remove it.
./prevent-closure-contamination.patch
+
+ # Fix build with meson 0.61
+ # https://gitlab.gnome.org/GNOME/pitivi/-/merge_requests/414
+ (fetchpatch {
+ url = "https://gitlab.gnome.org/GNOME/pitivi/-/commit/ddf2369d1fc6fddd63f676cc905a8b8e96291a4c.patch";
+ sha256 = "MC4naGnqhrYlFBFHZaSzbOzrqaNK5/Xv5jBmCu0fLQE=";
+ })
];
nativeBuildInputs = [