16 stdenv.mkDerivation rec {
20 src = fetchFromGitHub {
24 hash = "sha256-EPnHm2bZCui8K/H1a6+pgec3Lrf+zAlFoKYBnLspdQQ=";
40 ] ++ lib.optionals (lib.meta.availableOn stdenv.hostPlatform elfutils) [
49 configureScript = "../configure";
59 description = "VHDL compiler and simulator";
61 homepage = "https://www.nickg.me.uk/nvc/";
62 license = licenses.gpl3Plus;
63 maintainers = with maintainers; [ wegank ];
64 platforms = platforms.unix;