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 0f3ab4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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,14 +193,12 @@ 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
Expand Down Expand Up @@ -232,7 +231,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 0f3ab4c

Please sign in to comment.