freeorion: fix build fail

fixes #79805
This commit is contained in:
Milan Svoboda 2020-02-19 21:36:28 +01:00 committed by GitHub
parent 24bc04b9d2
commit e49c0a0976
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, cmake, doxygen, graphviz, makeWrapper
, boost, SDL2, python2, freetype, openal, libogg, libvorbis, zlib, libpng, libtiff
, boost168, SDL2, python2, freetype, openal, libogg, libvorbis, zlib, libpng, libtiff
, libjpeg, libGLU, libGL, glew, libxslt
}:
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [
(boost.override { enablePython = true; })
(boost168.override { enablePython = true; })
SDL2 python2 freetype openal libogg libvorbis zlib libpng libtiff libjpeg libGLU libGL glew ];
nativeBuildInputs = [ cmake doxygen graphviz makeWrapper ];