mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
yosys: fix dependency
remove stale symlink for berkeley-abc
This commit is contained in:
parent
9ae74d88f8
commit
20e9b638af
2 changed files with 1 additions and 2 deletions
|
@ -1 +0,0 @@
|
||||||
yosys-abc
|
|
|
@ -6,7 +6,7 @@ build_style=gnu-makefile
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
hostmakedepends="python3 bison flex pkg-config tcl"
|
hostmakedepends="python3 bison flex pkg-config tcl"
|
||||||
makedepends="tcl-devel readline-devel libffi-devel zlib-devel"
|
makedepends="tcl-devel readline-devel libffi-devel zlib-devel"
|
||||||
depends="graphviz xdot berkeley-abc"
|
depends="graphviz xdot yosys-abc"
|
||||||
short_desc="Verilog RTL Synthesis Suite"
|
short_desc="Verilog RTL Synthesis Suite"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="ISC, MIT"
|
license="ISC, MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue