Skip to content

Commit

Permalink
gede: 2.6.1 -> 2.10.9 (#45995)
Browse files Browse the repository at this point in the history
reverting to qt 5.9 fixed the build.
  • Loading branch information
symphorien authored and xeji committed Sep 3, 2018
1 parent 31ccd1f commit 3549879
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/misc/gede/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "gede-${version}";
version = "2.6.1";
version = "2.10.9";

src = fetchurl {
url = "http://gede.acidron.com/uploads/source/${name}.tar.xz";
sha256 = "0jallpchl3c3i90hwic4n7n0ggk5wra0fki4by9ag26ln0k42c4r";
sha256 = "0av9v3r6x6anjjm4hzn8wxnvrqc8zp1g7570m5ndg7cgc3sy3bg6";
};

nativeBuildInputs = [ qmake makeWrapper python ];
Expand All @@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "Graphical frontend (GUI) to GDB";
homepage = http://gede.acidron.com;
license = licenses.bsd2;
platforms = platforms.unix;
platforms = platforms.linux;
maintainers = with maintainers; [ juliendehos ];
};
}
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -8270,7 +8270,7 @@ with pkgs;

funnelweb = callPackage ../development/tools/literate-programming/funnelweb { };

gede = libsForQt5.callPackage ../development/tools/misc/gede { };
gede = libsForQt59.callPackage ../development/tools/misc/gede { };

gdbgui = callPackage ../development/tools/misc/gdbgui { };

Expand Down

0 comments on commit 3549879

Please sign in to comment.