Unverified Commit e6a63fc6 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

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

metamorphose2: remove misspelled buildInput attribute
parents 96ba5e03 1c2448d2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 ];