misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -22,7 +22,8 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
sourceRoot = "yosys";
|
||||
|
||||
buildInputs = [ pkgconfig tcl readline libffi python3 bison flex ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ tcl readline libffi python3 bison flex ];
|
||||
preBuild = ''
|
||||
chmod -R u+w ../yosys-abc
|
||||
ln -s ../yosys-abc abc
|
||||
|
||||
Reference in New Issue
Block a user