mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
Merge pull request #309874 from jmpunkt/resp-app-fix-snappy
resp-app: fix broken build after snappy 1.2.0 upgrade
This commit is contained in:
commit
594bfa0a25
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user