yosys: propagate build inputs as need be for plugins
This commit is contained in:
parent
b3eddb0c53
commit
1b72831944
@ -88,7 +88,7 @@ in stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
nativeBuildInputs = [ pkg-config bison flex ];
|
||||
buildInputs = [
|
||||
propagatedBuildInputs = [
|
||||
tcl
|
||||
readline
|
||||
libffi
|
||||
|
Loading…
Reference in New Issue
Block a user