mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
16 lines
427 B
Nix
16 lines
427 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, netlist }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "netlist-to-vhdl";
|
|
version = "0.3.1";
|
|
sha256 = "15daik7l0pjqilya01l5rl84g2fyjwkap1md0nx82gxcp8m1v76k";
|
|
buildDepends = [ netlist ];
|
|
meta = {
|
|
description = "Convert a Netlist AST to VHDL";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|