cgui: 2.0.3 -> 2.1.0
This commit is contained in:
parent
b1f767ef90
commit
8e4b9c0305
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user