Skip to content

Commit

Permalink
Merge pull request #56999 from knedlsepp/fix-cgui
Browse files Browse the repository at this point in the history
cgui: 2.0.3 -> 2.1.0 (to fix build)
(cherry picked from commit 80d032b)
  • Loading branch information
7c6f434c committed Mar 7, 2019
1 parent 4743d8d commit dd1f371
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/libraries/cgui/default.nix
@@ -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
Expand Down

0 comments on commit dd1f371

Please sign in to comment.