Skip to content

Commit

Permalink
python3Packages.cocotb: fix failing build (#231184)
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Leightcap <[email protected]>
  • Loading branch information
jleightcap authored May 15, 2023
1 parent 054175b commit 70c1240
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/cocotb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
, setuptools
, setuptools-scm
, cocotb-bus
, find-libpython
, pytestCheckHook
, swig
, verilog
Expand All @@ -24,7 +25,7 @@ buildPythonPackage rec {

nativeBuildInputs = [ setuptools-scm ];

buildInputs = [ setuptools ];
buildInputs = [ setuptools find-libpython ];

postPatch = ''
patchShebangs bin/*.py
Expand Down

0 comments on commit 70c1240

Please sign in to comment.