diff options
author | 2022-04-08 21:48:26 +0530 | |
---|---|---|
committer | 2022-04-08 21:48:26 +0530 | |
commit | 4a88bfb96ff405a999073cc15d9180462b9f2734 (patch) | |
tree | fb39a7f2e9b26a9c7b6e689a942c12e3930c1b00 | |
parent | bd40652ff1cc22e9a8cc235b1472a713b7743d68 (diff) | |
download | whatsie-4a88bfb96ff405a999073cc15d9180462b9f2734.tar.gz whatsie-4a88bfb96ff405a999073cc15d9180462b9f2734.zip |
Revert "fix build"
This reverts commit bd40652ff1cc22e9a8cc235b1472a713b7743d68.
-rw-r--r-- | snap/snapcraft.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 1a8c3be..ef7919e 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -80,6 +80,7 @@ parts: source: https://github.com/keshavbhatt/whatsie.git source-subdir: src/ override-build: | + snapcraftctl build apt install -y build-essential qt515base qt515tools qt515webengine qt515location qt515xmlpatterns libgl1-mesa-dev |