Skip to content

Commit

Permalink
Revert "fix: add libc6 to snapcraft requirements"
Browse files Browse the repository at this point in the history
This reverts commit 87ddc77.
  • Loading branch information
gbaranski committed Dec 16, 2024
1 parent 2aa3ee7 commit 3fd979c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,12 @@ parts:
- on amd64: ./bin/amd64
- on armhf: ./bin/armhf
- on arm64: ./bin/aarch64
build-packages:
- libc6-dev
stage-packages:
- wireguard-tools
- libxml2
- e2fsprogs
- dbus-x11
- libnl-genl-3-200
- libc6
organize:
nordvpn: bin/nordvpn
nordvpnd: bin/nordvpnd
Expand Down Expand Up @@ -221,8 +218,7 @@ parts:
source-type: local
source: dist
organize:
THIRD-PARTY-NOTICES.md:
usr/share/licenses/nordvpn/THIRD-PARTY-NOTICES.md
THIRD-PARTY-NOTICES.md: usr/share/licenses/nordvpn/THIRD-PARTY-NOTICES.md
# Snap does not support manpages. In order to enable them, after installing snap, execute:
#
# sudo ln -s /snap/nordvpn/current/usr/share/man/man1/nordvpn.1.gz /usr/share/man/man1/nordvpn.1.gz
Expand Down

0 comments on commit 3fd979c

Please sign in to comment.