Skip to content

Commit

Permalink
Update pkgs/by-name/de/deltatouch/package.nix
Browse files Browse the repository at this point in the history
Co-authored-by: Cosima Neidahl <opna2608@protonmail.com>
  • Loading branch information
link2xt and OPNA2608 committed Apr 10, 2024
1 parent 163505a commit 6eba76c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/by-name/de/deltatouch/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ stdenv.mkDerivation (finalAttrs: {
substituteInPlace plugins/DeltaHandler/CMakeLists.txt plugins/DTWebEngineProfile/CMakeLists.txt \
--replace-fail 'set(QT_IMPORTS_DIR "/lib/''${ARCH_TRIPLET}")' 'set(QT_IMPORTS_DIR "${placeholder "out"}/${qt5.qtbase.qtQmlPrefix}")'
substituteInPlace po/CMakeLists.txt \
--replace-fail 'INSTALL_DIR ''${CMAKE_INSTALL_LOCALEDIR}/share/locale' 'INSTALL_DIR ''${CMAKE_INSTALL_LOCALEDIR}'
# Fix import of library dependencies
substituteInPlace plugins/DeltaHandler/CMakeLists.txt \
--replace-fail 'IMPORTED_LOCATION "''${CMAKE_CURRENT_BINARY_DIR}/libdeltachat.so"' 'IMPORTED_LOCATION "${lib.getLib libdeltachat}/lib/libdeltachat.so"' \
Expand Down

0 comments on commit 6eba76c

Please sign in to comment.