Skip to content

Commit

Permalink
python3Packages.qscintilla: add setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Sep 28, 2022
1 parent c45e994 commit dbe8045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/qscintilla-qt5/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ in buildPythonPackage rec {

disabled = !isPy3k;

nativeBuildInputs = [ sip qmake pyqt-builder qscintilla ];
nativeBuildInputs = [ sip qmake pyqt-builder qscintilla pythonPackages.setuptools ];
buildInputs = [ qtbase ];
propagatedBuildInputs = [ pyqt5 ] ++ lib.optionals stdenv.isDarwin [ qtmacextras ];

Expand Down

0 comments on commit dbe8045

Please sign in to comment.