Let's keep kde-open5
This commit is contained in:
parent
cc00012c97
commit
f3c17463a1
1 changed files with 3 additions and 0 deletions
|
@ -90,6 +90,9 @@ in (mkDrv rec {
|
||||||
libs = list:
|
libs = list:
|
||||||
lib.concatMapStringsSep " " (e: "-L${lib.getLib e}/lib") list;
|
lib.concatMapStringsSep " " (e: "-L${lib.getLib e}/lib") list;
|
||||||
in ''
|
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',
|
# configure checks for header 'gpgme++/gpgmepp_version.h',
|
||||||
# and if it is found (no matter where) uses a hardcoded path
|
# and if it is found (no matter where) uses a hardcoded path
|
||||||
# in what presumably is an effort to make it possible to write
|
# in what presumably is an effort to make it possible to write
|
||||||
|
|
Loading…
Reference in a new issue