Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 76c1685457a5
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 80d032b13bdf
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 6, 2019

  1. cgui: 2.0.3 -> 2.1.0

    knedlsepp committed Mar 6, 2019
    Copy the full SHA
    8e4b9c0 View commit details

Commits on Mar 7, 2019

  1. Merge pull request #56999 from knedlsepp/fix-cgui

    cgui: 2.0.3 -> 2.1.0 (to fix build)
    7c6f434c authored Mar 7, 2019
    Copy the full SHA
    80d032b View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/development/libraries/cgui/default.nix
8 changes: 4 additions & 4 deletions pkgs/development/libraries/cgui/default.nix
Original file line number Diff line number Diff line change
@@ -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