1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

gede: 2.6.1 -> 2.10.9 (#45995)

reverting to qt 5.9 fixed the build.
This commit is contained in:
symphorien 2018-09-03 21:24:38 +00:00 committed by xeji
parent 31ccd1fd76
commit 3549879b45
2 changed files with 4 additions and 4 deletions

View file

@ -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 ];
@ -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 ];
};
}

View file

@ -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 { };