Correct relative path to xdg-open-brief.patch

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

@ -7,7 +7,7 @@ attrs:
configureFlags = attrs.configureFlags ++ [
(lib.enableFeature kdeIntegration "kf5")
];
patches = [ ./xdg-open-brief.patch ];
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