lol

python3.pkgs.Nuitka: remove unused pyqt4 dependency

ajs124 ea9b800d 3d1d7419

+1 -2
+1 -2
pkgs/development/python-modules/nuitka/default.nix
··· 2 , buildPythonPackage 3 , fetchFromGitHub 4 , vmprof 5 - , pyqt4 6 , isPyPy 7 , pkgs 8 , scons ··· 21 hash = "sha256-8eWOcxATVS866nlN39b2VU1CuXAfcn0yQsDweHS2yDU="; 22 }; 23 24 - nativeCheckInputs = [ vmprof pyqt4 ]; 25 nativeBuildInputs = [ scons ]; 26 propagatedBuildInputs = [ chrpath ]; 27
··· 2 , buildPythonPackage 3 , fetchFromGitHub 4 , vmprof 5 , isPyPy 6 , pkgs 7 , scons ··· 20 hash = "sha256-8eWOcxATVS866nlN39b2VU1CuXAfcn0yQsDweHS2yDU="; 21 }; 22 23 + nativeCheckInputs = [ vmprof ]; 24 nativeBuildInputs = [ scons ]; 25 propagatedBuildInputs = [ chrpath ]; 26