Commit 1b728319 authored by Martin Povišer's avatar Martin Povišer Committed by Austin Seipp
Browse files

yosys: propagate build inputs as need be for plugins

parent b3eddb0c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ in stdenv.mkDerivation (finalAttrs: {

  enableParallelBuilding = true;
  nativeBuildInputs = [ pkg-config bison flex ];
  buildInputs = [
  propagatedBuildInputs = [
    tcl
    readline
    libffi