Merge pull request #56999 from knedlsepp/fix-cgui

cgui: 2.0.3 -> 2.1.0 (to fix build)
This commit is contained in:
Michael Raskin 2019-03-07 08:10:04 +00:00 committed by GitHub
commit 80d032b13b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,15 +1,15 @@
{ stdenv, fetchurl, texinfo, allegro, perl }:
{ stdenv, fetchurl, texinfo, allegro, perl, libX11 }:
stdenv.mkDerivation rec {
name = "cgui-${version}";
version="2.0.3";
version="2.1.0";
src = fetchurl {
url = "mirror://sourceforge/project/cgui/${version}/${name}.tar.gz";
sha256 = "00kk4xaw68m44awy8zq4g5plx372swwccvzshn68a0a8f3f2wi4x";
sha256 = "1pp1hvidpilq37skkmbgba4lvzi01rasy04y0cnas9ck0canv00s";
};
buildInputs = [ texinfo allegro perl ];
buildInputs = [ texinfo allegro perl libX11 ];
configurePhase = ''
sh fix.sh unix