Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sukso96100 committed Jul 24, 2024
1 parent a5f2468 commit 558a103
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ parts:
- librsvg2-common
- gsettings-desktop-schemas
- libglib2.0-bin
- fonts-noto-cjk
override-prime: |
craftctl default
# Compile the gsettings schemas
Expand Down Expand Up @@ -192,23 +193,19 @@ parts:
build-packages:
- libsqlite3-dev
- libsqlite3-0
- fonts-noto-cjk
- libnss3
- git
- make
stage-packages:
- libgtk-3-0
- libgl1
- fonts-noto-cjk
- libsqlite3-0
- libsqlite3-dev
- locales-all
# - libdrm-common
override-build: |
set -eux
mkdir -p $CRAFT_PART_INSTALL/bin/lib
mkdir fonts
cp -r /usr/share/fonts/opentype/noto/* fonts/
flutter config --enable-linux-desktop
flutter doctor
flutter pub get
Expand All @@ -232,7 +229,8 @@ parts:
- numpy==2.0.0
build-packages:
- build-essential
# stage-packages:
stage-packages:
- libusb-1.0-0
override-build: |
craftctl default
set -eux
Expand Down

0 comments on commit 558a103

Please sign in to comment.