7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
15 hash = "sha256-EXEt7l69etcBdDdEDlD1ODOdhTBZCVjgY1jhRUDd/W0=";
18 # File is missing in the repo but automake requires it
23 nativeBuildInputs = [ autoreconfHook ];
26 description = "Library and command-line utility for reading GDSII geometry files";
27 mainProgram = "GDSIIConvert";
28 homepage = "https://github.com/HomerReid/libGDSII";
29 license = [ licenses.gpl2Only ];
30 maintainers = with maintainers; [ sheepforce markuskowa ];
31 platforms = platforms.linux;