Commit 0b51a4ed authored by Dovydas Kersys's avatar Dovydas Kersys
Browse files

whatsapp-for-linux: add arm64 support

parent 6437226f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,6 +74,6 @@ stdenv.mkDerivation (finalAttrs: {
    mainProgram = "whatsapp-for-linux";
    license = lib.licenses.gpl3Only;
    maintainers = with lib.maintainers; [ bartuka ];
    platforms = [ "x86_64-linux" ];
    platforms = [ "x86_64-linux" "aarch64-linux" ];
  };
})