Merge pull request #205483 from SFrijters/metamorphose2-remove-buildinput

metamorphose2: remove misspelled buildInput attribute
This commit is contained in:
Bobby Rong 2022-12-12 14:04:17 +08:00 committed by GitHub
commit e6a63fc6ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,6 @@ stdenv.mkDerivation {
--add-flags "-O $out/share/metamorphose2/metamorphose2.py -w=3"
'';
buildInput = [ gettext python3 ];
nativeBuildInputs = [ makeWrapper ];
propagatedBuildInputs = with python3.pkgs; [ mutagen wxPython_4_1 pillow six ];