bazaar: fix running executable directly (#501033)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-19 16:29:04 +00:00
committed by GitHub
+7
View File
@@ -66,6 +66,13 @@ stdenv.mkDerivation (finalAttrs: {
libsecret
];
# bazaar needs bazaar-dl-worker in path
preFixup = ''
gappsWrapperArgs+=(
--prefix PATH : $out/bin
)
'';
passthru = {
updateScript = nix-update-script { };
};