Making hydra build ddd.
(cherry picked from commit 4ba671ff113844267dbad307f8a5cbf8ac1d0f52)
This commit is contained in:
parent
0083284ad8
commit
83fb281d80
@ -7,12 +7,14 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0p5nx387857w3v2jbgvps2p6mlm0chajcdw5sfrddcglsxkwvmis";
|
||||
};
|
||||
buildInputs = [lesstif ncurses libX11 libXt];
|
||||
configureFlags = "--with-x";
|
||||
configureFlags = "--with-x";
|
||||
|
||||
patches = [ ./gcc44.patch ];
|
||||
meta = {
|
||||
homepage = http://www.gnu.org/software/ddd;
|
||||
description = "Graphical front-end for command-line debuggers";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = http://www.gnu.org/software/ddd;
|
||||
description = "Graphical front-end for command-line debuggers";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user