mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
Correct relative path to xdg-open-brief.patch
This commit is contained in:
parent
68e256c0ce
commit
a1e6c9b848
@ -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…
Reference in New Issue
Block a user