Unverified Commit bbda98b4 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

bazaar: fix running executable directly (#501033)

parents faaea98b 6c138fc9
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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 { };
  };