From a1e6c9b848d93d927d8bfa97627426a0b8636423 Mon Sep 17 00:00:00 2001 From: ilmari-lauhakangas Date: Thu, 19 Aug 2021 12:23:26 +0300 Subject: Correct relative path to xdg-open-brief.patch --- pkgs/applications/office/libreoffice/src-still/override.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/office/libreoffice/src-still/override.nix b/pkgs/applications/office/libreoffice/src-still/override.nix index 97435f9c6d427..e309e800f21eb 100644 --- a/pkgs/applications/office/libreoffice/src-still/override.nix +++ b/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"} -- cgit 1.4.1