metamorphose2: remove misspelled buildInput attribute

This commit is contained in:
Stefan Frijters 2022-12-04 22:15:59 +01:00
parent ce3622e4c8
commit 1c2448d27e
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

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 ];