From 4bd370c2b992f7cb13213fa741838fd1970dcf7e Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 19 Nov 2018 09:59:15 +0100 Subject: [PATCH] Revert "Add libnsl dependency to Fedora packages (#12)" Linux builds are compiled on Ubuntu 14.04, so this would have no effect on the resulting AppImage. This reverts commit 43e2cc40bd06a574ab1302efdd8b23069da25ecd. --- scripts/gitlab-ci/before_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gitlab-ci/before_script.sh b/scripts/gitlab-ci/before_script.sh index b328bf2..a12d5a4 100755 --- a/scripts/gitlab-ci/before_script.sh +++ b/scripts/gitlab-ci/before_script.sh @@ -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