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