gst_all_1.gst-plugins-good: fix build for musl

This commit is contained in:
Alyssa Ross
2025-03-28 10:40:26 +01:00
parent 71c5d9d60c
commit 339008865b
@@ -1,5 +1,6 @@
{ lib, stdenv
, fetchurl
, fetchpatch
, replaceVars
, meson
, nasm
@@ -76,6 +77,13 @@ stdenv.mkDerivation (finalAttrs: {
(replaceVars ./souploader.diff {
nixLibSoup3Path = "${lib.getLib libsoup_3}/lib";
})
(fetchpatch {
name = "musl.patch";
url = "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/dd1fc2b7931f5789815e17dda2ef7c31b9fba563.patch";
stripLen = 2;
hash = "sha256-m2h1F6M2hzw3HxizmCyEEqkUQe0ccLWFBvgT2f+GjNE=";
})
];
strictDeps = true;