babl: remove -Drelocatable-bundle=no

This commit is contained in:
Robert Schütz
2026-05-31 13:25:52 -07:00
parent 09b3335ed4
commit 15e9f0f6c2
-3
View File
@@ -46,9 +46,6 @@ stdenv.mkDerivation (finalAttrs: {
mesonFlags = [
"-Dprefix-dev=${placeholder "dev"}"
# On Linux, this would be disabled by default but we have -Dauto_features=enabled.
# Disable it on other platforms too, since I cannot test it there.
"-Drelocatable-bundle=no"
]
++ lib.optionals (stdenv.buildPlatform != stdenv.hostPlatform) [
# Docs are opt-out in native but opt-in in cross builds.