kdePackages.kdenlive: add workaround for broken shaderc pc file

Fixes: https://github.com/NixOS/nixpkgs/issues/483540
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin
2026-02-03 19:18:14 +01:00
parent 4ea50a5e09
commit e848373e2c
+4
View File
@@ -16,6 +16,7 @@
kio-extras,
opentimelineio,
frei0r,
shaderc,
}:
mkKdeDerivation {
pname = "kdenlive";
@@ -31,6 +32,9 @@ mkKdeDerivation {
"-DFETCH_OTIO=0"
];
# Workaround until https://github.com/NixOS/nixpkgs/pull/480475 hits master
NIX_LDFLAGS = [ "-L${shaderc.lib}/lib -lshaderc_shared" ];
extraNativeBuildInputs = [
pkg-config
shared-mime-info