mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
metamorphose2: remove misspelled buildInput attribute
This commit is contained in:
parent
ce3622e4c8
commit
1c2448d27e
1 changed files with 0 additions and 1 deletions
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue