verilog: cleanup
Meta attributes were out of date or not in current style, and some attributes of derivation were redundant.
This commit is contained in:
parent
4eb55225a1
commit
0d9a6e2da5
@ -15,11 +15,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
prePatch = ''
|
|
||||||
substituteInPlace configure.in \
|
|
||||||
--replace "AC_CHECK_LIB(termcap, tputs)" "AC_CHECK_LIB(termcap, tputs)"
|
|
||||||
'';
|
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
chmod +x $PWD/autoconf.sh
|
chmod +x $PWD/autoconf.sh
|
||||||
$PWD/autoconf.sh
|
$PWD/autoconf.sh
|
||||||
@ -31,9 +26,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Icarus Verilog compiler";
|
description = "Icarus Verilog compiler";
|
||||||
repositories.git = "https://github.com/steveicarus/iverilog.git";
|
|
||||||
homepage = "http://iverilog.icarus.com/";
|
homepage = "http://iverilog.icarus.com/";
|
||||||
license = licenses.lgpl21;
|
license = with licenses; [ gpl2Plus lgpl21Plus] ;
|
||||||
maintainers = with maintainers; [ winden ];
|
maintainers = with maintainers; [ winden ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user