Loading pkgs/development/compilers/yosys/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ , yosys-bluespec , yosys-ghdl , yosys-symbiflow , enablePython ? false # enable python binding , enablePython ? true # enable python binding }: # NOTE: as of late 2020, yosys has switched to an automation robot that Loading pkgs/top-level/all-packages.nix +0 −1 Original line number Diff line number Diff line Loading @@ -17414,7 +17414,6 @@ with pkgs; yasm = callPackage ../development/compilers/yasm { }; yosys = callPackage ../development/compilers/yosys { }; yosysWithPython = callPackage ../development/compilers/yosys { enablePython = true; }; yosys-bluespec = callPackage ../development/compilers/yosys/plugins/bluespec.nix { }; yosys-ghdl = callPackage ../development/compilers/yosys/plugins/ghdl.nix { }; yosys-synlig = callPackage ../development/compilers/yosys/plugins/synlig.nix { }; pkgs/top-level/python-packages.nix +0 −1 Original line number Diff line number Diff line Loading @@ -16063,7 +16063,6 @@ self: super: with self; { yosys = toPythonModule (pkgs.yosys.override { python3 = python; enablePython = true; }); youless-api = callPackage ../development/python-modules/youless-api { }; Loading
pkgs/development/compilers/yosys/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ , yosys-bluespec , yosys-ghdl , yosys-symbiflow , enablePython ? false # enable python binding , enablePython ? true # enable python binding }: # NOTE: as of late 2020, yosys has switched to an automation robot that Loading
pkgs/top-level/all-packages.nix +0 −1 Original line number Diff line number Diff line Loading @@ -17414,7 +17414,6 @@ with pkgs; yasm = callPackage ../development/compilers/yasm { }; yosys = callPackage ../development/compilers/yosys { }; yosysWithPython = callPackage ../development/compilers/yosys { enablePython = true; }; yosys-bluespec = callPackage ../development/compilers/yosys/plugins/bluespec.nix { }; yosys-ghdl = callPackage ../development/compilers/yosys/plugins/ghdl.nix { }; yosys-synlig = callPackage ../development/compilers/yosys/plugins/synlig.nix { };
pkgs/top-level/python-packages.nix +0 −1 Original line number Diff line number Diff line Loading @@ -16063,7 +16063,6 @@ self: super: with self; { yosys = toPythonModule (pkgs.yosys.override { python3 = python; enablePython = true; }); youless-api = callPackage ../development/python-modules/youless-api { };