Skip to content

Commit

Permalink
Revert "Add libnsl dependency to Fedora packages (#12)"
Browse files Browse the repository at this point in the history
Linux builds are compiled on Ubuntu 14.04, so this would have no
effect on the resulting AppImage.

This reverts commit 43e2cc4.
  • Loading branch information
Calinou committed Nov 19, 2018
1 parent 43e2cc4 commit 4bd370c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gitlab-ci/before_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [[ -f "/etc/redhat-release" ]]; then
alsa-lib-devel pulseaudio-libs-devel freetype-devel \
libudev-devel mesa-libGLU-devel mingw32-gcc-c++ mingw64-gcc-c++ \
mingw32-winpthreads-static mingw64-winpthreads-static yasm openssh-clients \
zip unzip ncurses-compat-libs wine xz Xvfb libnsl
zip unzip ncurses-compat-libs wine xz Xvfb
else
# Ubuntu
apt-get update -qq
Expand Down

0 comments on commit 4bd370c

Please # to comment.