Merge pull request #221866 from wegank/metamorphose2-wx

metamorphose2: migrate to wxPython_4_2
This commit is contained in:
Weijia Wang 2023-03-18 21:22:08 +02:00 committed by GitHub
commit 7c7d4f615f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation {
''; '';
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];
propagatedBuildInputs = with python3.pkgs; [ mutagen wxPython_4_1 pillow six ]; propagatedBuildInputs = with python3.pkgs; [ mutagen wxPython_4_2 pillow six ];
makeFlags = [ "PREFIX=$(out)" ]; makeFlags = [ "PREFIX=$(out)" ];