Skip to content

Commit

Permalink
Merge pull request #309874 from jmpunkt/resp-app-fix-snappy
Browse files Browse the repository at this point in the history
resp-app: fix broken build after snappy 1.2.0 upgrade
  • Loading branch information
wegank authored May 8, 2024
2 parents 24cd5fd + 2a6e5f8 commit 594bfa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/misc/resp-app/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ mkDerivation rec {
--replace '/opt/resp_app' "${placeholder "out"}" \
--replace 'target.path = $$LINUX_INSTALL_PATH' 'target.path = $$LINUX_INSTALL_PATH/bin' \
--replace '/usr/' "$out/"
rm -r 3rdparty/snappy
'';

qmakeFlags = [
Expand Down

0 comments on commit 594bfa0

Please sign in to comment.