mplayer: enable build on aarch64-darwin

main
Pavol Rusnak 3 years ago
parent 736d1d9e21
commit b1d9defabb
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
  1. 8
      pkgs/applications/video/mplayer/default.nix

@ -223,11 +223,11 @@ stdenv.mkDerivation rec {
fi
'';
meta = {
meta = with lib; {
description = "A movie player that supports many video formats";
homepage = "http://mplayerhq.hu";
license = "GPL";
maintainers = [ lib.maintainers.eelco ];
platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" ];
license = licenses.gpl2Only;
maintainers = with maintainers; [ eelco ];
platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ];
};
}

Loading…
Cancel
Save