Let's keep kde-open5

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

@ -90,6 +90,9 @@ in (mkDrv rec {
libs = list:
lib.concatMapStringsSep " " (e: "-L${lib.getLib e}/lib") list;
in ''
substituteInPlace shell/source/unix/exec/shellexec.cxx \
--replace /usr/bin/xdg-open ${if kdeIntegration then "kde-open5" else "xdg-open"}
# configure checks for header 'gpgme++/gpgmepp_version.h',
# and if it is found (no matter where) uses a hardcoded path
# in what presumably is an effort to make it possible to write

Loading…
Cancel
Save