verilator: specify lgpl3Only and artistic2 licenses

launchpad/nixpkgs/master
Karl Hallsby 3 years ago
parent 16f5b7fc92
commit 38db89df05
  1. 2
      pkgs/applications/science/electronics/verilator/default.nix

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Fast and robust (System)Verilog simulator/compiler";
homepage = "https://www.veripool.org/wiki/verilator";
license = licenses.lgpl3;
license = with licenses; [ lgpl3Only artistic2 ];
platforms = platforms.unix;
maintainers = with maintainers; [ thoughtpolice ];
};

Loading…
Cancel
Save