metamorphose2: remove misspelled buildInput attribute

This commit is contained in:
Stefan Frijters
2022-12-04 22:15:59 +01:00
parent ce3622e4c8
commit 1c2448d27e
@@ -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 ];