snap: Migrate to core18 base
This patch migrates the snap to core18 base, which should make the cabal build work again. Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
This commit is contained in:
parent
10955a143c
commit
025c380b84
|
@ -23,6 +23,7 @@ description: |
|
|||
# snap connect shellcheck:removable-media
|
||||
|
||||
version: git
|
||||
base: core18
|
||||
grade: stable
|
||||
confinement: strict
|
||||
|
||||
|
@ -37,7 +38,7 @@ parts:
|
|||
source: .
|
||||
build-packages:
|
||||
- cabal-install
|
||||
- squid3
|
||||
- squid
|
||||
override-build: |
|
||||
# See comments in .snapsquid.conf
|
||||
[ "$http_proxy" ] && {
|
||||
|
|
Loading…
Reference in New Issue