eaglemode: xineLib -> xine-lib

+3 -3
+3 -3
pkgs/applications/misc/eaglemode/default.nix
··· 1 { lib, stdenv, fetchurl, perl, libX11, libXinerama, libjpeg, libpng, libtiff, pkg-config, 2 - librsvg, glib, gtk2, libXext, libXxf86vm, poppler, xineLib, ghostscript, makeWrapper }: 3 4 stdenv.mkDerivation rec { 5 pname = "eaglemode"; ··· 12 13 nativeBuildInputs = [ pkg-config ]; 14 buildInputs = [ perl libX11 libXinerama libjpeg libpng libtiff 15 - librsvg glib gtk2 libXxf86vm libXext poppler xineLib ghostscript makeWrapper ]; 16 17 # The program tries to dlopen Xxf86vm, Xext and Xinerama, so we use the 18 # trick on NIX_LDFLAGS and dontPatchELF to make it find them. 19 - # I use 'yes y' to skip a build error linking with xineLib, 20 # because xine stopped exporting "_x_vo_new_port" 21 # https://sourceforge.net/projects/eaglemode/forums/forum/808824/topic/5115261 22 buildPhase = ''
··· 1 { lib, stdenv, fetchurl, perl, libX11, libXinerama, libjpeg, libpng, libtiff, pkg-config, 2 + librsvg, glib, gtk2, libXext, libXxf86vm, poppler, xine-lib, ghostscript, makeWrapper }: 3 4 stdenv.mkDerivation rec { 5 pname = "eaglemode"; ··· 12 13 nativeBuildInputs = [ pkg-config ]; 14 buildInputs = [ perl libX11 libXinerama libjpeg libpng libtiff 15 + librsvg glib gtk2 libXxf86vm libXext poppler xine-lib ghostscript makeWrapper ]; 16 17 # The program tries to dlopen Xxf86vm, Xext and Xinerama, so we use the 18 # trick on NIX_LDFLAGS and dontPatchELF to make it find them. 19 + # I use 'yes y' to skip a build error linking with xine-lib, 20 # because xine stopped exporting "_x_vo_new_port" 21 # https://sourceforge.net/projects/eaglemode/forums/forum/808824/topic/5115261 22 buildPhase = ''