diff options
| author | Ken VanDine <ken@vandine.org> | 2024-12-30 14:03:19 -0500 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2025-02-15 07:06:40 -0800 |
| commit | 5de0e775cb8690571d952f1254c86066c4bb1202 (patch) | |
| tree | dd20510e05c4c7afdb9f801284d89836e6ec8ed6 | |
| parent | 301fdff58f9b982307bcf823e28a51b9be2a3788 (diff) | |
Don't stage shells
| -rw-r--r-- | snap/snapcraft.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 33d1f7864..00209f4c0 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -72,6 +72,9 @@ parts: - libgtk-4-dev - libadwaita-1-dev - git + stage-packages: + - libadwaita-1-0 + - libgtk-4-1 override-build: | craftctl set version=$(grep version build.zig.zon |awk -F '"' '{print $2}')-$(git describe --abbrev=8) $CRAFT_PART_SRC/../../zig/src/zig build -Doptimize=ReleaseFast |
