nextcloud-client: place vfs plugins in correct directory

main
Sandro Jäckel 2 years ago
parent e532f3ecf4
commit 3bc98d3bc1
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 7
      pkgs/applications/networking/nextcloud-client/default.nix

@ -41,6 +41,13 @@ mkDerivation rec {
./0001-When-creating-the-autostart-entry-do-not-use-an-abso.patch
];
postPatch = ''
for file in src/libsync/vfs/*/CMakeLists.txt; do
substituteInPlace $file \
--replace "PLUGINDIR" "KDE_INSTALL_PLUGINDIR"
done
'';
nativeBuildInputs = [
pkg-config
cmake

Loading…
Cancel
Save