16 stdenv.mkDerivation rec {
21 url = "http://ftp.geda-project.org/geda-gaf/stable/v${lib.versions.majorMinor version}/${version}/geda-gaf-${version}.tar.gz";
22 hash = "sha256-6GKrJBUoU4+jvuJzkmH1aAERArYMXjmi8DWGY8BCyKQ=";
27 name = "geda-1.10.2-drop-xorn.patch";
28 url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/sci-electronics/geda/files/geda-1.10.2-drop-xorn.patch?id=5589cc7bc6c4f18f75c40725a550b8d76e7f5ca1";
29 hash = "sha256-jPQaHjEDwCEfZqDGku+xyIMl5WlWlVcpPv1W6Xf8Grs=";
34 "--disable-update-xdg-database"
52 description = "Full GPL'd suite of Electronic Design Automation tools";
53 homepage = "http://www.geda-project.org/";
54 maintainers = with maintainers; [ pjones ];
55 platforms = platforms.linux;
56 license = licenses.gpl2;