about summary refs log tree commit diff
diff options
context:
space:
mode:
authorilmari-lauhakangas <ilmari-lauhakangas@users.noreply.github.com>2021-08-19 12:23:26 +0300
committerGitHub <noreply@github.com>2021-08-19 12:23:26 +0300
commita1e6c9b848d93d927d8bfa97627426a0b8636423 (patch)
tree8b189ceb05fb81a10d190428c94b443ee95f21df
parent68e256c0cee465ed12bf0168f6068dcc6c9a363e (diff)
Correct relative path to xdg-open-brief.patch
-rw-r--r--pkgs/applications/office/libreoffice/src-still/override.nix2
1 files changed, 1 insertions, 1 deletions
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"}