Making hydra build ddd.

(cherry picked from commit 4ba671ff113844267dbad307f8a5cbf8ac1d0f52)
This commit is contained in:
Lluís Batlle i Rossell 2014-10-15 11:15:45 +02:00
parent 0083284ad8
commit 83fb281d80

View File

@ -10,9 +10,11 @@ stdenv.mkDerivation rec {
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;
platforms = stdenv.lib.platforms.linux;
};
}