Skip to content

Commit 0158380

Browse files
committed
Revert "fix: add libc6 to snapcraft requirements"
This reverts commit 87ddc77.
1 parent 87ddc77 commit 0158380

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

snap/snapcraft.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,15 +116,12 @@ parts:
116116
- on amd64: ./bin/amd64
117117
- on armhf: ./bin/armhf
118118
- on arm64: ./bin/aarch64
119-
build-packages:
120-
- libc6-dev
121119
stage-packages:
122120
- wireguard-tools
123121
- libxml2
124122
- e2fsprogs
125123
- dbus-x11
126124
- libnl-genl-3-200
127-
- libc6
128125
organize:
129126
nordvpn: bin/nordvpn
130127
nordvpnd: bin/nordvpnd
@@ -221,8 +218,7 @@ parts:
221218
source-type: local
222219
source: dist
223220
organize:
224-
THIRD-PARTY-NOTICES.md:
225-
usr/share/licenses/nordvpn/THIRD-PARTY-NOTICES.md
221+
THIRD-PARTY-NOTICES.md: usr/share/licenses/nordvpn/THIRD-PARTY-NOTICES.md
226222
# Snap does not support manpages. In order to enable them, after installing snap, execute:
227223
#
228224
# sudo ln -s /snap/nordvpn/current/usr/share/man/man1/nordvpn.1.gz /usr/share/man/man1/nordvpn.1.gz

0 commit comments

Comments
 (0)