···1717 # trick on NIX_LDFLAGS and dontPatchELF to make it find them.1818 # I use 'yes y' to skip a build error linking with xineLib,1919 # because xine stopped exporting "_x_vo_new_port"2020- # http://sourceforge.net/projects/eaglemode/forums/forum/808824/topic/51152612020+ # https://sourceforge.net/projects/eaglemode/forums/forum/808824/topic/51152612121 buildPhase = ''2222 export NIX_LDFLAGS="$NIX_LDFLAGS -lXxf86vm -lXext"2323 perl make.pl build
···77777878 # Failures in the regression test suite won't abort the build process. We run7979 # the suite only so that potential errors show up in the build log. See also:8080- # http://sourceforge.net/tracker/?func=detail&aid=3365831&group_id=4933&atid=104933.8080+ # https://sourceforge.net/tracker/?func=detail&aid=3365831&group_id=4933&atid=104933.8181 doCheck = true;82828383 enableParallelBuilding = true;
···1212 homepage = https://github.com/quiet-oceans/motuclient-setuptools;1313 description = "CLI to query oceanographic data to Motu servers";1414 longDescription = ''1515- Access data from (motu)[http://sourceforge.net/projects/cls-motu/] servers.1515+ Access data from (motu)[https://sourceforge.net/projects/cls-motu/] servers.1616 This is a refactored fork of the original release in order to simplify integration,1717 deployment and packaging. Upstream code can be found at1818- http://sourceforge.net/projects/cls-motu/ .1818+ https://sourceforge.net/projects/cls-motu/ .1919 '';2020 license = licenses.lgpl3Plus;2121 maintainers = [ maintainers.lsix ];