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