kdePackages.kdenlive: add workaround for broken shaderc pc file (#486634)

This commit is contained in:
K900
2026-02-03 18:45:42 +00:00
committed by GitHub
+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