Try to fix Snap.

Thanks to xet7 !

Related #4524,
related #4423
This commit is contained in:
Lauri Ojansivu 2022-05-23 22:32:45 +03:00
parent 8efc8605a1
commit 3b419848d1

View file

@ -1,5 +1,6 @@
name: wekan name: wekan
version: '6.26' version: '6.26'
base: core20
summary: Open Source kanban summary: Open Source kanban
description: | description: |
WeKan ® is an Open Source and collaborative kanban board application. WeKan ® is an Open Source and collaborative kanban board application.
@ -64,9 +65,12 @@ apps:
parts: parts:
mongodb: mongodb:
source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.22.tgz source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2004-5.0.8.tgz
plugin: dump plugin: dump
stage-packages: [libssl1.0.0] stage-packages:
- libssl1.1
- libcurl3-dev
- libcurl4-openssl-dev
filesets: filesets:
mongo: mongo:
- usr - usr
@ -79,18 +83,18 @@ parts:
wekan: wekan:
source: . source: .
plugin: nodejs plugin: npm
node-engine: 14.19.3 npm-node-version: 14.19.3
node-packages: #npm-packages:
- node-gyp # - node-gyp
- node-pre-gyp # - node-pre-gyp
- fibers # - fibers
build-packages: build-packages:
- build-essential - build-essential
- ca-certificates - ca-certificates
- apt-utils - apt-utils
- python # - python
# - python3 - python3
- g++ - g++
- capnproto - capnproto
- curl - curl