From 15e9f0f6c271ec12ca9e704f00ff2b3f8718f4d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 31 May 2026 13:25:52 -0700 Subject: [PATCH] babl: remove -Drelocatable-bundle=no --- pkgs/by-name/ba/babl/package.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/by-name/ba/babl/package.nix b/pkgs/by-name/ba/babl/package.nix index 75fe2176ff4c..1e44a08ce840 100644 --- a/pkgs/by-name/ba/babl/package.nix +++ b/pkgs/by-name/ba/babl/package.nix @@ -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.