libreoffice: xdg-open-brief.patch not needed for 7.2

launchpad/nixpkgs/master
ilmari-lauhakangas 3 years ago committed by GitHub
parent de5b6e117d
commit 4b5182477c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      pkgs/applications/office/libreoffice/src-still/override.nix

@ -7,4 +7,9 @@ attrs:
configureFlags = attrs.configureFlags ++ [
(lib.enableFeature kdeIntegration "kf5")
];
patches = attrs.patches ++ [ ./xdg-open-brief.patch ];
postPatch = attrs.postPatch + ''
substituteInPlace shell/source/unix/exec/shellexec.cxx \
--replace /usr/bin/xdg-open ${if kdeIntegration then "kde-open5" else "xdg-open"}
'';
}

Loading…
Cancel
Save